2024-02-06T17:21:44.356 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-06T17:21:44.356 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-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} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548079 -- /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548079/orig.config.yaml 2024-02-06T17:21:44.392 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-06T17:21:44.467 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548079 branch: wip-yuri10-testing-2024-02-02-1149-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7548079' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri10-testing-2024-02-02-1149-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: ce0a401e7175623ae7f0c4552bd00c17eefaf943 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ce0a401e7175623ae7f0c4552bd00c17eefaf943 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2024-02-02-1149-pacific sha1: ce0a401e7175623ae7f0c4552bd00c17eefaf943 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 4556 sha1: ce0a401e7175623ae7f0c4552bd00c17eefaf943 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-02-02-1149-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ce0a401e7175623ae7f0c4552bd00c17eefaf943/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ce0a401e7175623ae7f0c4552bd00c17eefaf943 targets: smithi019.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPHaT+4tNEjlK2ETUdyoWxrKdQX958RcU8L+jFLmvKKV81EmKZfsA0XOG+fpDzQRnytKSpZds0IOhE07HaQsA3s= smithi103.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPsLRm1YhLeGxgG5xq0t0PArJAWUA8nYSo9ZhjLo+If2VTtMChln8jFLlR11MgpgUQdRLxyB5kG3acj6G2kreSE= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: add_mons_via_daemon_add: true avoid_pacific_features: true cephadm_branch: octopus cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v15 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-06_00:23:51 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-02-06T17:21:44.467 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ce0a401e7175623ae7f0c4552bd00c17eefaf943/qa; will attempt to use it 2024-02-06T17:21:44.468 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ce0a401e7175623ae7f0c4552bd00c17eefaf943/qa/tasks 2024-02-06T17:21:44.468 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-06T17:21:44.469 INFO:teuthology.task.internal:Checking packages... 2024-02-06T17:21:44.493 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ce0a401e7175623ae7f0c4552bd00c17eefaf943' 2024-02-06T17:21:44.493 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-06T17:21:44.493 INFO:teuthology.packaging:ref: None 2024-02-06T17:21:44.493 INFO:teuthology.packaging:tag: None 2024-02-06T17:21:44.493 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-02-1149-pacific 2024-02-06T17:21:44.493 INFO:teuthology.packaging:sha1: ce0a401e7175623ae7f0c4552bd00c17eefaf943 2024-02-06T17:21:44.493 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-02-02-1149-pacific 2024-02-06T17:21:44.728 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-512.gce0a401e 2024-02-06T17:21:44.730 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-06T17:21:44.736 INFO:teuthology.task.internal:no buildpackages task found 2024-02-06T17:21:44.736 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-06T17:21:44.758 INFO:teuthology.task.internal:Saving configuration 2024-02-06T17:21:44.775 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-06T17:21:44.782 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-06T17:21:44.807 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548079', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-06 17:16:11.575917', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPHaT+4tNEjlK2ETUdyoWxrKdQX958RcU8L+jFLmvKKV81EmKZfsA0XOG+fpDzQRnytKSpZds0IOhE07HaQsA3s='} 2024-02-06T17:21:44.831 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548079', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-06 17:16:11.577923', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPsLRm1YhLeGxgG5xq0t0PArJAWUA8nYSo9ZhjLo+If2VTtMChln8jFLlR11MgpgUQdRLxyB5kG3acj6G2kreSE='} 2024-02-06T17:21:44.832 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-06T17:21:44.838 INFO:teuthology.task.internal:roles: ubuntu@smithi019.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-06T17:21:44.838 INFO:teuthology.task.internal:roles: ubuntu@smithi103.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-06T17:21:44.838 INFO:teuthology.run_tasks:Running task console_log... 2024-02-06T17:21:44.914 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe1d6fcdee0>, signals=[15]) 2024-02-06T17:21:44.914 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-06T17:21:44.920 INFO:teuthology.task.internal:Opening connections... 2024-02-06T17:21:44.920 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi019.front.sepia.ceph.com 2024-02-06T17:21:44.922 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:21:44.997 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi103.front.sepia.ceph.com 2024-02-06T17:21:44.998 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:21:45.069 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-06T17:21:45.076 DEBUG:teuthology.orchestra.run.smithi019:> uname -m 2024-02-06T17:21:45.099 INFO:teuthology.orchestra.run.smithi019.stdout:x86_64 2024-02-06T17:21:45.099 DEBUG:teuthology.orchestra.run.smithi019:> cat /etc/os-release 2024-02-06T17:21:45.161 INFO:teuthology.orchestra.run.smithi019.stdout:NAME="CentOS Stream" 2024-02-06T17:21:45.161 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION="8" 2024-02-06T17:21:45.161 INFO:teuthology.orchestra.run.smithi019.stdout:ID="centos" 2024-02-06T17:21:45.162 INFO:teuthology.orchestra.run.smithi019.stdout:ID_LIKE="rhel fedora" 2024-02-06T17:21:45.162 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION_ID="8" 2024-02-06T17:21:45.162 INFO:teuthology.orchestra.run.smithi019.stdout:PLATFORM_ID="platform:el8" 2024-02-06T17:21:45.162 INFO:teuthology.orchestra.run.smithi019.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-06T17:21:45.162 INFO:teuthology.orchestra.run.smithi019.stdout:ANSI_COLOR="0;31" 2024-02-06T17:21:45.162 INFO:teuthology.orchestra.run.smithi019.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-06T17:21:45.162 INFO:teuthology.orchestra.run.smithi019.stdout:HOME_URL="https://centos.org/" 2024-02-06T17:21:45.162 INFO:teuthology.orchestra.run.smithi019.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-06T17:21:45.162 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-06T17:21:45.162 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-06T17:21:45.163 INFO:teuthology.lock.ops:Updating smithi019.front.sepia.ceph.com on lock server 2024-02-06T17:21:45.178 DEBUG:teuthology.orchestra.run.smithi103:> uname -m 2024-02-06T17:21:45.199 INFO:teuthology.orchestra.run.smithi103.stdout:x86_64 2024-02-06T17:21:45.199 DEBUG:teuthology.orchestra.run.smithi103:> cat /etc/os-release 2024-02-06T17:21:45.260 INFO:teuthology.orchestra.run.smithi103.stdout:NAME="CentOS Stream" 2024-02-06T17:21:45.260 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION="8" 2024-02-06T17:21:45.260 INFO:teuthology.orchestra.run.smithi103.stdout:ID="centos" 2024-02-06T17:21:45.260 INFO:teuthology.orchestra.run.smithi103.stdout:ID_LIKE="rhel fedora" 2024-02-06T17:21:45.260 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION_ID="8" 2024-02-06T17:21:45.260 INFO:teuthology.orchestra.run.smithi103.stdout:PLATFORM_ID="platform:el8" 2024-02-06T17:21:45.260 INFO:teuthology.orchestra.run.smithi103.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-06T17:21:45.260 INFO:teuthology.orchestra.run.smithi103.stdout:ANSI_COLOR="0;31" 2024-02-06T17:21:45.260 INFO:teuthology.orchestra.run.smithi103.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-06T17:21:45.260 INFO:teuthology.orchestra.run.smithi103.stdout:HOME_URL="https://centos.org/" 2024-02-06T17:21:45.261 INFO:teuthology.orchestra.run.smithi103.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-06T17:21:45.261 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-06T17:21:45.261 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-06T17:21:45.261 INFO:teuthology.lock.ops:Updating smithi103.front.sepia.ceph.com on lock server 2024-02-06T17:21:45.286 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-06T17:21:45.294 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-06T17:21:45.299 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-06T17:21:45.300 DEBUG:teuthology.orchestra.run.smithi019:> test '!' -e /home/ubuntu/cephtest 2024-02-06T17:21:45.302 DEBUG:teuthology.orchestra.run.smithi103:> test '!' -e /home/ubuntu/cephtest 2024-02-06T17:21:45.322 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-06T17:21:45.329 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-06T17:21:45.330 DEBUG:teuthology.orchestra.run.smithi019:> test -z $(ls -A /var/lib/ceph) 2024-02-06T17:21:45.364 DEBUG:teuthology.orchestra.run.smithi103:> test -z $(ls -A /var/lib/ceph) 2024-02-06T17:21:45.399 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-06T17:21:45.457 INFO:teuthology.run_tasks:Running task kernel... 2024-02-06T17:21:45.472 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-06T17:21:45.473 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-06T17:21:45.473 DEBUG:teuthology.orchestra.run.smithi019:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-06T17:21:45.473 DEBUG:teuthology.orchestra.run.smithi103:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-06T17:21:45.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:21:45.494 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2024-02-06T17:21:45.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:21:45.495 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2024-02-06T17:21:45.555 INFO:teuthology.orchestra.run.smithi103.stdout:4.18.0-489.el8.x86_64 2024-02-06T17:21:45.555 INFO:teuthology.task.kernel:Running kernel on smithi103: 4.18.0-489.el8.x86_64 2024-02-06T17:21:45.555 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum install -y kernel 2024-02-06T17:21:45.557 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-489.el8.x86_64 2024-02-06T17:21:45.557 INFO:teuthology.task.kernel:Running kernel on smithi019: 4.18.0-489.el8.x86_64 2024-02-06T17:21:45.557 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum install -y kernel 2024-02-06T17:21:49.144 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 8 - AppStream 26 MB/s | 27 MB 00:01 2024-02-06T17:21:49.171 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - AppStream 22 MB/s | 27 MB 00:01 2024-02-06T17:22:00.894 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 8 - BaseOS 1.5 MB/s | 10 MB 00:07 2024-02-06T17:22:01.429 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - BaseOS 1.4 MB/s | 10 MB 00:07 2024-02-06T17:22:02.760 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 8 - Extras 71 kB/s | 18 kB 00:00 2024-02-06T17:22:03.003 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 8 - Extras common packages 52 kB/s | 6.9 kB 00:00 2024-02-06T17:22:03.271 INFO:teuthology.orchestra.run.smithi103.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2024-02-06T17:22:03.405 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras 67 kB/s | 18 kB 00:00 2024-02-06T17:22:03.664 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras common packages 48 kB/s | 6.9 kB 00:00 2024-02-06T17:22:03.915 INFO:teuthology.orchestra.run.smithi019.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-02-06T17:22:04.783 INFO:teuthology.orchestra.run.smithi019.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2024-02-06T17:22:05.091 INFO:teuthology.orchestra.run.smithi103.stdout:Extra Packages for Enterprise Linux 9.3 MB/s | 16 MB 00:01 2024-02-06T17:22:08.774 INFO:teuthology.orchestra.run.smithi019.stdout:lab-extras 342 kB/s | 24 kB 00:00 2024-02-06T17:22:08.897 INFO:teuthology.orchestra.run.smithi103.stdout:lab-extras 428 kB/s | 24 kB 00:00 2024-02-06T17:22:11.802 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-06T17:22:11.802 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-06T17:22:11.838 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-06T17:22:11.838 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-06T17:22:11.930 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-02-06T17:22:11.931 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-02-06T17:22:11.931 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-02-06T17:22:11.931 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-02-06T17:22:11.931 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-02-06T17:22:11.931 INFO:teuthology.orchestra.run.smithi103.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-06T17:22:11.932 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-02-06T17:22:11.932 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-06T17:22:11.932 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-06T17:22:11.932 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:22:11.932 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-02-06T17:22:11.932 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-02-06T17:22:11.932 INFO:teuthology.orchestra.run.smithi103.stdout:Install 3 Packages 2024-02-06T17:22:11.932 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:22:11.933 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 90 M 2024-02-06T17:22:11.933 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 96 M 2024-02-06T17:22:11.933 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-02-06T17:22:11.940 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2024-02-06T17:22:11.941 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-06T17:22:11.941 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2024-02-06T17:22:11.941 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-06T17:22:11.941 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2024-02-06T17:22:11.941 INFO:teuthology.orchestra.run.smithi019.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-06T17:22:11.941 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2024-02-06T17:22:11.941 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-06T17:22:11.941 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-06T17:22:11.941 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:22:11.941 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2024-02-06T17:22:11.941 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-06T17:22:11.941 INFO:teuthology.orchestra.run.smithi019.stdout:Install 3 Packages 2024-02-06T17:22:11.942 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:22:11.942 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 90 M 2024-02-06T17:22:11.942 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 96 M 2024-02-06T17:22:11.942 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2024-02-06T17:22:17.498 INFO:teuthology.orchestra.run.smithi103.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 1.9 MB/s | 10 MB 00:05 2024-02-06T17:22:17.575 INFO:teuthology.orchestra.run.smithi019.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 1.9 MB/s | 10 MB 00:05 2024-02-06T17:22:21.750 INFO:teuthology.orchestra.run.smithi019.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 3.8 MB/s | 36 MB 00:09 2024-02-06T17:22:23.159 INFO:teuthology.orchestra.run.smithi019.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 4.0 MB/s | 44 MB 00:11 2024-02-06T17:22:23.159 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2024-02-06T17:22:23.159 INFO:teuthology.orchestra.run.smithi019.stdout:Total 8.0 MB/s | 90 MB 00:11 2024-02-06T17:22:23.265 INFO:teuthology.orchestra.run.smithi103.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 3.2 MB/s | 36 MB 00:11 2024-02-06T17:22:23.872 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2024-02-06T17:22:24.322 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2024-02-06T17:22:24.322 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2024-02-06T17:22:25.653 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2024-02-06T17:22:25.807 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2024-02-06T17:22:28.739 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2024-02-06T17:22:28.923 INFO:teuthology.orchestra.run.smithi103.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 2.6 MB/s | 44 MB 00:16 2024-02-06T17:22:28.923 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-02-06T17:22:28.923 INFO:teuthology.orchestra.run.smithi103.stdout:Total 5.3 MB/s | 90 MB 00:16 2024-02-06T17:22:29.272 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:22:29.598 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-02-06T17:22:30.020 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-02-06T17:22:30.020 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-02-06T17:22:31.267 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-02-06T17:22:31.291 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-02-06T17:22:33.015 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:22:33.380 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:22:34.233 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-02-06T17:22:34.793 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:22:37.061 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:22:37.340 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:22:38.560 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:22:38.951 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:22:42.382 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:22:42.715 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:23:00.636 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:23:00.660 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:23:01.028 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:23:01.028 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:23:01.028 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:23:01.515 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:23:01.515 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:23:01.515 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2024-02-06T17:23:01.515 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-06T17:23:01.515 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-06T17:23:01.515 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:23:01.515 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2024-02-06T17:23:01.656 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2024-02-06T17:23:01.886 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-06T17:23:01.887 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-06T17:23:01.887 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-06T17:23:01.887 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-06T17:23:01.888 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-06T17:23:01.888 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-06T17:23:01.888 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi019.front.sepia.ceph.com, path=None, version=distro) 2024-02-06T17:23:01.888 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2024-02-06T17:23:02.109 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-06T17:23:02.110 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-06T17:23:02.110 DEBUG:teuthology.orchestra.run.smithi019:> sudo rpm -qi grub2-tools 2024-02-06T17:23:02.144 INFO:teuthology.orchestra.run.smithi019.stdout:Name : grub2-tools 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:Epoch : 1 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:Version : 2.02 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:Release : 129.el8 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:Architecture: x86_64 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:Group : System Environment/Base 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:Size : 9265586 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:License : GPLv3+ 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:Relocations : (not relocatable) 2024-02-06T17:23:02.145 INFO:teuthology.orchestra.run.smithi019.stdout:Packager : CentOS BuildSystem 2024-02-06T17:23:02.146 INFO:teuthology.orchestra.run.smithi019.stdout:Vendor : CentOS 2024-02-06T17:23:02.146 INFO:teuthology.orchestra.run.smithi019.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-06T17:23:02.146 INFO:teuthology.orchestra.run.smithi019.stdout:Summary : Support tools for GRUB. 2024-02-06T17:23:02.146 INFO:teuthology.orchestra.run.smithi019.stdout:Description : 2024-02-06T17:23:02.146 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:23:02.146 INFO:teuthology.orchestra.run.smithi019.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-06T17:23:02.146 INFO:teuthology.orchestra.run.smithi019.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-06T17:23:02.146 INFO:teuthology.orchestra.run.smithi019.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-06T17:23:02.146 INFO:teuthology.orchestra.run.smithi019.stdout:hardware devices. 2024-02-06T17:23:02.146 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:23:02.146 INFO:teuthology.orchestra.run.smithi019.stdout:This subpackage provides tools for support of all platforms. 2024-02-06T17:23:02.147 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-06T17:23:02.147 INFO:teuthology.task.kernel:Updating grub on smithi019 to boot 4.18.0-536.el8.x86_64 2024-02-06T17:23:02.147 DEBUG:teuthology.orchestra.run.smithi019:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-06T17:23:03.540 INFO:teuthology.orchestra.run.smithi019.stderr:Generating grub configuration file ... 2024-02-06T17:23:04.531 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:23:04.553 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:23:04.900 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:23:04.900 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:23:04.900 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:23:05.378 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:23:05.378 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:23:05.378 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-02-06T17:23:05.378 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-06T17:23:05.378 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-06T17:23:05.378 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:23:05.378 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-02-06T17:23:05.510 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2024-02-06T17:23:05.730 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-06T17:23:05.731 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-06T17:23:05.731 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-06T17:23:05.731 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-06T17:23:05.731 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-06T17:23:05.731 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-06T17:23:05.731 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi103.front.sepia.ceph.com, path=None, version=distro) 2024-02-06T17:23:05.731 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2024-02-06T17:23:05.942 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-06T17:23:05.942 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-06T17:23:05.942 DEBUG:teuthology.orchestra.run.smithi103:> sudo rpm -qi grub2-tools 2024-02-06T17:23:05.975 INFO:teuthology.orchestra.run.smithi103.stdout:Name : grub2-tools 2024-02-06T17:23:05.975 INFO:teuthology.orchestra.run.smithi103.stdout:Epoch : 1 2024-02-06T17:23:05.975 INFO:teuthology.orchestra.run.smithi103.stdout:Version : 2.02 2024-02-06T17:23:05.975 INFO:teuthology.orchestra.run.smithi103.stdout:Release : 129.el8 2024-02-06T17:23:05.975 INFO:teuthology.orchestra.run.smithi103.stdout:Architecture: x86_64 2024-02-06T17:23:05.975 INFO:teuthology.orchestra.run.smithi103.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-06T17:23:05.975 INFO:teuthology.orchestra.run.smithi103.stdout:Group : System Environment/Base 2024-02-06T17:23:05.975 INFO:teuthology.orchestra.run.smithi103.stdout:Size : 9265586 2024-02-06T17:23:05.975 INFO:teuthology.orchestra.run.smithi103.stdout:License : GPLv3+ 2024-02-06T17:23:05.975 INFO:teuthology.orchestra.run.smithi103.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout:Relocations : (not relocatable) 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout:Packager : CentOS BuildSystem 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout:Vendor : CentOS 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout:Summary : Support tools for GRUB. 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout:Description : 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-06T17:23:05.976 INFO:teuthology.orchestra.run.smithi103.stdout:hardware devices. 2024-02-06T17:23:05.977 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:23:05.977 INFO:teuthology.orchestra.run.smithi103.stdout:This subpackage provides tools for support of all platforms. 2024-02-06T17:23:05.977 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-06T17:23:05.977 INFO:teuthology.task.kernel:Updating grub on smithi103 to boot 4.18.0-536.el8.x86_64 2024-02-06T17:23:05.978 DEBUG:teuthology.orchestra.run.smithi103:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-06T17:23:06.028 INFO:teuthology.orchestra.run.smithi019.stderr:done 2024-02-06T17:23:06.030 DEBUG:teuthology.orchestra.run.smithi019:> mktemp 2024-02-06T17:23:06.060 INFO:teuthology.orchestra.run.smithi019.stdout:/tmp/tmp.qQxSr7Fkk6 2024-02-06T17:23:06.061 DEBUG:teuthology.orchestra.run.smithi019:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qQxSr7Fkk6 2024-02-06T17:23:06.132 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 0666 /tmp/tmp.qQxSr7Fkk6 2024-02-06T17:23:06.276 DEBUG:teuthology.orchestra.remote:smithi019:/tmp/tmp.qQxSr7Fkk6 is 6KB 2024-02-06T17:23:06.324 DEBUG:teuthology.orchestra.run.smithi019:> rm -fr /tmp/tmp.qQxSr7Fkk6 2024-02-06T17:23:06.342 DEBUG:teuthology.orchestra.run.smithi019:> sudo /bin/ls /boot/loader/entries || true 2024-02-06T17:23:06.418 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-06T17:23:06.418 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-06T17:23:06.418 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-06T17:23:06.418 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-06T17:23:06.419 DEBUG:teuthology.orchestra.run.smithi019:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-06T17:23:06.554 DEBUG:teuthology.orchestra.run.smithi019:> sudo shutdown -r now 2024-02-06T17:23:07.674 INFO:teuthology.orchestra.run.smithi103.stderr:Generating grub configuration file ... 2024-02-06T17:23:09.728 INFO:teuthology.orchestra.run.smithi103.stderr:done 2024-02-06T17:23:09.730 DEBUG:teuthology.orchestra.run.smithi103:> mktemp 2024-02-06T17:23:09.772 INFO:teuthology.orchestra.run.smithi103.stdout:/tmp/tmp.M8d8eYvy87 2024-02-06T17:23:09.773 DEBUG:teuthology.orchestra.run.smithi103:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.M8d8eYvy87 2024-02-06T17:23:09.846 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 0666 /tmp/tmp.M8d8eYvy87 2024-02-06T17:23:09.992 DEBUG:teuthology.orchestra.remote:smithi103:/tmp/tmp.M8d8eYvy87 is 6KB 2024-02-06T17:23:10.041 DEBUG:teuthology.orchestra.run.smithi103:> rm -fr /tmp/tmp.M8d8eYvy87 2024-02-06T17:23:10.058 DEBUG:teuthology.orchestra.run.smithi103:> sudo /bin/ls /boot/loader/entries || true 2024-02-06T17:23:10.134 INFO:teuthology.orchestra.run.smithi103.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-06T17:23:10.134 INFO:teuthology.orchestra.run.smithi103.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-06T17:23:10.134 INFO:teuthology.orchestra.run.smithi103.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-06T17:23:10.134 INFO:teuthology.orchestra.run.smithi103.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-06T17:23:10.135 DEBUG:teuthology.orchestra.run.smithi103:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-06T17:23:10.271 DEBUG:teuthology.orchestra.run.smithi103:> sudo shutdown -r now 2024-02-06T17:23:36.574 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-06T17:23:36.574 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-02-06T17:23:36.575 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:23:40.278 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-06T17:23:40.278 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-02-06T17:23:40.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:23:55.071 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.19 2024-02-06T17:23:58.652 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-02-06T17:24:04.076 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-02-06T17:24:04.077 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:24:07.656 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-02-06T17:24:07.657 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:24:10.716 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-02-06T17:24:22.728 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-02-06T17:24:22.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:25:04.106 DEBUG:teuthology.orchestra.remote:timed out 2024-02-06T17:25:16.120 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-02-06T17:25:16.121 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:25:16.387 DEBUG:teuthology.orchestra.run.smithi019:> true 2024-02-06T17:25:16.698 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-02-06T17:25:16.699 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-02-06T17:25:16.699 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2024-02-06T17:25:16.719 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-536.el8.x86_64 2024-02-06T17:25:16.719 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-06T17:25:16.719 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-06T17:25:16.719 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-06T17:25:17.721 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-06T17:25:17.721 DEBUG:teuthology.orchestra.run.smithi019:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-06T17:25:17.802 INFO:teuthology.orchestra.run.smithi019.stdout:ttyS1 2024-02-06T17:25:17.814 DEBUG:teuthology.parallel:result is None 2024-02-06T17:25:22.731 DEBUG:teuthology.orchestra.remote:timed out 2024-02-06T17:25:37.732 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-02-06T17:25:37.733 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:25:38.112 DEBUG:teuthology.orchestra.run.smithi103:> true 2024-02-06T17:25:38.422 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-02-06T17:25:38.422 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-02-06T17:25:38.422 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2024-02-06T17:25:38.481 INFO:teuthology.orchestra.run.smithi103.stdout:4.18.0-536.el8.x86_64 2024-02-06T17:25:38.481 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-06T17:25:38.481 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-06T17:25:38.481 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-06T17:25:39.482 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-06T17:25:39.482 DEBUG:teuthology.orchestra.run.smithi103:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-06T17:25:39.551 INFO:teuthology.orchestra.run.smithi103.stdout:ttyS1 2024-02-06T17:25:39.565 DEBUG:teuthology.parallel:result is None 2024-02-06T17:25:39.565 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-06T17:25:39.572 INFO:teuthology.task.internal:Creating test directory... 2024-02-06T17:25:39.572 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-06T17:25:39.576 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-06T17:25:39.596 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-06T17:25:39.605 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-06T17:25:39.618 INFO:teuthology.task.internal:Creating archive directory... 2024-02-06T17:25:39.619 DEBUG:teuthology.orchestra.run.smithi019:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-06T17:25:39.639 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-06T17:25:39.691 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-06T17:25:39.699 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-06T17:25:39.700 DEBUG:teuthology.orchestra.run.smithi019:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-06T17:25:39.718 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-06T17:25:39.752 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-06T17:25:39.760 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-06T17:25:39.764 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-06T17:25:39.772 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-06T17:25:39.773 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-06T17:25:39.780 INFO:teuthology.task.internal:Configuring sudo... 2024-02-06T17:25:39.780 DEBUG:teuthology.orchestra.run.smithi019:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-06T17:25:39.808 DEBUG:teuthology.orchestra.run.smithi103:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-06T17:25:39.843 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-06T17:25:39.854 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-06T17:25:39.854 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-06T17:25:39.880 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-06T17:25:39.903 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-06T17:25:39.985 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-06T17:25:40.034 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-06T17:25:40.120 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-06T17:25:40.164 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-06T17:25:40.165 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-06T17:25:40.233 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-06T17:25:40.278 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-06T17:25:40.333 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-06T17:25:40.419 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-06T17:25:40.463 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-02-06T17:25:40.463 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-06T17:25:40.531 DEBUG:teuthology.orchestra.run.smithi019:> sudo service rsyslog restart 2024-02-06T17:25:40.533 DEBUG:teuthology.orchestra.run.smithi103:> sudo service rsyslog restart 2024-02-06T17:25:40.617 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-06T17:25:40.621 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-06T17:25:41.082 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-06T17:25:41.090 INFO:teuthology.task.internal:Starting timer... 2024-02-06T17:25:41.090 INFO:teuthology.run_tasks:Running task pcp... 2024-02-06T17:25:41.166 INFO:teuthology.run_tasks:Running task selinux... 2024-02-06T17:25:41.226 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-06T17:25:41.226 DEBUG:teuthology.orchestra.run.smithi019:> sudo service auditd rotate 2024-02-06T17:25:41.299 INFO:teuthology.orchestra.run.smithi019.stdout:Rotating logs: 2024-02-06T17:25:41.301 DEBUG:teuthology.orchestra.run.smithi103:> sudo service auditd rotate 2024-02-06T17:25:41.391 INFO:teuthology.orchestra.run.smithi103.stdout:Rotating logs: 2024-02-06T17:25:41.392 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-06T17:25:41.392 DEBUG:teuthology.orchestra.run.smithi019:> /usr/sbin/getenforce 2024-02-06T17:25:41.425 INFO:teuthology.orchestra.run.smithi019.stdout:Permissive 2024-02-06T17:25:41.425 DEBUG:teuthology.orchestra.run.smithi103:> /usr/sbin/getenforce 2024-02-06T17:25:41.462 INFO:teuthology.orchestra.run.smithi103.stdout:Permissive 2024-02-06T17:25:41.463 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi019.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi103.front.sepia.ceph.com': 'permissive'} 2024-02-06T17:25:41.463 DEBUG:teuthology.orchestra.run.smithi019:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-06T17:25:41.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:25:41.495 DEBUG:teuthology.orchestra.run.smithi103:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-06T17:25:41.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:25:41.533 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-06T17:25:41.533 DEBUG:teuthology.orchestra.run.smithi019:> sudo /usr/sbin/setenforce permissive 2024-02-06T17:25:41.562 DEBUG:teuthology.orchestra.run.smithi103:> sudo /usr/sbin/setenforce permissive 2024-02-06T17:25:41.601 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-06T17:25:41.610 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-06T17:25:41.614 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-06T17:25:41.754 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-06T17:25:41.768 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-06T17:25:41.770 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi019.front.sepia.ceph.com,smithi103.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-06T17:31:34.415 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi019.front.sepia.ceph.com'), Remote(name='ubuntu@smithi103.front.sepia.ceph.com')] 2024-02-06T17:31:34.417 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-02-06T17:31:34.418 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:31:34.495 DEBUG:teuthology.orchestra.run.smithi019:> true 2024-02-06T17:31:34.564 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-02-06T17:31:34.564 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-02-06T17:31:34.565 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:31:34.636 DEBUG:teuthology.orchestra.run.smithi103:> true 2024-02-06T17:31:34.701 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-02-06T17:31:34.701 INFO:teuthology.run_tasks:Running task clock... 2024-02-06T17:31:34.712 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-06T17:31:34.712 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-06T17:31:34.712 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-06T17:31:34.715 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-06T17:31:34.715 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-06T17:31:34.747 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-06T17:31:34.762 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-06T17:31:34.772 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-06T17:31:34.786 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-06T17:31:34.825 INFO:teuthology.orchestra.run.smithi019.stderr:sudo: ntpd: command not found 2024-02-06T17:31:34.836 INFO:teuthology.orchestra.run.smithi019.stdout:506 Cannot talk to daemon 2024-02-06T17:31:34.850 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-06T17:31:34.856 INFO:teuthology.orchestra.run.smithi103.stderr:sudo: ntpd: command not found 2024-02-06T17:31:34.864 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-06T17:31:34.867 INFO:teuthology.orchestra.run.smithi103.stdout:506 Cannot talk to daemon 2024-02-06T17:31:34.881 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-06T17:31:34.894 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-06T17:31:34.928 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2024-02-06T17:31:34.931 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-06T17:31:34.931 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2024-02-06T17:31:34.932 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:31:34.932 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:31:34.932 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:31:34.932 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:31:34.964 INFO:teuthology.orchestra.run.smithi103.stderr:bash: ntpq: command not found 2024-02-06T17:31:34.968 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-06T17:31:34.968 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2024-02-06T17:31:34.968 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:31:34.968 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:31:34.968 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:31:34.968 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:31:34.969 INFO:teuthology.run_tasks:Running task pexec... 2024-02-06T17:31:34.978 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-06T17:31:34.978 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi019.front.sepia.ceph.com 2024-02-06T17:31:34.978 DEBUG:teuthology.orchestra.run.smithi019:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-06T17:31:34.979 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi103.front.sepia.ceph.com 2024-02-06T17:31:34.979 DEBUG:teuthology.orchestra.run.smithi103:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-06T17:31:35.794 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:21 ago on Tue 06 Feb 2024 05:30:14 PM UTC. 2024-02-06T17:31:35.797 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:20 ago on Tue 06 Feb 2024 05:30:15 PM UTC. 2024-02-06T17:31:37.797 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-02-06T17:31:37.798 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-02-06T17:31:37.798 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-02-06T17:31:37.798 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-02-06T17:31:37.798 INFO:teuthology.orchestra.run.smithi103.stdout:Resetting modules: 2024-02-06T17:31:37.798 INFO:teuthology.orchestra.run.smithi103.stdout: container-tools 2024-02-06T17:31:37.798 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:31:37.798 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-02-06T17:31:37.798 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-02-06T17:31:37.798 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:31:37.929 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2024-02-06T17:31:37.931 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-06T17:31:37.931 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2024-02-06T17:31:37.931 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-06T17:31:37.931 INFO:teuthology.orchestra.run.smithi019.stdout:Resetting modules: 2024-02-06T17:31:37.931 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools 2024-02-06T17:31:37.931 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:31:37.931 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2024-02-06T17:31:37.931 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-06T17:31:37.931 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:31:38.057 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-02-06T17:31:38.198 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2024-02-06T17:31:38.888 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:24 ago on Tue 06 Feb 2024 05:30:14 PM UTC. 2024-02-06T17:31:39.069 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:23 ago on Tue 06 Feb 2024 05:30:15 PM UTC. 2024-02-06T17:31:40.820 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-02-06T17:31:40.855 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-02-06T17:31:40.855 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-02-06T17:31:40.855 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-02-06T17:31:40.855 INFO:teuthology.orchestra.run.smithi103.stdout:Installing group/module packages: 2024-02-06T17:31:40.855 INFO:teuthology.orchestra.run.smithi103.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-06T17:31:40.855 INFO:teuthology.orchestra.run.smithi103.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-06T17:31:40.855 INFO:teuthology.orchestra.run.smithi103.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-06T17:31:40.855 INFO:teuthology.orchestra.run.smithi103.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-06T17:31:40.855 INFO:teuthology.orchestra.run.smithi103.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-06T17:31:40.855 INFO:teuthology.orchestra.run.smithi103.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-06T17:31:40.855 INFO:teuthology.orchestra.run.smithi103.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-06T17:31:40.855 INFO:teuthology.orchestra.run.smithi103.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-06T17:31:40.855 INFO:teuthology.orchestra.run.smithi103.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout:Installing weak dependencies: 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout:Installing module profiles: 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout: container-tools/common 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout:Enabling module streams: 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout: container-tools rhel8 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-02-06T17:31:40.856 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-02-06T17:31:40.857 INFO:teuthology.orchestra.run.smithi103.stdout:Install 13 Packages 2024-02-06T17:31:40.857 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:31:40.857 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 27 M 2024-02-06T17:31:40.857 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 91 M 2024-02-06T17:31:40.857 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-02-06T17:31:41.206 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2024-02-06T17:31:41.243 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-06T17:31:41.244 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2024-02-06T17:31:41.244 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-06T17:31:41.244 INFO:teuthology.orchestra.run.smithi019.stdout:Installing group/module packages: 2024-02-06T17:31:41.244 INFO:teuthology.orchestra.run.smithi019.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-06T17:31:41.244 INFO:teuthology.orchestra.run.smithi019.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-06T17:31:41.244 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-06T17:31:41.244 INFO:teuthology.orchestra.run.smithi019.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-06T17:31:41.244 INFO:teuthology.orchestra.run.smithi019.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-06T17:31:41.244 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-06T17:31:41.244 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-06T17:31:41.244 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-06T17:31:41.244 INFO:teuthology.orchestra.run.smithi019.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout:Installing weak dependencies: 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout:Installing module profiles: 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools/common 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling module streams: 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools rhel8 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2024-02-06T17:31:41.245 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-06T17:31:41.246 INFO:teuthology.orchestra.run.smithi019.stdout:Install 13 Packages 2024-02-06T17:31:41.246 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:31:41.246 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 27 M 2024-02-06T17:31:41.246 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 91 M 2024-02-06T17:31:41.246 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2024-02-06T17:31:41.330 INFO:teuthology.orchestra.run.smithi103.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 2.9 MB/s | 759 kB 00:00 2024-02-06T17:31:41.397 INFO:teuthology.orchestra.run.smithi103.stdout:(2/13): aardvark-dns-1.9.0-1.module_el8+804+f13 3.1 MB/s | 1.0 MB 00:00 2024-02-06T17:31:41.423 INFO:teuthology.orchestra.run.smithi103.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 410 kB/s | 38 kB 00:00 2024-02-06T17:31:41.473 INFO:teuthology.orchestra.run.smithi103.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 3.2 MB/s | 248 kB 00:00 2024-02-06T17:31:41.557 INFO:teuthology.orchestra.run.smithi103.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 2.1 MB/s | 179 kB 00:00 2024-02-06T17:31:41.666 INFO:teuthology.orchestra.run.smithi103.stdout:(6/13): buildah-1.34.0-1.module_el8+804+f131391 16 MB/s | 9.7 MB 00:00 2024-02-06T17:31:41.691 INFO:teuthology.orchestra.run.smithi103.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 185 kB/s | 25 kB 00:00 2024-02-06T17:31:41.773 INFO:teuthology.orchestra.run.smithi019.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 2.2 MB/s | 759 kB 00:00 2024-02-06T17:31:41.774 INFO:teuthology.orchestra.run.smithi103.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 11 MB/s | 4.0 MB 00:00 2024-02-06T17:31:41.800 INFO:teuthology.orchestra.run.smithi103.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 702 kB/s | 94 kB 00:00 2024-02-06T17:31:41.807 INFO:teuthology.orchestra.run.smithi019.stdout:(2/13): aardvark-dns-1.9.0-1.module_el8+804+f13 2.8 MB/s | 1.0 MB 00:00 2024-02-06T17:31:41.849 INFO:teuthology.orchestra.run.smithi019.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 503 kB/s | 38 kB 00:00 2024-02-06T17:31:41.883 INFO:teuthology.orchestra.run.smithi103.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 631 kB/s | 53 kB 00:00 2024-02-06T17:31:41.908 INFO:teuthology.orchestra.run.smithi019.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 2.4 MB/s | 248 kB 00:00 2024-02-06T17:31:41.975 INFO:teuthology.orchestra.run.smithi103.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 448 kB/s | 41 kB 00:00 2024-02-06T17:31:41.991 INFO:teuthology.orchestra.run.smithi019.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 2.1 MB/s | 179 kB 00:00 2024-02-06T17:31:42.025 INFO:teuthology.orchestra.run.smithi103.stdout:(12/13): toolbox-0.0.99.4-8.module_el8+804+f131 10 MB/s | 2.5 MB 00:00 2024-02-06T17:31:42.050 INFO:teuthology.orchestra.run.smithi019.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 425 kB/s | 25 kB 00:00 2024-02-06T17:31:42.117 INFO:teuthology.orchestra.run.smithi019.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2024-02-06T17:31:42.259 INFO:teuthology.orchestra.run.smithi019.stdout:(8/13): buildah-1.34.0-1.module_el8+804+f131391 12 MB/s | 9.7 MB 00:00 2024-02-06T17:31:42.260 INFO:teuthology.orchestra.run.smithi103.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 15 MB/s | 8.8 MB 00:00 2024-02-06T17:31:42.260 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-02-06T17:31:42.260 INFO:teuthology.orchestra.run.smithi103.stdout:Total 19 MB/s | 27 MB 00:01 2024-02-06T17:31:42.318 INFO:teuthology.orchestra.run.smithi019.stdout:(9/13): netavark-1.9.0-1.module_el8+804+f131391 8.4 MB/s | 4.0 MB 00:00 2024-02-06T17:31:42.368 INFO:teuthology.orchestra.run.smithi019.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 1.0 MB/s | 53 kB 00:00 2024-02-06T17:31:42.418 INFO:teuthology.orchestra.run.smithi019.stdout:(11/13): toolbox-0.0.99.4-8.module_el8+804+f131 16 MB/s | 2.5 MB 00:00 2024-02-06T17:31:42.435 INFO:teuthology.orchestra.run.smithi019.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 610 kB/s | 41 kB 00:00 2024-02-06T17:31:42.525 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-02-06T17:31:42.546 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-02-06T17:31:42.546 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-02-06T17:31:42.602 INFO:teuthology.orchestra.run.smithi019.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 18 MB/s | 8.8 MB 00:00 2024-02-06T17:31:42.603 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2024-02-06T17:31:42.603 INFO:teuthology.orchestra.run.smithi019.stdout:Total 20 MB/s | 27 MB 00:01 2024-02-06T17:31:42.805 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-02-06T17:31:42.809 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-02-06T17:31:42.880 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2024-02-06T17:31:42.903 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2024-02-06T17:31:42.903 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2024-02-06T17:31:43.182 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2024-02-06T17:31:43.185 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2024-02-06T17:31:43.503 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-02-06T17:31:43.747 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-06T17:31:43.886 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2024-02-06T17:31:43.948 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-06T17:31:44.119 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-06T17:31:44.150 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-06T17:31:44.272 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-06T17:31:44.374 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-06T17:31:44.449 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-06T17:31:44.671 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-06T17:31:44.921 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-06T17:31:45.235 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-06T17:31:45.876 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-06T17:31:46.088 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-06T17:31:46.241 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-06T17:31:46.302 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-06T17:31:46.459 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-06T17:31:46.570 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-06T17:31:46.682 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-06T17:31:46.926 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-06T17:31:47.006 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-06T17:31:47.370 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-06T17:31:47.958 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-06T17:31:48.214 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-06T17:31:48.338 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-06T17:31:48.395 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-06T17:31:48.556 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-06T17:31:48.737 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-06T17:31:48.806 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-06T17:31:48.806 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-06T17:31:48.806 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-06T17:31:48.806 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-06T17:31:48.806 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-06T17:31:48.806 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-06T17:31:48.806 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-06T17:31:48.806 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-06T17:31:48.806 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-06T17:31:48.806 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-06T17:31:48.806 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-06T17:31:48.807 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-06T17:31:48.807 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-06T17:31:49.217 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-06T17:31:49.217 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-06T17:31:49.217 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-06T17:31:49.217 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-06T17:31:49.217 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-06T17:31:49.217 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-06T17:31:49.217 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-06T17:31:49.217 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-06T17:31:49.217 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-06T17:31:49.217 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-06T17:31:49.217 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-06T17:31:49.217 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-06T17:31:49.218 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-06T17:31:49.315 INFO:teuthology.orchestra.run.smithi103.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-06T17:31:49.316 INFO:teuthology.orchestra.run.smithi103.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-06T17:31:49.316 INFO:teuthology.orchestra.run.smithi103.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-06T17:31:49.316 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:31:49.316 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-02-06T17:31:49.593 DEBUG:teuthology.parallel:result is None 2024-02-06T17:31:49.736 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-06T17:31:49.737 INFO:teuthology.orchestra.run.smithi019.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-06T17:31:49.738 INFO:teuthology.orchestra.run.smithi019.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-06T17:31:49.738 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:31:49.738 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2024-02-06T17:31:49.985 DEBUG:teuthology.parallel:result is None 2024-02-06T17:31:49.985 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-06T17:31:50.054 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': 'ce0a401e7175623ae7f0c4552bd00c17eefaf943'} 2024-02-06T17:31:50.054 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15 2024-02-06T17:31:50.054 INFO:tasks.cephadm:Cluster fsid is 9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:31:50.055 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-06T17:31:50.055 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-06T17:31:50.055 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi019': '172.21.15.19', 'mon.smithi103': '172.21.15.103'} 2024-02-06T17:31:50.055 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-06T17:31:50.055 DEBUG:teuthology.orchestra.run.smithi019:> sudo hostname $(hostname -s) 2024-02-06T17:31:50.083 DEBUG:teuthology.orchestra.run.smithi103:> sudo hostname $(hostname -s) 2024-02-06T17:31:50.111 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2024-02-06T17:31:50.111 DEBUG:teuthology.orchestra.run.smithi019:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-06T17:31:50.319 INFO:teuthology.orchestra.run.smithi019.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Feb 6 17:31 /home/ubuntu/cephtest/cephadm 2024-02-06T17:31:50.320 DEBUG:teuthology.orchestra.run.smithi103:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-06T17:31:50.442 INFO:teuthology.orchestra.run.smithi103.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Feb 6 17:31 /home/ubuntu/cephtest/cephadm 2024-02-06T17:31:50.442 DEBUG:teuthology.orchestra.run.smithi019:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-06T17:31:50.462 DEBUG:teuthology.orchestra.run.smithi103:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-06T17:31:50.488 DEBUG:teuthology.orchestra.run.smithi019:> sudo mkdir -p /etc/ceph 2024-02-06T17:31:50.529 DEBUG:teuthology.orchestra.run.smithi103:> sudo mkdir -p /etc/ceph 2024-02-06T17:31:50.555 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 777 /etc/ceph 2024-02-06T17:31:50.597 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 777 /etc/ceph 2024-02-06T17:31:50.623 INFO:tasks.cephadm:Writing seed config... 2024-02-06T17:31:50.623 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-06T17:31:50.624 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-06T17:31:50.624 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-06T17:31:50.624 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-06T17:31:50.624 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-06T17:31:50.624 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-06T17:31:50.624 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-06T17:31:50.624 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-06T17:31:50.625 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-06T17:31:50.625 DEBUG:teuthology.orchestra.run.smithi019:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-06T17:31:50.655 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 9c31a602-c515-11ee-95b6-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-06T17:31:50.655 DEBUG:teuthology.orchestra.run.smithi019:mon.smithi019> sudo journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi019.service 2024-02-06T17:31:50.697 INFO:tasks.cephadm:Bootstrapping... 2024-02-06T17:31:50.698 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 -v bootstrap --fsid 9c31a602-c515-11ee-95b6-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.19 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:31:50.725 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:-- Logs begin at Tue 2024-02-06 17:24:28 UTC. -- 2024-02-06T17:31:50.863 INFO:teuthology.orchestra.run.smithi019.stderr:container_init=False 2024-02-06T17:31:50.864 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying podman|docker is present... 2024-02-06T17:31:50.864 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying lvm2 is present... 2024-02-06T17:31:50.864 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying time synchronization is in place... 2024-02-06T17:31:50.864 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-enabled chrony.service 2024-02-06T17:31:50.869 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-06T17:31:50.869 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-active chrony.service 2024-02-06T17:31:50.874 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout inactive 2024-02-06T17:31:50.875 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-06T17:31:50.880 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout enabled 2024-02-06T17:31:50.880 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-active chronyd.service 2024-02-06T17:31:50.885 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout active 2024-02-06T17:31:50.885 INFO:teuthology.orchestra.run.smithi019.stderr:Unit chronyd.service is enabled and running 2024-02-06T17:31:50.886 INFO:teuthology.orchestra.run.smithi019.stderr:Repeating the final host check... 2024-02-06T17:31:50.886 INFO:teuthology.orchestra.run.smithi019.stderr:podman|docker (/bin/podman) is present 2024-02-06T17:31:50.886 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl is present 2024-02-06T17:31:50.886 INFO:teuthology.orchestra.run.smithi019.stderr:lvcreate is present 2024-02-06T17:31:50.886 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-enabled chrony.service 2024-02-06T17:31:50.890 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-06T17:31:50.890 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-active chrony.service 2024-02-06T17:31:50.895 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout inactive 2024-02-06T17:31:50.895 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-06T17:31:50.900 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout enabled 2024-02-06T17:31:50.900 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-active chronyd.service 2024-02-06T17:31:50.906 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout active 2024-02-06T17:31:50.906 INFO:teuthology.orchestra.run.smithi019.stderr:Unit chronyd.service is enabled and running 2024-02-06T17:31:50.906 INFO:teuthology.orchestra.run.smithi019.stderr:Host looks OK 2024-02-06T17:31:50.906 INFO:teuthology.orchestra.run.smithi019.stderr:Cluster fsid: 9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:31:50.906 INFO:teuthology.orchestra.run.smithi019.stderr:Acquiring lock 140255578411528 on /run/cephadm/9c31a602-c515-11ee-95b6-87774f69a715.lock 2024-02-06T17:31:50.906 INFO:teuthology.orchestra.run.smithi019.stderr:Lock 140255578411528 acquired on /run/cephadm/9c31a602-c515-11ee-95b6-87774f69a715.lock 2024-02-06T17:31:50.906 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying IP 172.21.15.19 port 3300 ... 2024-02-06T17:31:50.907 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying IP 172.21.15.19 port 6789 ... 2024-02-06T17:31:50.907 INFO:teuthology.orchestra.run.smithi019.stderr:Base mon IP is 172.21.15.19, final addrv is [v2:172.21.15.19:3300,v1:172.21.15.19:6789] 2024-02-06T17:31:50.907 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /sbin/ip route ls 2024-02-06T17:31:50.909 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.19 metric 100 2024-02-06T17:31:50.909 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.19 metric 100 2024-02-06T17:31:50.910 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /sbin/ip -6 route ls 2024-02-06T17:31:50.911 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-06T17:31:50.912 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-06T17:31:50.912 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1677sec hoplimit 64 pref medium 2024-02-06T17:31:50.912 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /sbin/ip -6 addr ls 2024-02-06T17:31:50.914 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-06T17:31:50.914 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-06T17:31:50.914 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-06T17:31:50.914 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: stdout 3: ens1f0: mtu 1500 state UP qlen 1000 2024-02-06T17:31:50.914 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:161e/64 scope link 2024-02-06T17:31:50.914 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-06T17:31:50.914 INFO:teuthology.orchestra.run.smithi019.stderr:Mon IP 172.21.15.19 is in CIDR network 172.21.0.0/20 2024-02-06T17:31:50.915 INFO:teuthology.orchestra.run.smithi019.stderr:Pulling container image docker.io/ceph/ceph:v15... 2024-02-06T17:31:50.915 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v15 2024-02-06T17:31:52.599 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: stderr Trying to pull docker.io/ceph/ceph:v15... 2024-02-06T17:31:59.414 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: stderr Getting image source signatures 2024-02-06T17:31:59.417 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: stderr Copying blob sha256:731c3beff4deece7d4e54bc26ecf6d99988b19ea8414524277d83bc5a5d6eb70 2024-02-06T17:31:59.417 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: stderr Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-06T17:32:10.781 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: stderr Copying config sha256:2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-02-06T17:32:10.931 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: stderr Writing manifest to image destination 2024-02-06T17:32:11.225 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: stdout 2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-02-06T17:32:11.236 INFO:teuthology.orchestra.run.smithi019.stderr:Extracting ceph user uid/gid from container image... 2024-02-06T17:32:11.236 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi019 docker.io/ceph/ceph:v15 -c %u %g /var/lib/ceph 2024-02-06T17:32:11.870 INFO:teuthology.orchestra.run.smithi019.stderr:stat: stdout 167 167 2024-02-06T17:32:12.423 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial keys... 2024-02-06T17:32:12.423 INFO:teuthology.orchestra.run.smithi019.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=smithi019 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-06T17:32:12.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: stdout AQAcbcJlld4OMxAAVrpojA4THvce7XMfP0D2jw== 2024-02-06T17:32:13.441 INFO:teuthology.orchestra.run.smithi019.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=smithi019 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-06T17:32:13.999 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: stdout AQAdbcJlynXvNhAAfD8PXrHsrKVfJgfSyYUoLw== 2024-02-06T17:32:14.577 INFO:teuthology.orchestra.run.smithi019.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=smithi019 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-06T17:32:15.088 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: stdout AQAebcJlCVy5OhAAPJJQ6VZ31gHEuPIFOYXYeA== 2024-02-06T17:32:15.599 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial monmap... 2024-02-06T17:32:15.599 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /tmp/ceph-tmptkwu88qh:/tmp/monmap:z docker.io/ceph/ceph:v15 --create --clobber --fsid 9c31a602-c515-11ee-95b6-87774f69a715 --addv smithi019 [v2:172.21.15.19:3300,v1:172.21.15.19:6789] /tmp/monmap 2024-02-06T17:32:16.144 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-06T17:32:16.144 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:32:16.144 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-06T17:32:16.718 INFO:teuthology.orchestra.run.smithi019.stderr:Creating mon... 2024-02-06T17:32:16.720 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019:/var/lib/ceph/mon/ceph-smithi019:z -v /tmp/ceph-tmp5i6ndidz:/tmp/keyring:z -v /tmp/ceph-tmptkwu88qh:/tmp/monmap:z docker.io/ceph/ceph:v15 --mkfs -i smithi019 --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-02-06T17:32:17.244 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.167+0000 7f5e5573f6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-06T17:32:17.244 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.167+0000 7f5e5573f6c0 1 imported monmap: 2024-02-06T17:32:17.244 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr epoch 0 2024-02-06T17:32:17.245 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr fsid 9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:32:17.245 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr last_changed 2024-02-06T17:32:16.068978+0000 2024-02-06T17:32:17.245 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr created 2024-02-06T17:32:16.068978+0000 2024-02-06T17:32:17.245 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2024-02-06T17:32:17.245 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] mon.smithi019 2024-02-06T17:32:17.246 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.246 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.167+0000 7f5e5573f6c0 0 /usr/bin/ceph-mon: set fsid to 9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:32:17.246 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 0 set rocksdb option compression = kNoCompression 2024-02-06T17:32:17.246 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-06T17:32:17.246 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-06T17:32:17.246 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 0 set rocksdb option compression = kNoCompression 2024-02-06T17:32:17.270 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-06T17:32:17.270 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: RocksDB version: 6.1.2 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Compile date May 26 2021 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: DB SUMMARY 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi019/store.db dir, Total Num: 0, files: 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi019/store.db: 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.error_if_exists: 0 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.create_if_missing: 1 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.paranoid_checks: 1 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.env: 0x56366300d1c0 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.info_log: 0x563665255620 2024-02-06T17:32:17.271 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-06T17:32:17.272 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.statistics: (nil) 2024-02-06T17:32:17.272 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.use_fsync: 0 2024-02-06T17:32:17.272 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.max_log_file_size: 0 2024-02-06T17:32:17.272 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-06T17:32:17.272 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-06T17:32:17.272 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-06T17:32:17.272 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-06T17:32:17.272 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.allow_fallocate: 1 2024-02-06T17:32:17.272 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-06T17:32:17.272 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-06T17:32:17.272 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.use_direct_reads: 0 2024-02-06T17:32:17.272 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-06T17:32:17.272 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.db_log_dir: 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi019/store.db 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.max_subcompactions: 1 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.max_background_flushes: -1 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.write_buffer_manager: 0x56366528e660 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-06T17:32:17.273 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.row_cache: None 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.wal_filter: None 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.preserve_deletes: 0 2024-02-06T17:32:17.274 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.two_write_queues: 0 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.atomic_flush: 0 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.max_background_jobs: 2 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.max_background_compactions: -1 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.max_open_files: -1 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-02-06T17:32:17.275 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-06T17:32:17.276 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-06T17:32:17.276 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Compression algorithms supported: 2024-02-06T17:32:17.276 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-06T17:32:17.276 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: kZSTD supported: 0 2024-02-06T17:32:17.276 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: kXpressCompression supported: 0 2024-02-06T17:32:17.276 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-06T17:32:17.276 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: kLZ4Compression supported: 1 2024-02-06T17:32:17.276 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: kBZip2Compression supported: 0 2024-02-06T17:32:17.276 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: kZlibCompression supported: 1 2024-02-06T17:32:17.276 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: kSnappyCompression supported: 1 2024-02-06T17:32:17.276 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-06T17:32:17.276 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.168+0000 7f5e5573f6c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-02-06T17:32:17.276 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi019/store.db/MANIFEST-000001 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.merge_operator: 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compaction_filter: None 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5636651ed2b0) 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2024-02-06T17:32:17.277 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x563665222510 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-02-06T17:32:17.278 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compression: NoCompression 2024-02-06T17:32:17.279 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.num_levels: 7 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-02-06T17:32:17.280 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-06T17:32:17.281 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-06T17:32:17.282 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.table_properties_collectors: 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.inplace_update_support: 0 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.bloom_locality: 0 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.max_successive_merges: 0 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.169+0000 7f5e5573f6c0 4 rocksdb: Options.ttl: 0 2024-02-06T17:32:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.170+0000 7f5e5573f6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi019/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.170+0000 7f5e5573f6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.172+0000 7f5e5573f6c0 4 rocksdb: DB pointer 0x563665e4e400 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.173+0000 7f5e3e626700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.173+0000 7f5e3e626700 4 rocksdb: [db/db_impl.cc:778] 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.284 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:32:17.285 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:32:17.286 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-06T17:32:17.287 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:32:17.287 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:32:17.287 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:32:17.287 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:32:17.287 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:32:17.287 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:32:17.287 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-06T17:32:17.287 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.287 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:32:17.287 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T17:32:17.287 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.174+0000 7f5e5573f6c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-02-06T17:32:17.287 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.174+0000 7f5e5573f6c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-02-06T17:32:17.287 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T17:32:17.174+0000 7f5e5573f6c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi019 for mon.smithi019 2024-02-06T17:32:17.812 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:32:17.818 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl disable ceph.target 2024-02-06T17:32:17.917 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl enable ceph.target 2024-02-06T17:32:17.924 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-06T17:32:18.009 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl start ceph.target 2024-02-06T17:32:18.016 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl enable ceph-9c31a602-c515-11ee-95b6-87774f69a715.target 2024-02-06T17:32:18.023 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9c31a602-c515-11ee-95b6-87774f69a715.target → /etc/systemd/system/ceph-9c31a602-c515-11ee-95b6-87774f69a715.target. 2024-02-06T17:32:18.023 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-9c31a602-c515-11ee-95b6-87774f69a715.target → /etc/systemd/system/ceph-9c31a602-c515-11ee-95b6-87774f69a715.target. 2024-02-06T17:32:18.106 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl start ceph-9c31a602-c515-11ee-95b6-87774f69a715.target 2024-02-06T17:32:18.120 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl daemon-reload 2024-02-06T17:32:18.207 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl stop ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi019 2024-02-06T17:32:18.234 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl reset-failed ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi019 2024-02-06T17:32:18.239 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stderr Failed to reset failed state of unit ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi019.service: Unit ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi019.service not loaded. 2024-02-06T17:32:18.239 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl enable ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi019 2024-02-06T17:32:18.245 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-9c31a602-c515-11ee-95b6-87774f69a715.target.wants/ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi019.service → /etc/systemd/system/ceph-9c31a602-c515-11ee-95b6-87774f69a715@.service. 2024-02-06T17:32:18.327 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl start ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi019 2024-02-06T17:32:18.368 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:32:18 smithi019 systemd[1]: Starting Ceph mon.smithi019 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:32:18.820 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-06T17:32:18.828 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout disabled 2024-02-06T17:32:18.828 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-active firewalld.service 2024-02-06T17:32:18.835 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout inactive 2024-02-06T17:32:18.836 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2024-02-06T17:32:18.836 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to enable service . firewalld.service is not available 2024-02-06T17:32:18.836 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-06T17:32:18.836 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mon to start... 2024-02-06T17:32:18.836 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mon... 2024-02-06T17:32:18.836 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019:/var/lib/ceph/mon/ceph-smithi019:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status 2024-02-06T17:32:18.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:32:18 smithi019 bash[34318]: 00db60bf724cbc804942050a99dcd897274d1a5eb0d9dfa713bbb789a807338a 2024-02-06T17:32:18.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:32:18 smithi019 systemd[1]: Started Ceph mon.smithi019 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:32:19.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout cluster: 2024-02-06T17:32:19.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout id: 9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:32:19.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-06T17:32:19.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout 2024-02-06T17:32:19.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout services: 2024-02-06T17:32:19.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi019 (age 0.608063s) 2024-02-06T17:32:19.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-06T17:32:19.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-06T17:32:19.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout 2024-02-06T17:32:19.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout data: 2024-02-06T17:32:19.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-06T17:32:19.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-06T17:32:19.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-06T17:32:19.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout pgs: 2024-02-06T17:32:19.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout 2024-02-06T17:32:19.983 INFO:teuthology.orchestra.run.smithi019.stderr:mon is available 2024-02-06T17:32:19.984 INFO:teuthology.orchestra.run.smithi019.stderr:Assimilating anything we can from ceph.conf... 2024-02-06T17:32:19.984 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z -v /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019:/var/lib/ceph/mon/ceph-smithi019:z docker.io/ceph/ceph:v15 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi019/config 2024-02-06T17:32:20.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout 2024-02-06T17:32:20.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout [global] 2024-02-06T17:32:20.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout fsid = 9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:32:20.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout log_to_journald = false 2024-02-06T17:32:20.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.19:3300,v1:172.21.15.19:6789] 2024-02-06T17:32:20.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-06T17:32:20.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-06T17:32:20.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-06T17:32:20.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-06T17:32:20.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout 2024-02-06T17:32:20.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout [mgr] 2024-02-06T17:32:20.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-06T17:32:20.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout 2024-02-06T17:32:20.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout [osd] 2024-02-06T17:32:20.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-06T17:32:20.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2024-02-06T17:32:20.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-06T17:32:21.181 INFO:teuthology.orchestra.run.smithi019.stderr:Generating new minimal ceph.conf... 2024-02-06T17:32:21.181 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z -v /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019:/var/lib/ceph/mon/ceph-smithi019:z docker.io/ceph/ceph:v15 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi019/config 2024-02-06T17:32:22.196 INFO:teuthology.orchestra.run.smithi019.stderr:Restarting the monitor... 2024-02-06T17:32:22.196 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl restart ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi019 2024-02-06T17:32:22.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:32:22 smithi019 systemd[1]: Stopping Ceph mon.smithi019 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:32:23.040 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:32:22 smithi019 podman[34652]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon.smithi019 2024-02-06T17:32:23.365 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:32:23 smithi019 systemd[1]: ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi019.service: Succeeded. 2024-02-06T17:32:23.365 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:32:23 smithi019 systemd[1]: Stopped Ceph mon.smithi019 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:32:23.365 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:32:23 smithi019 systemd[1]: Starting Ceph mon.smithi019 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:32:23.929 INFO:teuthology.orchestra.run.smithi019.stderr:Setting mon public_network... 2024-02-06T17:32:23.929 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mon public_network 172.21.0.0/20 2024-02-06T17:32:24.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:32:23 smithi019 bash[34723]: a92c4575f9698d7c4202ce4c401908ba3f8691dca37dee7d4c7e457644fef972 2024-02-06T17:32:24.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:32:23 smithi019 systemd[1]: Started Ceph mon.smithi019 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:32:25.125 INFO:teuthology.orchestra.run.smithi019.stderr:Creating mgr... 2024-02-06T17:32:25.125 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying port 9283 ... 2024-02-06T17:32:25.128 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl daemon-reload 2024-02-06T17:32:25.239 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl stop ceph-9c31a602-c515-11ee-95b6-87774f69a715@mgr.smithi019.gohzab 2024-02-06T17:32:25.265 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl reset-failed ceph-9c31a602-c515-11ee-95b6-87774f69a715@mgr.smithi019.gohzab 2024-02-06T17:32:25.270 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stderr Failed to reset failed state of unit ceph-9c31a602-c515-11ee-95b6-87774f69a715@mgr.smithi019.gohzab.service: Unit ceph-9c31a602-c515-11ee-95b6-87774f69a715@mgr.smithi019.gohzab.service not loaded. 2024-02-06T17:32:25.270 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl enable ceph-9c31a602-c515-11ee-95b6-87774f69a715@mgr.smithi019.gohzab 2024-02-06T17:32:25.276 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-9c31a602-c515-11ee-95b6-87774f69a715.target.wants/ceph-9c31a602-c515-11ee-95b6-87774f69a715@mgr.smithi019.gohzab.service → /etc/systemd/system/ceph-9c31a602-c515-11ee-95b6-87774f69a715@.service. 2024-02-06T17:32:25.370 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl start ceph-9c31a602-c515-11ee-95b6-87774f69a715@mgr.smithi019.gohzab 2024-02-06T17:32:25.913 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-06T17:32:25.921 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout disabled 2024-02-06T17:32:25.921 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-active firewalld.service 2024-02-06T17:32:25.928 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout inactive 2024-02-06T17:32:25.929 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2024-02-06T17:32:25.929 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to enable service . firewalld.service is not available 2024-02-06T17:32:25.929 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-06T17:32:25.929 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-06T17:32:25.936 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout disabled 2024-02-06T17:32:25.937 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-active firewalld.service 2024-02-06T17:32:25.944 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout inactive 2024-02-06T17:32:25.945 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2024-02-06T17:32:25.945 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-06T17:32:25.946 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:32:25.946 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-06T17:32:25.946 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr to start... 2024-02-06T17:32:25.946 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr... 2024-02-06T17:32:25.946 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-06T17:32:26.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout 2024-02-06T17:32:26.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:26.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "fsid": "9c31a602-c515-11ee-95b6-87774f69a715", 2024-02-06T17:32:26.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "health": { 2024-02-06T17:32:26.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-06T17:32:26.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-06T17:32:26.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-06T17:32:26.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:26.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-06T17:32:26.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-06T17:32:26.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout 0 2024-02-06T17:32:26.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:26.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-06T17:32:26.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smithi019" 2024-02-06T17:32:26.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:26.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "quorum_age": 2, 2024-02-06T17:32:26.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-06T17:32:26.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T17:32:26.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-06T17:32:26.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-06T17:32:26.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:26.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-06T17:32:26.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T17:32:26.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-06T17:32:26.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-06T17:32:26.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-06T17:32:26.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-06T17:32:26.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-06T17:32:26.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-06T17:32:26.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:26.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-06T17:32:26.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-06T17:32:26.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-06T17:32:26.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-06T17:32:26.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-06T17:32:26.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-06T17:32:26.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-06T17:32:26.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-06T17:32:26.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-06T17:32:26.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:26.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-06T17:32:26.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T17:32:26.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-06T17:32:26.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-06T17:32:26.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:26.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-06T17:32:26.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "available": false, 2024-02-06T17:32:26.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-06T17:32:26.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-06T17:32:26.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-06T17:32:26.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "restful" 2024-02-06T17:32:26.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:26.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-06T17:32:26.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:26.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-06T17:32:26.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T17:32:26.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "modified": "2024-02-06T17:32:18.819929+0000", 2024-02-06T17:32:26.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-06T17:32:26.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:26.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-06T17:32:26.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:27.302 INFO:teuthology.orchestra.run.smithi019.stderr:mgr not available, waiting (1/10)... 2024-02-06T17:32:28.303 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-06T17:32:28.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout 2024-02-06T17:32:28.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:28.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "fsid": "9c31a602-c515-11ee-95b6-87774f69a715", 2024-02-06T17:32:28.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "health": { 2024-02-06T17:32:28.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-06T17:32:28.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-06T17:32:28.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-06T17:32:28.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:28.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-06T17:32:28.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-06T17:32:28.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout 0 2024-02-06T17:32:28.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:28.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-06T17:32:28.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smithi019" 2024-02-06T17:32:28.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:28.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "quorum_age": 5, 2024-02-06T17:32:28.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-06T17:32:28.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T17:32:28.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-06T17:32:28.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-06T17:32:28.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:28.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-06T17:32:28.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T17:32:28.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-06T17:32:28.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-06T17:32:28.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-06T17:32:28.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-06T17:32:28.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-06T17:32:28.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-06T17:32:28.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:28.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-06T17:32:28.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-06T17:32:28.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-06T17:32:28.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-06T17:32:28.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-06T17:32:28.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-06T17:32:28.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-06T17:32:28.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-06T17:32:28.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "available": false, 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "restful" 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:28.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-06T17:32:28.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:28.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-06T17:32:28.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T17:32:28.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "modified": "2024-02-06T17:32:18.819929+0000", 2024-02-06T17:32:28.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-06T17:32:28.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:28.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-06T17:32:28.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:29.574 INFO:teuthology.orchestra.run.smithi019.stderr:mgr not available, waiting (2/10)... 2024-02-06T17:32:30.576 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-06T17:32:31.256 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout 2024-02-06T17:32:31.257 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:31.257 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "fsid": "9c31a602-c515-11ee-95b6-87774f69a715", 2024-02-06T17:32:31.257 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "health": { 2024-02-06T17:32:31.257 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-06T17:32:31.257 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-06T17:32:31.257 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-06T17:32:31.257 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:31.257 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-06T17:32:31.257 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-06T17:32:31.257 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout 0 2024-02-06T17:32:31.257 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:31.257 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-06T17:32:31.257 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smithi019" 2024-02-06T17:32:31.258 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:31.258 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "quorum_age": 7, 2024-02-06T17:32:31.258 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-06T17:32:31.258 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T17:32:31.258 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-06T17:32:31.258 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-06T17:32:31.258 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:31.258 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-06T17:32:31.258 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T17:32:31.258 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-06T17:32:31.258 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-06T17:32:31.258 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-06T17:32:31.262 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-06T17:32:31.262 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-06T17:32:31.262 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-06T17:32:31.262 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:31.262 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-06T17:32:31.262 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-06T17:32:31.262 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-06T17:32:31.262 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-06T17:32:31.262 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-06T17:32:31.262 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-06T17:32:31.263 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "restful" 2024-02-06T17:32:31.264 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:31.264 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-06T17:32:31.264 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:31.264 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-06T17:32:31.264 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T17:32:31.264 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "modified": "2024-02-06T17:32:18.819929+0000", 2024-02-06T17:32:31.264 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-06T17:32:31.264 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:31.264 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-06T17:32:31.264 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:31.847 INFO:teuthology.orchestra.run.smithi019.stderr:mgr is available 2024-02-06T17:32:31.848 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config-key set mgr/cephadm/ssh_user root 2024-02-06T17:32:32.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2024-02-06T17:32:33.145 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling cephadm module... 2024-02-06T17:32:33.145 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable cephadm 2024-02-06T17:32:38.819 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-02-06T17:32:42.315 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.315 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 8, 2024-02-06T17:32:42.315 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_gid": 14116, 2024-02-06T17:32:42.315 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_name": "smithi019.gohzab", 2024-02-06T17:32:42.315 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-02-06T17:32:42.316 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-06T17:32:42.316 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.316 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-06T17:32:42.316 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.19:6800", 2024-02-06T17:32:42.316 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "nonce": 2961729859 2024-02-06T17:32:42.316 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.316 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.316 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-02-06T17:32:42.316 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.19:6801", 2024-02-06T17:32:42.316 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "nonce": 2961729859 2024-02-06T17:32:42.316 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ] 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.19:6801/2961729859", 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_change": "2024-02-06T17:32:38.491020+0000", 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "restful" 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-02-06T17:32:42.317 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-02-06T17:32:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T17:32:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T17:32:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T17:32:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.318 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.319 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.320 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.320 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.320 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.320 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.320 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.320 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.320 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.320 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.320 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.320 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.320 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.320 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.320 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.321 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.322 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.323 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-02-06T17:32:42.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-02-06T17:32:42.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-02-06T17:32:42.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-02-06T17:32:42.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-02-06T17:32:42.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-02-06T17:32:42.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-02-06T17:32:42.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-02-06T17:32:42.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-02-06T17:32:42.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-02-06T17:32:42.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-02-06T17:32:42.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-02-06T17:32:42.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.328 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.328 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.328 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.328 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.328 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.328 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.328 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-02-06T17:32:42.328 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.328 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.328 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.328 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.328 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-02-06T17:32:42.328 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-02-06T17:32:42.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-02-06T17:32:42.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-02-06T17:32:42.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-02-06T17:32:42.331 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.333 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.333 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-02-06T17:32:42.333 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.333 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.333 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.333 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active": { 2024-02-06T17:32:42.333 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "active", 2024-02-06T17:32:42.333 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.333 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.333 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.333 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.333 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.333 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-06T17:32:42.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-06T17:32:42.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-06T17:32:42.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-02-06T17:32:42.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-02-06T17:32:42.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T17:32:42.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-02-06T17:32:42.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-06T17:32:42.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "250", 2024-02-06T17:32:42.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-06T17:32:42.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-02-06T17:32:42.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-02-06T17:32:42.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-02-06T17:32:42.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-06T17:32:42.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-02-06T17:32:42.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-02-06T17:32:42.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-02-06T17:32:42.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "end_time": { 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-02-06T17:32:42.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-02-06T17:32:42.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-02-06T17:32:42.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-06T17:32:42.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-02-06T17:32:42.341 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-02-06T17:32:42.341 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T17:32:42.341 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.341 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.341 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-06T17:32:42.341 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-06T17:32:42.341 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-06T17:32:42.341 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.341 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-06T17:32:42.341 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-06T17:32:42.341 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.341 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.341 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.342 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.342 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.342 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.342 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.342 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.342 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.342 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.342 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.342 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.342 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.342 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.342 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.343 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.343 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.343 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.343 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.343 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.343 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.343 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.343 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.343 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.343 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.343 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.343 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.344 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.344 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.344 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.344 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.344 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.344 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.344 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.344 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.344 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.344 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.344 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.344 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.344 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.345 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.345 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.345 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.345 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.345 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.345 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.345 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.345 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.345 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.345 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.345 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.345 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.346 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.346 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.346 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.346 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.346 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.346 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.346 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.346 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.346 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.346 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.346 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.346 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.347 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.347 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.347 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.347 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.347 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.347 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.347 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.347 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.347 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.347 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min_score": { 2024-02-06T17:32:42.347 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-02-06T17:32:42.347 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-06T17:32:42.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-06T17:32:42.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-06T17:32:42.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-06T17:32:42.348 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "none", 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "upmap" 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.349 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.350 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.351 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-06T17:32:42.352 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.353 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.354 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.354 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.354 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.354 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.354 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.354 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-02-06T17:32:42.354 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.354 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.354 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.354 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-02-06T17:32:42.354 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-02-06T17:32:42.354 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.354 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.355 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-02-06T17:32:42.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-02-06T17:32:42.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-02-06T17:32:42.356 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-02-06T17:32:42.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T17:32:42.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.357 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-02-06T17:32:42.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-02-06T17:32:42.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-02-06T17:32:42.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-02-06T17:32:42.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.358 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.359 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-02-06T17:32:42.360 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-02-06T17:32:42.360 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.360 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.360 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.360 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-02-06T17:32:42.360 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.360 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.360 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.360 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T17:32:42.360 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.360 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.360 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.361 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.361 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-02-06T17:32:42.361 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-02-06T17:32:42.361 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.361 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.361 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.361 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-02-06T17:32:42.361 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.361 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.361 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.361 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T17:32:42.361 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.361 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.362 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.362 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.362 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "container_init": { 2024-02-06T17:32:42.362 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-02-06T17:32:42.362 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.362 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.362 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.362 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.362 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.362 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.362 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.362 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-02-06T17:32:42.362 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.363 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.363 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.363 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.363 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-02-06T17:32:42.363 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-02-06T17:32:42.363 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.363 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.363 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.363 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T17:32:42.363 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.363 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.363 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.363 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-06T17:32:42.364 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.364 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.364 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.364 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.364 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-02-06T17:32:42.364 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-02-06T17:32:42.364 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.364 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.364 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.364 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-02-06T17:32:42.364 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.364 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.364 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.365 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-02-06T17:32:42.365 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.365 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.365 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.365 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.365 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-02-06T17:32:42.365 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-02-06T17:32:42.365 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.365 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.365 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.365 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T17:32:42.365 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.365 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.366 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.366 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-02-06T17:32:42.366 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.366 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.366 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.366 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.366 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-02-06T17:32:42.366 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-02-06T17:32:42.366 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.366 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.366 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.366 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T17:32:42.366 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.367 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.368 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.368 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.368 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.368 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.368 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.368 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.368 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.368 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.368 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.368 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.368 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.368 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.368 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.369 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.370 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.371 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.371 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.371 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.371 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.371 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.371 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.371 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.371 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.371 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.371 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.371 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.371 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.371 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.372 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.372 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.372 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.372 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.372 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.372 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.372 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.372 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.372 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.372 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-02-06T17:32:42.372 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-02-06T17:32:42.372 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.372 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.373 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "root" 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-02-06T17:32:42.375 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-02-06T17:32:42.376 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.376 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.376 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.376 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-02-06T17:32:42.376 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.376 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.376 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.376 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-02-06T17:32:42.376 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.376 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.376 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.376 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.377 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.378 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-02-06T17:32:42.378 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-02-06T17:32:42.378 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.378 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.378 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.378 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.378 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.378 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.378 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.378 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-02-06T17:32:42.378 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.379 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.379 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.379 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.379 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-02-06T17:32:42.379 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-02-06T17:32:42.379 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.379 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.379 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.379 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.379 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.379 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.379 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.379 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-02-06T17:32:42.380 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.380 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.380 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.380 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.380 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-02-06T17:32:42.380 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-02-06T17:32:42.380 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.380 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.380 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.380 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.380 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.380 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.381 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.381 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-06T17:32:42.381 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.381 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.381 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.381 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.381 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-02-06T17:32:42.381 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-02-06T17:32:42.381 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.381 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.381 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.381 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-02-06T17:32:42.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-02-06T17:32:42.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-02-06T17:32:42.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.383 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.384 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.384 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.384 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.384 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.384 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-06T17:32:42.384 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.384 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.384 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.384 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.384 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-02-06T17:32:42.384 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-02-06T17:32:42.384 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.384 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.385 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-02-06T17:32:42.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.386 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.388 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.388 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.388 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.388 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.388 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.388 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.388 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.388 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.388 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.388 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.388 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.388 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.388 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.389 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.389 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.389 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.389 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.389 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.389 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.389 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.389 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.389 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.389 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.389 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.389 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.389 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.390 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.390 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.390 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.390 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.390 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.390 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.390 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.390 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.390 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.390 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.390 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.390 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.390 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-02-06T17:32:42.391 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-02-06T17:32:42.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-02-06T17:32:42.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-02-06T17:32:42.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-02-06T17:32:42.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.395 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.396 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.396 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.396 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-02-06T17:32:42.396 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-02-06T17:32:42.396 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.396 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.396 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.396 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.396 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.396 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.396 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.396 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.396 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.397 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.397 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.397 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.397 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-02-06T17:32:42.397 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-02-06T17:32:42.397 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.397 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.397 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.397 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.397 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.397 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.397 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.397 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.399 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.400 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.400 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.400 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.400 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-02-06T17:32:42.400 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-06T17:32:42.400 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.400 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.400 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.400 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.400 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.400 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.400 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.400 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.401 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.402 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.403 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.404 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.404 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.404 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.404 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.404 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-02-06T17:32:42.404 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-06T17:32:42.404 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.404 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.404 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.404 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.404 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.404 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.404 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.405 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.405 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.405 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.405 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.405 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.405 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-02-06T17:32:42.405 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-06T17:32:42.405 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.405 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.405 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.405 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.405 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.406 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.406 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.406 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.406 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.406 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.406 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.406 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.406 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-06T17:32:42.406 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-06T17:32:42.406 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.406 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.406 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.406 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.407 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.407 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.407 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.407 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.407 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.407 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.407 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.407 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.407 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-02-06T17:32:42.407 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-02-06T17:32:42.407 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.407 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.408 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.408 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-06T17:32:42.408 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.408 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.408 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.408 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.408 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.408 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.408 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.408 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.408 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-06T17:32:42.409 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-06T17:32:42.409 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.409 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.409 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.409 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.409 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.409 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.409 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.409 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.409 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.409 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.409 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.409 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.410 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-02-06T17:32:42.410 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-02-06T17:32:42.410 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.410 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.410 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.410 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.410 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.410 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.410 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.410 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.410 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.411 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.411 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.411 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.411 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-02-06T17:32:42.411 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-02-06T17:32:42.411 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.411 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.411 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.411 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-06T17:32:42.411 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.411 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.411 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.411 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.412 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.412 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.412 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.412 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.412 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-02-06T17:32:42.412 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-02-06T17:32:42.412 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.412 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.412 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.412 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.412 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.412 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-06T17:32:42.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-06T17:32:42.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.413 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.414 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.414 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.414 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.414 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.414 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.414 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.414 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.414 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-06T17:32:42.414 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-06T17:32:42.414 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.414 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.414 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.414 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.415 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.415 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.415 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.415 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.415 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.415 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.415 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.415 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.415 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-02-06T17:32:42.415 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-02-06T17:32:42.415 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.415 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.415 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.416 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.416 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.416 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.416 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.416 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.416 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.416 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.416 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.416 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.416 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-02-06T17:32:42.416 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-02-06T17:32:42.416 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.416 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.417 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.417 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.417 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.417 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.417 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.417 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.417 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.417 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.417 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.417 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.417 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-06T17:32:42.417 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-06T17:32:42.418 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-06T17:32:42.419 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.419 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.419 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.419 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.419 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.419 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.419 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.419 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.419 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.419 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.419 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.419 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.419 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-06T17:32:42.420 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-06T17:32:42.420 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.420 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.420 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.420 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.420 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.420 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.420 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.420 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.420 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.420 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.420 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-06T17:32:42.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-06T17:32:42.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.423 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.423 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.423 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.423 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-06T17:32:42.423 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-06T17:32:42.423 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.423 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.423 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.423 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.423 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.423 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.423 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.423 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-06T17:32:42.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-06T17:32:42.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.424 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.425 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.425 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.425 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.425 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.425 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.425 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-02-06T17:32:42.425 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-02-06T17:32:42.425 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.425 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.425 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.425 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.425 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.425 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-06T17:32:42.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-06T17:32:42.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-06T17:32:42.426 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-06T17:32:42.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-06T17:32:42.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T17:32:42.428 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.428 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.428 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.459 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.459 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.459 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.459 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.459 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.459 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-06T17:32:42.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-06T17:32:42.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-02-06T17:32:42.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-02-06T17:32:42.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-06T17:32:42.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-02-06T17:32:42.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.463 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.463 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-06T17:32:42.463 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-06T17:32:42.463 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.463 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.463 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.463 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-06T17:32:42.463 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.463 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.463 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.463 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.463 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.464 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.464 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.464 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.464 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-02-06T17:32:42.464 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-02-06T17:32:42.464 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.464 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.464 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.464 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.464 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.464 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.464 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-02-06T17:32:42.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-02-06T17:32:42.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.468 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.468 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.468 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.468 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.468 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.468 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.468 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.468 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-02-06T17:32:42.468 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-02-06T17:32:42.468 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.468 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.468 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.468 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.469 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.469 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.469 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.469 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.469 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.469 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.469 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.469 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.469 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-02-06T17:32:42.469 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-02-06T17:32:42.469 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.469 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.469 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.470 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.470 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.470 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.470 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.470 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.470 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.470 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.470 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.470 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.470 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-06T17:32:42.470 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-06T17:32:42.470 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.470 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.471 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.472 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.472 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T17:32:42.472 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.472 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.472 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.472 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.472 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.472 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.472 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.472 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.472 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-06T17:32:42.472 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-06T17:32:42.472 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-02-06T17:32:42.473 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug": { 2024-02-06T17:32:42.474 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-02-06T17:32:42.475 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-02-06T17:32:42.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-02-06T17:32:42.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.476 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-06T17:32:42.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-06T17:32:42.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.477 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.478 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.479 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.480 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.480 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.480 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.480 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.480 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.480 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.480 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.480 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.480 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.480 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.480 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.480 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.481 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.482 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.483 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.483 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.483 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.483 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.483 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.483 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.483 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-06T17:32:42.483 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-06T17:32:42.483 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.483 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.483 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.483 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-02-06T17:32:42.483 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.484 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.484 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.484 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.484 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.484 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.484 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.484 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.484 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-06T17:32:42.484 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-06T17:32:42.484 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.484 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.484 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.484 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-02-06T17:32:42.485 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.485 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.485 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.487 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.487 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.487 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.487 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.487 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.487 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-06T17:32:42.487 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-06T17:32:42.487 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.487 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.487 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.487 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.487 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.487 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.488 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.488 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.488 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.488 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.488 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.488 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.488 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-02-06T17:32:42.488 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-02-06T17:32:42.488 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.488 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.488 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.488 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-02-06T17:32:42.488 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.489 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.489 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.489 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.489 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.489 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.489 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.489 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.489 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-02-06T17:32:42.489 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-02-06T17:32:42.489 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.489 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.489 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.489 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "redirect" 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-02-06T17:32:42.490 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.491 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.491 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.491 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-02-06T17:32:42.491 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "400", 2024-02-06T17:32:42.491 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "599", 2024-02-06T17:32:42.491 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.491 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.491 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.491 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.491 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.491 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.491 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-02-06T17:32:42.491 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-02-06T17:32:42.492 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.492 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.492 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.492 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.492 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.492 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.492 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.492 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.492 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.492 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.492 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.492 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.492 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.493 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.494 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.494 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-02-06T17:32:42.494 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.494 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.494 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.494 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.494 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.494 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.494 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.494 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.494 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.494 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.494 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.495 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.495 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.495 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.495 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.495 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.495 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.495 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.495 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.495 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.495 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.495 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.495 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.495 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.496 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.496 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.496 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.496 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.496 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.496 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.496 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.496 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.496 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.496 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.496 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.496 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.496 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.497 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.497 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.497 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.497 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.497 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.497 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.497 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.497 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.497 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.497 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.497 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.497 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.497 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.498 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.498 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.498 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.498 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.498 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.498 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.498 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.498 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.498 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.498 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.498 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.498 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.499 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.499 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.499 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.499 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.499 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.499 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.499 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.499 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.499 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.499 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.499 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.499 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.499 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-02-06T17:32:42.500 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-02-06T17:32:42.500 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.500 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.500 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.500 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-02-06T17:32:42.500 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.500 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.500 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.500 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-06T17:32:42.500 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.500 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.500 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.501 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.501 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-02-06T17:32:42.501 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-02-06T17:32:42.501 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.501 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.501 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.501 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-02-06T17:32:42.501 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.501 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.501 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.501 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-02-06T17:32:42.501 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.501 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.502 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.503 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.503 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.503 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-02-06T17:32:42.503 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-02-06T17:32:42.503 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.503 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.503 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.503 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-06T17:32:42.503 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.503 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.503 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.503 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-02-06T17:32:42.503 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.504 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.504 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.504 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.504 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-02-06T17:32:42.504 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-02-06T17:32:42.504 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.504 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.504 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.504 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.504 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.504 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.504 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.504 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-06T17:32:42.505 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.505 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.505 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.505 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.505 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T17:32:42.505 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T17:32:42.505 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.505 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.505 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.505 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T17:32:42.505 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.505 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.505 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.506 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-02-06T17:32:42.506 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.506 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.506 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.506 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.506 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-02-06T17:32:42.506 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-02-06T17:32:42.506 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.506 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.506 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.506 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-02-06T17:32:42.506 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.506 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.507 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.508 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.508 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.508 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.508 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.508 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.508 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.508 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.508 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.508 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.508 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.508 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.508 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.509 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.510 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.513 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.513 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.513 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.513 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-02-06T17:32:42.513 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-02-06T17:32:42.513 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.513 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.513 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.513 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-06T17:32:42.513 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.513 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.513 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-02-06T17:32:42.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-02-06T17:32:42.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-02-06T17:32:42.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.515 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.515 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.515 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.515 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.515 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.515 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.515 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T17:32:42.515 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T17:32:42.515 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.515 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.515 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.515 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T17:32:42.515 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.516 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.516 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.516 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.516 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.516 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.516 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.516 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.516 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.516 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.516 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.516 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.517 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.518 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.518 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.518 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.518 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "database": { 2024-02-06T17:32:42.518 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "database", 2024-02-06T17:32:42.518 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.518 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.518 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.518 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-02-06T17:32:42.518 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.518 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.518 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.518 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "hostname": { 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.519 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.520 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.520 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.520 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.520 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.520 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T17:32:42.520 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T17:32:42.520 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.520 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.520 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.520 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-02-06T17:32:42.520 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.520 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.520 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.521 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.522 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.523 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.523 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.523 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.523 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.523 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.523 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.523 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.523 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.523 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.523 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.523 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.523 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.523 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.524 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.524 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.524 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.524 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.524 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.524 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.524 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.524 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.524 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.524 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.524 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.524 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.524 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.525 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.525 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.525 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.525 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.525 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.525 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.525 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.525 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.525 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.525 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.525 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.525 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.525 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.526 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.526 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.526 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.526 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.526 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.526 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.526 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.526 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.526 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "password": { 2024-02-06T17:32:42.526 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "password", 2024-02-06T17:32:42.526 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.526 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.526 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.527 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.527 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.527 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.527 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.527 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.527 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.527 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.527 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.527 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.527 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "port": { 2024-02-06T17:32:42.527 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "port", 2024-02-06T17:32:42.527 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.527 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.528 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-02-06T17:32:42.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "threads": { 2024-02-06T17:32:42.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-02-06T17:32:42.529 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "username": { 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "username", 2024-02-06T17:32:42.530 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-02-06T17:32:42.531 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.532 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.532 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.532 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-02-06T17:32:42.532 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.532 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.532 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.532 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.532 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.532 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.532 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.532 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.532 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.532 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.533 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.533 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-02-06T17:32:42.533 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.533 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.533 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.533 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.533 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.533 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.533 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.533 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.533 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.533 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.534 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.534 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.534 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.534 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.534 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.534 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.534 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.534 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.534 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.534 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.534 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.534 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.534 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.535 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.536 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.536 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.536 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.536 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.536 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.536 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.536 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.536 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.536 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.536 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.536 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.536 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.536 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.537 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.537 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.537 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.537 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.537 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.537 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.537 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.537 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.537 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.537 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.537 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.537 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.537 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-02-06T17:32:42.538 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.539 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.539 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.539 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.539 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.539 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.539 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.539 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.539 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.539 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.539 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.539 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.539 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.539 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.540 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.540 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.540 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.540 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.540 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.540 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.540 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.540 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.540 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.540 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.540 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.540 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.540 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.541 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.541 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.541 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.541 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.541 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.541 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.541 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.541 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.541 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.541 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.541 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.541 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.541 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.542 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.542 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.542 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.542 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.542 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.542 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.542 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.542 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.542 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.543 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.543 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.543 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.543 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.543 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.543 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.543 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.543 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.543 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.543 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.543 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.543 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.544 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.544 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.544 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.544 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.544 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.544 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.544 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.544 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.544 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.544 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.544 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.544 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.545 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.545 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.545 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.545 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-02-06T17:32:42.545 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.545 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.545 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.545 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-02-06T17:32:42.545 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-02-06T17:32:42.545 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.545 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.545 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.545 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-06T17:32:42.546 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.546 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.546 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.546 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-02-06T17:32:42.546 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.546 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.546 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.546 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.546 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-02-06T17:32:42.546 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-02-06T17:32:42.546 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.546 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.546 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.547 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T17:32:42.547 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "10", 2024-02-06T17:32:42.547 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.547 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.547 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-06T17:32:42.547 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.547 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.547 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.547 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.547 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.547 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.547 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.547 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.548 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.548 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.548 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.548 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.548 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.548 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.548 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.548 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.548 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.548 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.548 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.548 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.549 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.549 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.549 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.549 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.549 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.549 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.549 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.549 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.549 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.549 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.549 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.549 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.549 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.550 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.550 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.550 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.550 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.550 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.550 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.550 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.550 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.550 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.550 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.550 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.550 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.550 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.552 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.552 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.552 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.552 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.552 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.552 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.552 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.552 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.552 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.553 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.553 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.553 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.553 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.553 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.553 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.553 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.553 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.553 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-02-06T17:32:42.553 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.553 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.553 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.553 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-02-06T17:32:42.554 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-02-06T17:32:42.554 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.554 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.554 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.554 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-02-06T17:32:42.554 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.554 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.554 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.554 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-02-06T17:32:42.554 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.554 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.554 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.554 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.555 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.556 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.556 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.556 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.556 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.556 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.556 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.556 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.556 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.556 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.556 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.556 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.556 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.557 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.558 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.559 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.560 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.560 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.560 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min_size": { 2024-02-06T17:32:42.560 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-02-06T17:32:42.560 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.560 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.560 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.560 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.560 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.560 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.560 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.560 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-02-06T17:32:42.560 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.561 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.561 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.561 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.561 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-02-06T17:32:42.561 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-02-06T17:32:42.561 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.561 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.561 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.561 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-02-06T17:32:42.561 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.561 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.561 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.561 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-02-06T17:32:42.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-02-06T17:32:42.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-02-06T17:32:42.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-02-06T17:32:42.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "prefix": { 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.563 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.564 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-02-06T17:32:42.564 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.564 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.564 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.564 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.564 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "subtree": { 2024-02-06T17:32:42.564 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-02-06T17:32:42.564 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.564 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.564 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.564 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-02-06T17:32:42.564 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.564 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.565 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.566 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.567 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.567 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.567 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.567 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.567 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.567 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.567 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.567 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.567 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.567 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.567 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.567 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.567 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.568 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.568 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.568 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.568 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.568 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.568 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.568 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.568 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.568 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.568 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.568 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.568 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.569 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.569 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.569 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.569 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.569 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.569 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.569 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.569 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.569 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.569 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.569 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.569 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.569 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.570 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-06T17:32:42.571 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rook", 2024-02-06T17:32:42.572 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-02-06T17:32:42.572 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.572 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-02-06T17:32:42.572 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.572 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.572 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.572 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.572 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.572 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.572 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.572 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-02-06T17:32:42.572 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.573 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.574 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.576 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.576 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.576 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.576 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.576 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.576 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.576 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.576 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.576 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.576 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.576 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.576 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.577 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.578 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.578 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.578 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.578 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.578 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.578 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.578 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.578 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.578 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-02-06T17:32:42.578 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.578 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.578 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.578 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.579 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T17:32:42.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T17:32:42.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T17:32:42.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-02-06T17:32:42.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-02-06T17:32:42.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-02-06T17:32:42.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-02-06T17:32:42.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-02-06T17:32:42.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-06T17:32:42.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-06T17:32:42.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-02-06T17:32:42.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-02-06T17:32:42.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-02-06T17:32:42.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-02-06T17:32:42.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-02-06T17:32:42.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T17:32:42.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-02-06T17:32:42.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-02-06T17:32:42.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-06T17:32:42.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-02-06T17:32:42.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.626 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.626 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.626 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.626 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.626 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.626 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.626 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.626 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.626 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.626 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.626 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "roption1": { 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.636 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.636 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.636 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.636 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.636 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.636 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.636 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.636 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.636 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "roption2": { 2024-02-06T17:32:42.636 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-02-06T17:32:42.636 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.636 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.636 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-02-06T17:32:42.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-02-06T17:32:42.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-02-06T17:32:42.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.637 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-06T17:32:42.639 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.640 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.640 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.640 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.640 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.640 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.640 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.640 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.640 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.640 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.640 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.640 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-02-06T17:32:42.640 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-02-06T17:32:42.640 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-02-06T17:32:42.641 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-02-06T17:32:42.642 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.643 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.643 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.643 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.643 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.643 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.643 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.643 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.643 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.643 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.643 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.643 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.643 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "testkey": { 2024-02-06T17:32:42.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-02-06T17:32:42.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.644 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.645 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.646 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-02-06T17:32:42.646 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-02-06T17:32:42.646 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.646 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.646 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.646 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.646 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.646 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.646 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.646 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.646 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.646 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.646 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "status", 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.647 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.648 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.649 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.650 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.651 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.652 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.652 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.652 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.652 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.652 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.652 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.652 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.652 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "address": { 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "address", 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.653 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.654 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.655 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.655 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.655 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.655 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.655 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.655 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.655 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.655 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.655 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.655 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.655 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.655 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.655 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.656 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.656 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.656 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.656 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.656 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.656 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.656 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.656 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.656 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.656 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.656 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.656 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.656 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.657 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.658 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.658 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.658 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.658 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.658 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.658 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.658 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.658 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.658 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.658 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.658 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.658 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.658 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.659 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.660 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.661 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.662 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.663 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-02-06T17:32:42.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-02-06T17:32:42.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "contact": { 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "description": { 2024-02-06T17:32:42.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "description", 2024-02-06T17:32:42.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "device_url": { 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-06T17:32:42.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-06T17:32:42.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "8", 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "organization": { 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "proxy": { 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "url": { 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "url", 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-02-06T17:32:42.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.684 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.684 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.684 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.684 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.684 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.684 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.684 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.684 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.684 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.684 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.684 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.684 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.684 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.685 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.686 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.687 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.689 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.689 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.689 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.689 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.689 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.689 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.689 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.689 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.689 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.692 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.692 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.692 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.692 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.692 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.692 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.692 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.692 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.692 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.692 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.692 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.692 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-02-06T17:32:42.692 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.693 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.694 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "identifier": { 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.695 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.696 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.696 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.696 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.696 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.696 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T17:32:42.696 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T17:32:42.696 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:32:42.696 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.696 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.696 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T17:32:42.696 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.696 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.696 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.697 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:32:42.698 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:32:42.699 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:32:42.700 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-02-06T17:32:42.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-02-06T17:32:42.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:32:42.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:32:42.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:32:42.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:32:42.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:32:42.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:32:42.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:32:42.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:32:42.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "services": {}, 2024-02-06T17:32:42.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-02-06T17:32:42.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-02-06T17:32:42.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-06T17:32:42.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crash", 2024-02-06T17:32:42.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-06T17:32:42.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-02-06T17:32:42.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "progress", 2024-02-06T17:32:42.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-06T17:32:42.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "status", 2024-02-06T17:32:42.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-06T17:32:42.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-02-06T17:32:42.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-06T17:32:42.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crash", 2024-02-06T17:32:42.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "progress", 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "status", 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "telemetry", 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 2, 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-06T17:32:42.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.19:0", 2024-02-06T17:32:42.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "nonce": 287520277 2024-02-06T17:32:42.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ] 2024-02-06T17:32:42.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:32:42.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-06T17:32:42.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:42.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-06T17:32:42.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.19:0", 2024-02-06T17:32:42.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "nonce": 2005995569 2024-02-06T17:32:42.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ] 2024-02-06T17:32:42.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ] 2024-02-06T17:32:42.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:42.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:45.277 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for the mgr to restart... 2024-02-06T17:32:45.277 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for Mgr epoch 8... 2024-02-06T17:32:45.277 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-02-06T17:32:45.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:32:45.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 8, 2024-02-06T17:32:45.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "initialized": true 2024-02-06T17:32:45.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:32:46.382 INFO:teuthology.orchestra.run.smithi019.stderr:Mgr epoch 8 is available 2024-02-06T17:32:46.383 INFO:teuthology.orchestra.run.smithi019.stderr:Setting orchestrator backend to cephadm... 2024-02-06T17:32:46.383 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch set backend cephadm 2024-02-06T17:32:47.562 INFO:teuthology.orchestra.run.smithi019.stderr:Generating ssh key... 2024-02-06T17:32:47.622 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm generate-key 2024-02-06T17:32:49.036 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm get-pub-key 2024-02-06T17:32:49.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCTpTraMPuSO1dKwxK5kRFHc9weXTGsLOmnwfNg3QHSYYq3+HZ2L4DB2Lx2zxHIXtOxa4LSC0dl45dS+vWeSUHFuZyWpJ0EZ+XsKZnWoeorEJQgPOdW/FxSx3y7yYqPiM9PyfQyKhtL++3LKl+b3trHXUAHxF7L70aE9yoQPIpgj/5+Pdflip2lAfviUlq2cj7r60BrMfpjDLm03hr0iYGQ5u1zg1+4WTxaqQKteDEDCHN+fmzdmmizFchHCj1oVxMOu8LLfd4gLflIMwkCt68R27jg+0jz+A5Ycy28f59Hecakk3ck+7Z8knK8BAWVj57VDh+rPe/Tnfc1fk8ZXFKsiwjIMgStAqsUaXgR7wcVM+yJqSaSOkYNcTIm4zvlxRQ5b5Otia8ZTCwNw0CNRU8fSu69JuCQAnTm+CEu1csusxenhkDoackshSRJLJIGAPkrFnz8qA7RCq+XudvoiXMnOp3jlcxKi/lACBYYkfFgWgdOlKSzzuFze3P93yPC8Ms= ceph-9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:32:50.325 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-02-06T17:32:50.325 INFO:teuthology.orchestra.run.smithi019.stderr:Adding key to root@localhost's authorized_keys... 2024-02-06T17:32:50.325 INFO:teuthology.orchestra.run.smithi019.stderr:Adding host smithi019... 2024-02-06T17:32:50.325 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch host add smithi019 2024-02-06T17:32:51.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout Added host 'smithi019' 2024-02-06T17:32:52.323 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying mon service with default placement... 2024-02-06T17:32:52.323 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mon 2024-02-06T17:32:53.108 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout Scheduled mon update... 2024-02-06T17:32:53.899 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying mgr service with default placement... 2024-02-06T17:32:53.900 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mgr 2024-02-06T17:32:55.030 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout Scheduled mgr update... 2024-02-06T17:32:55.443 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying crash service with default placement... 2024-02-06T17:32:55.443 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply crash 2024-02-06T17:32:56.688 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout Scheduled crash update... 2024-02-06T17:32:57.287 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling mgr prometheus module... 2024-02-06T17:32:57.287 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable prometheus 2024-02-06T17:32:59.235 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying prometheus service with default placement... 2024-02-06T17:32:59.235 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply prometheus 2024-02-06T17:33:03.638 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-02-06T17:33:04.587 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying grafana service with default placement... 2024-02-06T17:33:04.587 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply grafana 2024-02-06T17:33:05.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout Scheduled grafana update... 2024-02-06T17:33:06.702 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying node-exporter service with default placement... 2024-02-06T17:33:06.702 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply node-exporter 2024-02-06T17:33:07.410 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-02-06T17:33:08.084 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying alertmanager service with default placement... 2024-02-06T17:33:08.084 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply alertmanager 2024-02-06T17:33:08.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-02-06T17:33:09.448 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/cephadm/container_init False --force 2024-02-06T17:33:10.889 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-06T17:33:12.497 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling the dashboard module... 2024-02-06T17:33:12.497 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable dashboard 2024-02-06T17:33:14.528 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-02-06T17:33:15.308 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.308 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "epoch": 13, 2024-02-06T17:33:15.308 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_gid": 14142, 2024-02-06T17:33:15.308 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_name": "smithi019.gohzab", 2024-02-06T17:33:15.308 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.19:6800", 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "nonce": 1960649279 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.19:6801", 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "nonce": 1960649279 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ] 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.309 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.19:6801/1960649279", 2024-02-06T17:33:15.310 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_change": "2024-02-06T17:33:02.573783+0000", 2024-02-06T17:33:15.310 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-02-06T17:33:15.310 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-06T17:33:15.310 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-02-06T17:33:15.310 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-06T17:33:15.310 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-06T17:33:15.310 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "dashboard", 2024-02-06T17:33:15.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-06T17:33:15.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "prometheus", 2024-02-06T17:33:15.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "restful" 2024-02-06T17:33:15.701 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.702 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.703 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.704 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.705 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.706 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.707 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-02-06T17:33:15.708 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.709 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.710 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.711 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.712 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.713 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active": { 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "active", 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.714 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.715 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.716 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "250", 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.717 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.718 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "end_time": { 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.719 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.720 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.721 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.722 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.723 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.724 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min_score": { 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.725 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-02-06T17:33:15.726 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "none", 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "upmap" 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.727 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.728 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.729 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.730 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.731 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.732 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.733 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-02-06T17:33:15.734 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-02-06T17:33:15.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-02-06T17:33:15.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "container_init": { 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.737 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T17:33:15.738 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.739 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.739 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.739 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-06T17:33:15.739 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.739 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.739 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.739 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.739 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-02-06T17:33:15.739 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-02-06T17:33:15.739 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.739 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.739 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.739 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T17:33:15.740 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.741 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.742 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.743 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.744 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.747 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "root" 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.748 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.749 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-02-06T17:33:15.750 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.751 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.752 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-02-06T17:33:15.753 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.754 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-02-06T17:33:15.755 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.756 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.757 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.758 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.760 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.760 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.760 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.760 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.760 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.760 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.760 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.760 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.760 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.760 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.760 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.760 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.760 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.761 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.762 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.763 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.764 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.765 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.766 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-02-06T17:33:15.767 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.768 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.769 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.770 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.771 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.772 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-06T17:33:15.773 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.774 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.775 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.777 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-06T17:33:15.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.783 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.784 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.785 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.786 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.786 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.786 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.786 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.786 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.786 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.786 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.786 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.786 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.786 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.786 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-06T17:33:15.786 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.787 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.788 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.789 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.790 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.791 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.792 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-06T17:33:15.793 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.794 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.795 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.796 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.797 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.799 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.800 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-06T17:33:15.801 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.802 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug": { 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.803 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.804 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.805 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.806 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.807 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.808 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.809 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-06T17:33:15.810 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.811 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.812 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-02-06T17:33:15.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.814 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "redirect" 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "400", 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "599", 2024-02-06T17:33:15.815 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.816 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.817 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.818 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.819 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.820 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.821 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.822 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.823 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-02-06T17:33:15.824 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.825 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.826 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.827 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.828 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.830 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.831 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.832 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.833 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T17:33:15.835 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-02-06T17:33:15.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "database": { 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "database", 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "hostname": { 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-02-06T17:33:15.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.841 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.842 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.843 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.844 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "password": { 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "password", 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "port": { 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "port", 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.845 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.846 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "threads": { 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.847 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "username": { 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "username", 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.848 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.850 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.851 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.852 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.853 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.854 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.855 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.857 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.858 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-06T17:33:15.859 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "10", 2024-02-06T17:33:15.860 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.861 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.862 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.863 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.864 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-02-06T17:33:15.865 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.867 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.868 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.869 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min_size": { 2024-02-06T17:33:15.870 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.871 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.872 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "prefix": { 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-02-06T17:33:15.873 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "subtree": { 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.876 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.877 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.878 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.879 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.880 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.880 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.880 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.880 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-06T17:33:15.880 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rook", 2024-02-06T17:33:15.880 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-02-06T17:33:15.880 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.880 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-02-06T17:33:15.880 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.880 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.880 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.880 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.880 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.881 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.882 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.883 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.884 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.885 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.886 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.887 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.888 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.889 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.890 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.891 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.892 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.893 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.894 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.895 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.896 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-02-06T17:33:15.897 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.898 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.899 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.900 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.901 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.902 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.903 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.904 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-06T17:33:15.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-06T17:33:15.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.907 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.908 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.909 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.911 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-02-06T17:33:15.912 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.913 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.914 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.915 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-06T17:33:15.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-06T17:33:15.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.917 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.918 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.919 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.920 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.921 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.922 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.923 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.924 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.925 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.926 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.927 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.928 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.929 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.930 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.931 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "roption1": { 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.932 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "roption2": { 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.933 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.934 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.935 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-02-06T17:33:15.936 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.937 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.938 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "testkey": { 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.939 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.940 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.941 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "status", 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.942 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.944 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.945 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.946 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "address": { 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "address", 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.947 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.949 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.950 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.951 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.952 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.953 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.954 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.955 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.956 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "contact": { 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "description": { 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "description", 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.958 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "device_url": { 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-06T17:33:15.959 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.960 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "8", 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.961 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.962 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.963 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.964 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.964 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.964 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.964 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.964 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.964 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.964 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.964 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.964 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.964 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.964 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.964 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.964 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.966 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "organization": { 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-02-06T17:33:15.967 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "proxy": { 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.968 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "url": { 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "url", 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.969 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.970 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.971 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.972 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.973 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.974 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.975 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.976 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.977 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.978 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-02-06T17:33:15.979 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "identifier": { 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T17:33:15.982 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T17:33:15.983 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.985 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "", 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.986 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.988 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.989 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.990 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "services": { 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "prometheus": "http://smithi019.front.sepia.ceph.com:9283/" 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crash", 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "progress", 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "status", 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-06T17:33:15.991 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "crash", 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "progress", 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "status", 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "telemetry", 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ], 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 3, 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-06T17:33:15.992 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.19:0", 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "nonce": 850502209 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ] 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout }, 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.19:0", 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "nonce": 3612606010 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ] 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout ] 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.993 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:15.994 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for the mgr to restart... 2024-02-06T17:33:15.994 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for Mgr epoch 13... 2024-02-06T17:33:15.994 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-02-06T17:33:18.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout { 2024-02-06T17:33:18.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 15, 2024-02-06T17:33:18.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout "initialized": true 2024-02-06T17:33:18.829 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout } 2024-02-06T17:33:19.893 INFO:teuthology.orchestra.run.smithi019.stderr:Mgr epoch 13 is available 2024-02-06T17:33:19.893 INFO:teuthology.orchestra.run.smithi019.stderr:Generating a dashboard self-signed certificate... 2024-02-06T17:33:19.893 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 dashboard create-self-signed-cert 2024-02-06T17:33:20.948 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2024-02-06T17:33:21.888 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial admin user... 2024-02-06T17:33:21.889 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp501u3czd:/tmp/dashboard.pw:z docker.io/ceph/ceph:v15 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-06T17:33:23.332 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$MzEcBCVUv2.QDp1xTE97QOhQbsa9YYvu5u6TlZz4hF4IC5zpW/nv2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707240803, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-06T17:33:24.067 INFO:teuthology.orchestra.run.smithi019.stderr:Fetching dashboard port number... 2024-02-06T17:33:24.067 INFO:teuthology.orchestra.run.smithi019.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=smithi019 -v /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpiapus1h4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp275hperx:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config get mgr mgr/dashboard/ssl_server_port 2024-02-06T17:33:24.759 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: stdout 8443 2024-02-06T17:33:25.467 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-06T17:33:25.476 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout disabled 2024-02-06T17:33:25.476 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: systemctl is-active firewalld.service 2024-02-06T17:33:25.484 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: stdout inactive 2024-02-06T17:33:25.484 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2024-02-06T17:33:25.485 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-06T17:33:25.488 INFO:teuthology.orchestra.run.smithi019.stderr:Ceph Dashboard is now available at: 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr: URL: https://smithi019.front.sepia.ceph.com:8443/ 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr: User: admin 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr: Password: wt7owcnq8u 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr:You can access the Ceph CLI with: 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr: ceph telemetry on 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-06T17:33:25.489 INFO:teuthology.orchestra.run.smithi019.stderr:For more information see: 2024-02-06T17:33:25.490 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-06T17:33:25.490 INFO:teuthology.orchestra.run.smithi019.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-02-06T17:33:25.490 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-06T17:33:25.490 INFO:teuthology.orchestra.run.smithi019.stderr:Bootstrap complete. 2024-02-06T17:33:25.490 INFO:teuthology.orchestra.run.smithi019.stderr:Releasing lock 140255578411528 on /run/cephadm/9c31a602-c515-11ee-95b6-87774f69a715.lock 2024-02-06T17:33:25.490 INFO:teuthology.orchestra.run.smithi019.stderr:Lock 140255578411528 released on /run/cephadm/9c31a602-c515-11ee-95b6-87774f69a715.lock 2024-02-06T17:33:25.526 INFO:tasks.cephadm:Fetching config... 2024-02-06T17:33:25.527 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-06T17:33:25.527 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-06T17:33:25.547 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-06T17:33:25.547 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-06T17:33:25.547 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-06T17:33:25.607 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-06T17:33:25.607 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-06T17:33:25.607 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/keyring of=/dev/stdout 2024-02-06T17:33:25.676 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-06T17:33:25.677 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-06T17:33:25.677 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-06T17:33:25.735 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-06T17:33:25.736 DEBUG:teuthology.orchestra.run.smithi019:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCTpTraMPuSO1dKwxK5kRFHc9weXTGsLOmnwfNg3QHSYYq3+HZ2L4DB2Lx2zxHIXtOxa4LSC0dl45dS+vWeSUHFuZyWpJ0EZ+XsKZnWoeorEJQgPOdW/FxSx3y7yYqPiM9PyfQyKhtL++3LKl+b3trHXUAHxF7L70aE9yoQPIpgj/5+Pdflip2lAfviUlq2cj7r60BrMfpjDLm03hr0iYGQ5u1zg1+4WTxaqQKteDEDCHN+fmzdmmizFchHCj1oVxMOu8LLfd4gLflIMwkCt68R27jg+0jz+A5Ycy28f59Hecakk3ck+7Z8knK8BAWVj57VDh+rPe/Tnfc1fk8ZXFKsiwjIMgStAqsUaXgR7wcVM+yJqSaSOkYNcTIm4zvlxRQ5b5Otia8ZTCwNw0CNRU8fSu69JuCQAnTm+CEu1csusxenhkDoackshSRJLJIGAPkrFnz8qA7RCq+XudvoiXMnOp3jlcxKi/lACBYYkfFgWgdOlKSzzuFze3P93yPC8Ms= ceph-9c31a602-c515-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-06T17:33:25.813 INFO:teuthology.orchestra.run.smithi019.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCTpTraMPuSO1dKwxK5kRFHc9weXTGsLOmnwfNg3QHSYYq3+HZ2L4DB2Lx2zxHIXtOxa4LSC0dl45dS+vWeSUHFuZyWpJ0EZ+XsKZnWoeorEJQgPOdW/FxSx3y7yYqPiM9PyfQyKhtL++3LKl+b3trHXUAHxF7L70aE9yoQPIpgj/5+Pdflip2lAfviUlq2cj7r60BrMfpjDLm03hr0iYGQ5u1zg1+4WTxaqQKteDEDCHN+fmzdmmizFchHCj1oVxMOu8LLfd4gLflIMwkCt68R27jg+0jz+A5Ycy28f59Hecakk3ck+7Z8knK8BAWVj57VDh+rPe/Tnfc1fk8ZXFKsiwjIMgStAqsUaXgR7wcVM+yJqSaSOkYNcTIm4zvlxRQ5b5Otia8ZTCwNw0CNRU8fSu69JuCQAnTm+CEu1csusxenhkDoackshSRJLJIGAPkrFnz8qA7RCq+XudvoiXMnOp3jlcxKi/lACBYYkfFgWgdOlKSzzuFze3P93yPC8Ms= ceph-9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:33:25.824 DEBUG:teuthology.orchestra.run.smithi103:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCTpTraMPuSO1dKwxK5kRFHc9weXTGsLOmnwfNg3QHSYYq3+HZ2L4DB2Lx2zxHIXtOxa4LSC0dl45dS+vWeSUHFuZyWpJ0EZ+XsKZnWoeorEJQgPOdW/FxSx3y7yYqPiM9PyfQyKhtL++3LKl+b3trHXUAHxF7L70aE9yoQPIpgj/5+Pdflip2lAfviUlq2cj7r60BrMfpjDLm03hr0iYGQ5u1zg1+4WTxaqQKteDEDCHN+fmzdmmizFchHCj1oVxMOu8LLfd4gLflIMwkCt68R27jg+0jz+A5Ycy28f59Hecakk3ck+7Z8knK8BAWVj57VDh+rPe/Tnfc1fk8ZXFKsiwjIMgStAqsUaXgR7wcVM+yJqSaSOkYNcTIm4zvlxRQ5b5Otia8ZTCwNw0CNRU8fSu69JuCQAnTm+CEu1csusxenhkDoackshSRJLJIGAPkrFnz8qA7RCq+XudvoiXMnOp3jlcxKi/lACBYYkfFgWgdOlKSzzuFze3P93yPC8Ms= ceph-9c31a602-c515-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-06T17:33:25.868 INFO:teuthology.orchestra.run.smithi103.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCTpTraMPuSO1dKwxK5kRFHc9weXTGsLOmnwfNg3QHSYYq3+HZ2L4DB2Lx2zxHIXtOxa4LSC0dl45dS+vWeSUHFuZyWpJ0EZ+XsKZnWoeorEJQgPOdW/FxSx3y7yYqPiM9PyfQyKhtL++3LKl+b3trHXUAHxF7L70aE9yoQPIpgj/5+Pdflip2lAfviUlq2cj7r60BrMfpjDLm03hr0iYGQ5u1zg1+4WTxaqQKteDEDCHN+fmzdmmizFchHCj1oVxMOu8LLfd4gLflIMwkCt68R27jg+0jz+A5Ycy28f59Hecakk3ck+7Z8knK8BAWVj57VDh+rPe/Tnfc1fk8ZXFKsiwjIMgStAqsUaXgR7wcVM+yJqSaSOkYNcTIm4zvlxRQ5b5Otia8ZTCwNw0CNRU8fSu69JuCQAnTm+CEu1csusxenhkDoackshSRJLJIGAPkrFnz8qA7RCq+XudvoiXMnOp3jlcxKi/lACBYYkfFgWgdOlKSzzuFze3P93yPC8Ms= ceph-9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:33:25.880 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-06T17:33:29.752 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi103 2024-02-06T17:33:29.753 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-02-06T17:33:29.753 DEBUG:teuthology.orchestra.run.smithi103:> dd of=/etc/ceph/ceph.conf 2024-02-06T17:33:29.775 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-02-06T17:33:29.775 DEBUG:teuthology.orchestra.run.smithi103:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-06T17:33:29.836 INFO:tasks.cephadm:Adding host smithi103 to orchestrator... 2024-02-06T17:33:29.836 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch host add smithi103 2024-02-06T17:33:52.524 INFO:teuthology.orchestra.run.smithi103.stdout:Added host 'smithi103' 2024-02-06T17:33:53.149 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch host ls --format=json 2024-02-06T17:33:55.049 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:33:55.050 INFO:teuthology.orchestra.run.smithi103.stdout:[{"addr": "smithi019", "hostname": "smithi019", "labels": [], "status": ""}, {"addr": "smithi103", "hostname": "smithi103", "labels": [], "status": ""}] 2024-02-06T17:33:55.660 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-06T17:33:55.661 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd crush tunables default 2024-02-06T17:33:57.890 INFO:teuthology.orchestra.run.smithi019.stderr:adjusted tunables profile to default 2024-02-06T17:33:58.544 INFO:tasks.cephadm:Adding mon.smithi103 on smithi103 2024-02-06T17:33:58.545 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch daemon add mon smithi103:172.21.15.103=smithi103 2024-02-06T17:34:09.029 INFO:teuthology.orchestra.run.smithi103.stdout:Deployed mon.smithi103 on host 'smithi103' 2024-02-06T17:34:09.699 DEBUG:teuthology.orchestra.run.smithi103:mon.smithi103> sudo journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi103.service 2024-02-06T17:34:09.702 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-06T17:34:09.702 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-06T17:34:09.732 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:-- Logs begin at Tue 2024-02-06 17:24:45 UTC. -- 2024-02-06T17:34:17.692 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-02-06T17:34:17.692 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":2,"fsid":"9c31a602-c515-11ee-95b6-87774f69a715","modified":"2024-02-06T17:34:03.985383Z","created":"2024-02-06T17:32:16.068978Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0},{"rank":1,"name":"smithi103","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-02-06T17:34:17.693 INFO:teuthology.orchestra.run.smithi103.stderr:dumped monmap epoch 2 2024-02-06T17:34:22.965 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-06T17:34:22.965 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph config generate-minimal-conf 2024-02-06T17:34:24.896 INFO:teuthology.orchestra.run.smithi019.stdout:# minimal ceph.conf for 9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:34:24.896 INFO:teuthology.orchestra.run.smithi019.stdout:[global] 2024-02-06T17:34:24.896 INFO:teuthology.orchestra.run.smithi019.stdout: fsid = 9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:34:24.896 INFO:teuthology.orchestra.run.smithi019.stdout: mon_host = [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] 2024-02-06T17:34:25.594 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-06T17:34:25.595 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-06T17:34:25.595 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.conf 2024-02-06T17:34:25.630 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-06T17:34:25.630 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-06T17:34:25.701 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-02-06T17:34:25.701 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/ceph/ceph.conf 2024-02-06T17:34:25.739 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-02-06T17:34:25.739 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-06T17:34:25.812 INFO:tasks.cephadm:Deploying OSDs... 2024-02-06T17:34:25.812 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-06T17:34:25.813 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/scratch_devs of=/dev/stdout 2024-02-06T17:34:25.833 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-06T17:34:25.833 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_1 2024-02-06T17:34:25.894 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-06T17:34:25.895 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:34:25.895 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 164395 Links: 1 2024-02-06T17:34:25.895 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:34:25.895 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:34:25.895 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-02-06 17:34:08.368207037 +0000 2024-02-06T17:34:25.895 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-02-06 17:31:04.875527704 +0000 2024-02-06T17:34:25.895 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-02-06 17:31:04.875527704 +0000 2024-02-06T17:34:25.895 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-02-06T17:34:25.895 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-06T17:34:25.964 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-02-06T17:34:25.964 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-02-06T17:34:25.964 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000230216 s, 2.2 MB/s 2024-02-06T17:34:25.965 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-06T17:34:26.026 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_2 2024-02-06T17:34:26.086 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-06T17:34:26.086 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:34:26.086 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 166217 Links: 1 2024-02-06T17:34:26.086 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:34:26.086 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:34:26.086 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-02-06 17:34:08.369207027 +0000 2024-02-06T17:34:26.087 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-02-06 17:31:05.212524501 +0000 2024-02-06T17:34:26.087 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-02-06 17:31:05.212524501 +0000 2024-02-06T17:34:26.087 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-02-06T17:34:26.087 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-06T17:34:26.154 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-02-06T17:34:26.155 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-02-06T17:34:26.155 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.00021973 s, 2.3 MB/s 2024-02-06T17:34:26.156 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-06T17:34:26.217 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_3 2024-02-06T17:34:26.276 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-06T17:34:26.276 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:34:26.276 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 168994 Links: 1 2024-02-06T17:34:26.276 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:34:26.277 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:34:26.277 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-02-06 17:34:08.369207027 +0000 2024-02-06T17:34:26.277 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-02-06 17:31:05.553521259 +0000 2024-02-06T17:34:26.277 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-02-06 17:31:05.553521259 +0000 2024-02-06T17:34:26.277 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-02-06T17:34:26.277 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-06T17:34:26.344 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-02-06T17:34:26.344 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-02-06T17:34:26.344 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000179429 s, 2.9 MB/s 2024-02-06T17:34:26.345 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-06T17:34:26.405 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_4 2024-02-06T17:34:26.464 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-06T17:34:26.464 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:34:26.464 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 162790 Links: 1 2024-02-06T17:34:26.464 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:34:26.464 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:34:26.464 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-02-06 17:34:08.369207027 +0000 2024-02-06T17:34:26.464 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-02-06 17:31:05.899517970 +0000 2024-02-06T17:34:26.465 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-02-06 17:31:05.899517970 +0000 2024-02-06T17:34:26.465 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-02-06T17:34:26.465 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-06T17:34:26.531 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-02-06T17:34:26.531 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-02-06T17:34:26.532 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000228526 s, 2.2 MB/s 2024-02-06T17:34:26.533 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-06T17:34:26.593 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-02-06T17:34:26.593 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/scratch_devs of=/dev/stdout 2024-02-06T17:34:26.615 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-06T17:34:26.616 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_1 2024-02-06T17:34:26.677 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-06T17:34:26.677 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:34:26.677 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 6h/6d Inode: 162783 Links: 1 2024-02-06T17:34:26.677 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:34:26.677 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:34:26.677 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-02-06 17:34:20.063707414 +0000 2024-02-06T17:34:26.677 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-02-06 17:31:03.290289512 +0000 2024-02-06T17:34:26.677 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-02-06 17:31:03.290289512 +0000 2024-02-06T17:34:26.677 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: - 2024-02-06T17:34:26.678 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-06T17:34:26.746 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-02-06T17:34:26.746 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-02-06T17:34:26.746 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000288355 s, 1.8 MB/s 2024-02-06T17:34:26.747 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-06T17:34:26.810 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_2 2024-02-06T17:34:26.870 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-06T17:34:26.870 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:34:26.870 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 6h/6d Inode: 163354 Links: 1 2024-02-06T17:34:26.870 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:34:26.870 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:34:26.870 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-02-06 17:34:20.063707414 +0000 2024-02-06T17:34:26.870 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-02-06 17:31:03.629283101 +0000 2024-02-06T17:34:26.870 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-02-06 17:31:03.629283101 +0000 2024-02-06T17:34:26.870 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: - 2024-02-06T17:34:26.870 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-06T17:34:26.937 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-02-06T17:34:26.937 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-02-06T17:34:26.938 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000224978 s, 2.3 MB/s 2024-02-06T17:34:26.938 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-06T17:34:26.998 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_3 2024-02-06T17:34:27.057 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-06T17:34:27.057 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:34:27.057 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 6h/6d Inode: 160508 Links: 1 2024-02-06T17:34:27.057 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:34:27.057 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:34:27.057 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-02-06 17:34:20.063707414 +0000 2024-02-06T17:34:27.057 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-02-06 17:31:03.976276539 +0000 2024-02-06T17:34:27.058 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-02-06 17:31:03.976276539 +0000 2024-02-06T17:34:27.058 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: - 2024-02-06T17:34:27.058 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-06T17:34:27.123 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-02-06T17:34:27.124 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-02-06T17:34:27.124 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000195996 s, 2.6 MB/s 2024-02-06T17:34:27.124 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-06T17:34:27.184 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_4 2024-02-06T17:34:27.242 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-06T17:34:27.242 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:34:27.242 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 6h/6d Inode: 160559 Links: 1 2024-02-06T17:34:27.242 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:34:27.242 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:34:27.242 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2024-02-06 17:34:20.063707414 +0000 2024-02-06T17:34:27.242 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2024-02-06 17:31:04.309270242 +0000 2024-02-06T17:34:27.242 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2024-02-06 17:31:04.309270242 +0000 2024-02-06T17:34:27.242 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: - 2024-02-06T17:34:27.242 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-06T17:34:27.307 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2024-02-06T17:34:27.307 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2024-02-06T17:34:27.307 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000226963 s, 2.3 MB/s 2024-02-06T17:34:27.308 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-06T17:34:27.367 INFO:tasks.cephadm:Deploying osd.0 on smithi019 with /dev/vg_nvme/lv_4... 2024-02-06T17:34:27.367 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-06T17:34:29.643 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-06T17:34:29.643 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-06T17:34:29.643 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10+0 records in 2024-02-06T17:34:29.643 INFO:teuthology.orchestra.run.smithi019.stderr:10+0 records out 2024-02-06T17:34:29.643 INFO:teuthology.orchestra.run.smithi019.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0127332 s, 823 MB/s 2024-02-06T17:34:29.643 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping successful for: 2024-02-06T17:34:30.298 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi019:vg_nvme/lv_4 2024-02-06T17:34:53.229 INFO:teuthology.orchestra.run.smithi019.stdout:Created osd(s) 0 on host 'smithi019' 2024-02-06T17:34:53.830 DEBUG:teuthology.orchestra.run.smithi019:osd.0> sudo journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.0.service 2024-02-06T17:34:53.833 INFO:tasks.cephadm:Deploying osd.1 on smithi019 with /dev/vg_nvme/lv_3... 2024-02-06T17:34:53.833 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-06T17:34:53.867 INFO:journalctl@ceph.osd.0.smithi019.stdout:-- Logs begin at Tue 2024-02-06 17:24:28 UTC. -- 2024-02-06T17:34:55.911 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-06T17:34:55.911 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-06T17:34:55.912 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10+0 records in 2024-02-06T17:34:55.912 INFO:teuthology.orchestra.run.smithi019.stderr:10+0 records out 2024-02-06T17:34:55.912 INFO:teuthology.orchestra.run.smithi019.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0121492 s, 863 MB/s 2024-02-06T17:34:55.912 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping successful for: 2024-02-06T17:34:56.525 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi019:vg_nvme/lv_3 2024-02-06T17:35:13.666 INFO:teuthology.orchestra.run.smithi019.stdout:Created osd(s) 1 on host 'smithi019' 2024-02-06T17:35:14.682 DEBUG:teuthology.orchestra.run.smithi019:osd.1> sudo journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.1.service 2024-02-06T17:35:14.685 INFO:tasks.cephadm:Deploying osd.2 on smithi019 with /dev/vg_nvme/lv_2... 2024-02-06T17:35:14.685 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-06T17:35:14.716 INFO:journalctl@ceph.osd.1.smithi019.stdout:-- Logs begin at Tue 2024-02-06 17:24:28 UTC. -- 2024-02-06T17:35:17.472 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-06T17:35:17.473 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-06T17:35:17.473 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10+0 records in 2024-02-06T17:35:17.473 INFO:teuthology.orchestra.run.smithi019.stderr:10+0 records out 2024-02-06T17:35:17.473 INFO:teuthology.orchestra.run.smithi019.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0121647 s, 862 MB/s 2024-02-06T17:35:17.473 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping successful for: 2024-02-06T17:35:19.593 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi019:vg_nvme/lv_2 2024-02-06T17:35:41.290 INFO:teuthology.orchestra.run.smithi019.stdout:Created osd(s) 2 on host 'smithi019' 2024-02-06T17:35:42.150 DEBUG:teuthology.orchestra.run.smithi019:osd.2> sudo journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.2.service 2024-02-06T17:35:42.153 INFO:tasks.cephadm:Deploying osd.3 on smithi019 with /dev/vg_nvme/lv_1... 2024-02-06T17:35:42.153 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-06T17:35:42.184 INFO:journalctl@ceph.osd.2.smithi019.stdout:-- Logs begin at Tue 2024-02-06 17:24:28 UTC. -- 2024-02-06T17:35:46.833 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-06T17:35:46.833 INFO:teuthology.orchestra.run.smithi019.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-06T17:35:46.833 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10+0 records in 2024-02-06T17:35:46.833 INFO:teuthology.orchestra.run.smithi019.stderr:10+0 records out 2024-02-06T17:35:46.833 INFO:teuthology.orchestra.run.smithi019.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0126871 s, 826 MB/s 2024-02-06T17:35:46.833 INFO:teuthology.orchestra.run.smithi019.stderr:--> Zapping successful for: 2024-02-06T17:35:47.667 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi019:vg_nvme/lv_1 2024-02-06T17:36:04.900 INFO:teuthology.orchestra.run.smithi019.stdout:Created osd(s) 3 on host 'smithi019' 2024-02-06T17:36:06.137 DEBUG:teuthology.orchestra.run.smithi019:osd.3> sudo journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.3.service 2024-02-06T17:36:06.140 INFO:tasks.cephadm:Deploying osd.4 on smithi103 with /dev/vg_nvme/lv_4... 2024-02-06T17:36:06.140 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-06T17:36:06.174 INFO:journalctl@ceph.osd.3.smithi019.stdout:-- Logs begin at Tue 2024-02-06 17:24:28 UTC. -- 2024-02-06T17:36:08.165 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-06T17:36:08.165 INFO:teuthology.orchestra.run.smithi103.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-06T17:36:08.166 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10+0 records in 2024-02-06T17:36:08.166 INFO:teuthology.orchestra.run.smithi103.stderr:10+0 records out 2024-02-06T17:36:08.166 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110776 s, 947 MB/s 2024-02-06T17:36:08.166 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping successful for: 2024-02-06T17:36:08.802 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi103:vg_nvme/lv_4 2024-02-06T17:36:22.853 INFO:teuthology.orchestra.run.smithi103.stdout:Created osd(s) 4 on host 'smithi103' 2024-02-06T17:36:23.524 DEBUG:teuthology.orchestra.run.smithi103:osd.4> sudo journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.4.service 2024-02-06T17:36:23.526 INFO:tasks.cephadm:Deploying osd.5 on smithi103 with /dev/vg_nvme/lv_3... 2024-02-06T17:36:23.526 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-06T17:36:23.556 INFO:journalctl@ceph.osd.4.smithi103.stdout:-- Logs begin at Tue 2024-02-06 17:24:45 UTC. -- 2024-02-06T17:36:25.956 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-06T17:36:25.957 INFO:teuthology.orchestra.run.smithi103.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-06T17:36:25.957 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10+0 records in 2024-02-06T17:36:25.957 INFO:teuthology.orchestra.run.smithi103.stderr:10+0 records out 2024-02-06T17:36:25.957 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0120241 s, 872 MB/s 2024-02-06T17:36:25.957 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping successful for: 2024-02-06T17:36:26.601 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi103:vg_nvme/lv_3 2024-02-06T17:36:43.858 INFO:teuthology.orchestra.run.smithi103.stdout:Created osd(s) 5 on host 'smithi103' 2024-02-06T17:36:44.496 DEBUG:teuthology.orchestra.run.smithi103:osd.5> sudo journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.5.service 2024-02-06T17:36:44.498 INFO:tasks.cephadm:Deploying osd.6 on smithi103 with /dev/vg_nvme/lv_2... 2024-02-06T17:36:44.498 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-06T17:36:44.529 INFO:journalctl@ceph.osd.5.smithi103.stdout:-- Logs begin at Tue 2024-02-06 17:24:45 UTC. -- 2024-02-06T17:36:46.617 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-06T17:36:46.617 INFO:teuthology.orchestra.run.smithi103.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-06T17:36:46.617 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10+0 records in 2024-02-06T17:36:46.617 INFO:teuthology.orchestra.run.smithi103.stderr:10+0 records out 2024-02-06T17:36:46.617 INFO:teuthology.orchestra.run.smithi103.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0150349 s, 697 MB/s 2024-02-06T17:36:46.617 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping successful for: 2024-02-06T17:36:47.346 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi103:vg_nvme/lv_2 2024-02-06T17:37:04.429 INFO:teuthology.orchestra.run.smithi103.stdout:Created osd(s) 6 on host 'smithi103' 2024-02-06T17:37:05.148 DEBUG:teuthology.orchestra.run.smithi103:osd.6> sudo journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.6.service 2024-02-06T17:37:05.150 INFO:tasks.cephadm:Deploying osd.7 on smithi103 with /dev/vg_nvme/lv_1... 2024-02-06T17:37:05.150 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-06T17:37:05.180 INFO:journalctl@ceph.osd.6.smithi103.stdout:-- Logs begin at Tue 2024-02-06 17:24:45 UTC. -- 2024-02-06T17:37:07.826 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-06T17:37:07.826 INFO:teuthology.orchestra.run.smithi103.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-06T17:37:07.826 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10+0 records in 2024-02-06T17:37:07.826 INFO:teuthology.orchestra.run.smithi103.stderr:10+0 records out 2024-02-06T17:37:07.826 INFO:teuthology.orchestra.run.smithi103.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0125942 s, 833 MB/s 2024-02-06T17:37:07.826 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 2024-02-06T17:37:07.826 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping successful for: 2024-02-06T17:37:08.619 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi103:vg_nvme/lv_1 2024-02-06T17:37:24.682 INFO:teuthology.orchestra.run.smithi103.stdout:Created osd(s) 7 on host 'smithi103' 2024-02-06T17:37:25.364 DEBUG:teuthology.orchestra.run.smithi103:osd.7> sudo journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.7.service 2024-02-06T17:37:25.366 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-06T17:37:25.367 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-06T17:37:25.396 INFO:journalctl@ceph.osd.7.smithi103.stdout:-- Logs begin at Tue 2024-02-06 17:24:45 UTC. -- 2024-02-06T17:37:28.339 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:37:29.309 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":48,"num_osds":8,"num_up_osds":8,"osd_up_since":1707241048,"num_in_osds":8,"osd_in_since":1707241048,"num_remapped_pgs":0} 2024-02-06T17:37:29.309 INFO:tasks.cephadm:Setting up client nodes... 2024-02-06T17:37:29.310 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-06T17:37:31.728 INFO:teuthology.orchestra.run.smithi019.stdout:[client.0] 2024-02-06T17:37:31.729 INFO:teuthology.orchestra.run.smithi019.stdout: key = AQBbbsJlcI1AKxAAA3zJEJGjNcXsMCKyoVCssQ== 2024-02-06T17:37:32.760 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-06T17:37:32.761 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-06T17:37:32.761 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-06T17:37:32.805 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-06T17:37:32.999 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:37:35.112 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:37:35.113 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":49,"fsid":"9c31a602-c515-11ee-95b6-87774f69a715","created":"2024-02-06T17:32:18.819352+0000","modified":"2024-02-06T17:37:29.164133+0000","last_up_change":"2024-02-06T17:37:28.155128+0000","last_in_change":"2024-02-06T17:37:28.155128+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-06T17:33:58.341288+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":"282d4f51-dea8-4fbd-9c4a-6cf658e9d581","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6802","nonce":3199188977},{"type":"v1","addr":"172.21.15.19:6803","nonce":3199188977}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":3199188977},{"type":"v1","addr":"172.21.15.19:6805","nonce":3199188977}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":3199188977},{"type":"v1","addr":"172.21.15.19:6809","nonce":3199188977}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":3199188977},{"type":"v1","addr":"172.21.15.19:6807","nonce":3199188977}]},"public_addr":"172.21.15.19:6803/3199188977","cluster_addr":"172.21.15.19:6805/3199188977","heartbeat_back_addr":"172.21.15.19:6809/3199188977","heartbeat_front_addr":"172.21.15.19:6807/3199188977","state":["exists","up"]},{"osd":1,"uuid":"cf18a050-cd4d-4fab-b630-0e443c2b5464","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6810","nonce":929346905},{"type":"v1","addr":"172.21.15.19:6811","nonce":929346905}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":929346905},{"type":"v1","addr":"172.21.15.19:6813","nonce":929346905}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":929346905},{"type":"v1","addr":"172.21.15.19:6817","nonce":929346905}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":929346905},{"type":"v1","addr":"172.21.15.19:6815","nonce":929346905}]},"public_addr":"172.21.15.19:6811/929346905","cluster_addr":"172.21.15.19:6813/929346905","heartbeat_back_addr":"172.21.15.19:6817/929346905","heartbeat_front_addr":"172.21.15.19:6815/929346905","state":["exists","up"]},{"osd":2,"uuid":"b62115ae-d3d2-4868-b4a2-6e2e1828fd18","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.19:6818","nonce":3919875700},{"type":"v1","addr":"172.21.15.19:6819","nonce":3919875700}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":3919875700},{"type":"v1","addr":"172.21.15.19:6821","nonce":3919875700}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":3919875700},{"type":"v1","addr":"172.21.15.19:6825","nonce":3919875700}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":3919875700},{"type":"v1","addr":"172.21.15.19:6823","nonce":3919875700}]},"public_addr":"172.21.15.19:6819/3919875700","cluster_addr":"172.21.15.19:6821/3919875700","heartbeat_back_addr":"172.21.15.19:6825/3919875700","heartbeat_front_addr":"172.21.15.19:6823/3919875700","state":["exists","up"]},{"osd":3,"uuid":"342aeef3-7bbb-451c-b6d1-2073e37c5f57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6826","nonce":390403745},{"type":"v1","addr":"172.21.15.19:6827","nonce":390403745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":390403745},{"type":"v1","addr":"172.21.15.19:6829","nonce":390403745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":390403745},{"type":"v1","addr":"172.21.15.19:6833","nonce":390403745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":390403745},{"type":"v1","addr":"172.21.15.19:6831","nonce":390403745}]},"public_addr":"172.21.15.19:6827/390403745","cluster_addr":"172.21.15.19:6829/390403745","heartbeat_back_addr":"172.21.15.19:6833/390403745","heartbeat_front_addr":"172.21.15.19:6831/390403745","state":["exists","up"]},{"osd":4,"uuid":"a6de9518-1029-4be1-b9be-70254f56bce5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6800","nonce":456955984},{"type":"v1","addr":"172.21.15.103:6801","nonce":456955984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":456955984},{"type":"v1","addr":"172.21.15.103:6803","nonce":456955984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":456955984},{"type":"v1","addr":"172.21.15.103:6807","nonce":456955984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":456955984},{"type":"v1","addr":"172.21.15.103:6805","nonce":456955984}]},"public_addr":"172.21.15.103:6801/456955984","cluster_addr":"172.21.15.103:6803/456955984","heartbeat_back_addr":"172.21.15.103:6807/456955984","heartbeat_front_addr":"172.21.15.103:6805/456955984","state":["exists","up"]},{"osd":5,"uuid":"c1fb6a83-ef7f-4a6a-8aea-eb4682b14e4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6808","nonce":2335817771},{"type":"v1","addr":"172.21.15.103:6809","nonce":2335817771}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6810","nonce":2335817771},{"type":"v1","addr":"172.21.15.103:6811","nonce":2335817771}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6814","nonce":2335817771},{"type":"v1","addr":"172.21.15.103:6815","nonce":2335817771}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6812","nonce":2335817771},{"type":"v1","addr":"172.21.15.103:6813","nonce":2335817771}]},"public_addr":"172.21.15.103:6809/2335817771","cluster_addr":"172.21.15.103:6811/2335817771","heartbeat_back_addr":"172.21.15.103:6815/2335817771","heartbeat_front_addr":"172.21.15.103:6813/2335817771","state":["exists","up"]},{"osd":6,"uuid":"6eccf95d-57e4-4f3b-870d-5e8e780a81ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6816","nonce":1650928816},{"type":"v1","addr":"172.21.15.103:6817","nonce":1650928816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6818","nonce":1650928816},{"type":"v1","addr":"172.21.15.103:6819","nonce":1650928816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6822","nonce":1650928816},{"type":"v1","addr":"172.21.15.103:6823","nonce":1650928816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6820","nonce":1650928816},{"type":"v1","addr":"172.21.15.103:6821","nonce":1650928816}]},"public_addr":"172.21.15.103:6817/1650928816","cluster_addr":"172.21.15.103:6819/1650928816","heartbeat_back_addr":"172.21.15.103:6823/1650928816","heartbeat_front_addr":"172.21.15.103:6821/1650928816","state":["exists","up"]},{"osd":7,"uuid":"572301d4-251d-48d0-8e28-d90a1ca93dd2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6824","nonce":953041260},{"type":"v1","addr":"172.21.15.103:6825","nonce":953041260}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6826","nonce":953041260},{"type":"v1","addr":"172.21.15.103:6827","nonce":953041260}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6830","nonce":953041260},{"type":"v1","addr":"172.21.15.103:6831","nonce":953041260}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6828","nonce":953041260},{"type":"v1","addr":"172.21.15.103:6829","nonce":953041260}]},"public_addr":"172.21.15.103:6825/953041260","cluster_addr":"172.21.15.103:6827/953041260","heartbeat_back_addr":"172.21.15.103:6831/953041260","heartbeat_front_addr":"172.21.15.103:6829/953041260","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:34:55.234981+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:35:15.336615+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:35:43.252551+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:36:06.822484+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:36:24.836113+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:36:45.817251+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:37:06.353782+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:37:26.603399+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.19:6801/1960649279":"2024-02-07T17:33:17.757464+0000","172.21.15.19:0/3612606010":"2024-02-07T17:33:17.757464+0000","172.21.15.19:6801/2961729859":"2024-02-07T17:33:02.573505+0000","172.21.15.19:6800/1960649279":"2024-02-07T17:33:17.757464+0000","172.21.15.19:6800/2961729859":"2024-02-07T17:33:02.573505+0000","172.21.15.19:0/287520277":"2024-02-07T17:33:02.573505+0000","172.21.15.19:0/1825242945":"2024-02-07T17:32:38.490668+0000","172.21.15.19:0/2005995569":"2024-02-07T17:33:02.573505+0000","172.21.15.19:0/1536722609":"2024-02-07T17:32:38.490668+0000","172.21.15.19:0/850502209":"2024-02-07T17:33:17.757464+0000","172.21.15.19:6800/2456624887":"2024-02-07T17:32:38.490668+0000","172.21.15.19:6801/2456624887":"2024-02-07T17:32:38.490668+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-02-06T17:37:36.166 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-06T17:33:58.341288+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '13', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-06T17:37:36.166 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-06T17:37:36.325 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:37:38.995 INFO:teuthology.orchestra.run.smithi019.stdout:pg_num: 1 2024-02-06T17:37:39.582 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-06T17:37:39.582 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-06T17:37:39.582 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph mgr dump --format=json 2024-02-06T17:37:39.740 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:37:41.677 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:37:42.418 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":18,"active_gid":14162,"active_name":"smithi019.gohzab","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6800","nonce":2998999538},{"type":"v1","addr":"172.21.15.19:6801","nonce":2998999538}]},"active_addr":"172.21.15.19:6801/2998999538","active_change":"2024-02-06T17:33:17.757740+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":14190,"name":"smithi103.bisajp","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://smithi019.front.sepia.ceph.com:8443/","prometheus":"http://smithi019.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.19:0","nonce":2375298530}]},{"addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":2631778245}]}]}} 2024-02-06T17:37:42.421 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-06T17:37:42.421 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-06T17:37:42.422 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-06T17:37:42.575 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:37:44.510 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:37:44.511 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":49,"fsid":"9c31a602-c515-11ee-95b6-87774f69a715","created":"2024-02-06T17:32:18.819352+0000","modified":"2024-02-06T17:37:29.164133+0000","last_up_change":"2024-02-06T17:37:28.155128+0000","last_in_change":"2024-02-06T17:37:28.155128+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-06T17:33:58.341288+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":"282d4f51-dea8-4fbd-9c4a-6cf658e9d581","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6802","nonce":3199188977},{"type":"v1","addr":"172.21.15.19:6803","nonce":3199188977}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":3199188977},{"type":"v1","addr":"172.21.15.19:6805","nonce":3199188977}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":3199188977},{"type":"v1","addr":"172.21.15.19:6809","nonce":3199188977}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":3199188977},{"type":"v1","addr":"172.21.15.19:6807","nonce":3199188977}]},"public_addr":"172.21.15.19:6803/3199188977","cluster_addr":"172.21.15.19:6805/3199188977","heartbeat_back_addr":"172.21.15.19:6809/3199188977","heartbeat_front_addr":"172.21.15.19:6807/3199188977","state":["exists","up"]},{"osd":1,"uuid":"cf18a050-cd4d-4fab-b630-0e443c2b5464","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6810","nonce":929346905},{"type":"v1","addr":"172.21.15.19:6811","nonce":929346905}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":929346905},{"type":"v1","addr":"172.21.15.19:6813","nonce":929346905}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":929346905},{"type":"v1","addr":"172.21.15.19:6817","nonce":929346905}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":929346905},{"type":"v1","addr":"172.21.15.19:6815","nonce":929346905}]},"public_addr":"172.21.15.19:6811/929346905","cluster_addr":"172.21.15.19:6813/929346905","heartbeat_back_addr":"172.21.15.19:6817/929346905","heartbeat_front_addr":"172.21.15.19:6815/929346905","state":["exists","up"]},{"osd":2,"uuid":"b62115ae-d3d2-4868-b4a2-6e2e1828fd18","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.19:6818","nonce":3919875700},{"type":"v1","addr":"172.21.15.19:6819","nonce":3919875700}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":3919875700},{"type":"v1","addr":"172.21.15.19:6821","nonce":3919875700}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":3919875700},{"type":"v1","addr":"172.21.15.19:6825","nonce":3919875700}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":3919875700},{"type":"v1","addr":"172.21.15.19:6823","nonce":3919875700}]},"public_addr":"172.21.15.19:6819/3919875700","cluster_addr":"172.21.15.19:6821/3919875700","heartbeat_back_addr":"172.21.15.19:6825/3919875700","heartbeat_front_addr":"172.21.15.19:6823/3919875700","state":["exists","up"]},{"osd":3,"uuid":"342aeef3-7bbb-451c-b6d1-2073e37c5f57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6826","nonce":390403745},{"type":"v1","addr":"172.21.15.19:6827","nonce":390403745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":390403745},{"type":"v1","addr":"172.21.15.19:6829","nonce":390403745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":390403745},{"type":"v1","addr":"172.21.15.19:6833","nonce":390403745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":390403745},{"type":"v1","addr":"172.21.15.19:6831","nonce":390403745}]},"public_addr":"172.21.15.19:6827/390403745","cluster_addr":"172.21.15.19:6829/390403745","heartbeat_back_addr":"172.21.15.19:6833/390403745","heartbeat_front_addr":"172.21.15.19:6831/390403745","state":["exists","up"]},{"osd":4,"uuid":"a6de9518-1029-4be1-b9be-70254f56bce5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6800","nonce":456955984},{"type":"v1","addr":"172.21.15.103:6801","nonce":456955984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":456955984},{"type":"v1","addr":"172.21.15.103:6803","nonce":456955984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":456955984},{"type":"v1","addr":"172.21.15.103:6807","nonce":456955984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":456955984},{"type":"v1","addr":"172.21.15.103:6805","nonce":456955984}]},"public_addr":"172.21.15.103:6801/456955984","cluster_addr":"172.21.15.103:6803/456955984","heartbeat_back_addr":"172.21.15.103:6807/456955984","heartbeat_front_addr":"172.21.15.103:6805/456955984","state":["exists","up"]},{"osd":5,"uuid":"c1fb6a83-ef7f-4a6a-8aea-eb4682b14e4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6808","nonce":2335817771},{"type":"v1","addr":"172.21.15.103:6809","nonce":2335817771}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6810","nonce":2335817771},{"type":"v1","addr":"172.21.15.103:6811","nonce":2335817771}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6814","nonce":2335817771},{"type":"v1","addr":"172.21.15.103:6815","nonce":2335817771}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6812","nonce":2335817771},{"type":"v1","addr":"172.21.15.103:6813","nonce":2335817771}]},"public_addr":"172.21.15.103:6809/2335817771","cluster_addr":"172.21.15.103:6811/2335817771","heartbeat_back_addr":"172.21.15.103:6815/2335817771","heartbeat_front_addr":"172.21.15.103:6813/2335817771","state":["exists","up"]},{"osd":6,"uuid":"6eccf95d-57e4-4f3b-870d-5e8e780a81ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6816","nonce":1650928816},{"type":"v1","addr":"172.21.15.103:6817","nonce":1650928816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6818","nonce":1650928816},{"type":"v1","addr":"172.21.15.103:6819","nonce":1650928816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6822","nonce":1650928816},{"type":"v1","addr":"172.21.15.103:6823","nonce":1650928816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6820","nonce":1650928816},{"type":"v1","addr":"172.21.15.103:6821","nonce":1650928816}]},"public_addr":"172.21.15.103:6817/1650928816","cluster_addr":"172.21.15.103:6819/1650928816","heartbeat_back_addr":"172.21.15.103:6823/1650928816","heartbeat_front_addr":"172.21.15.103:6821/1650928816","state":["exists","up"]},{"osd":7,"uuid":"572301d4-251d-48d0-8e28-d90a1ca93dd2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6824","nonce":953041260},{"type":"v1","addr":"172.21.15.103:6825","nonce":953041260}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6826","nonce":953041260},{"type":"v1","addr":"172.21.15.103:6827","nonce":953041260}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6830","nonce":953041260},{"type":"v1","addr":"172.21.15.103:6831","nonce":953041260}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6828","nonce":953041260},{"type":"v1","addr":"172.21.15.103:6829","nonce":953041260}]},"public_addr":"172.21.15.103:6825/953041260","cluster_addr":"172.21.15.103:6827/953041260","heartbeat_back_addr":"172.21.15.103:6831/953041260","heartbeat_front_addr":"172.21.15.103:6829/953041260","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:34:55.234981+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:35:15.336615+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:35:43.252551+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:36:06.822484+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:36:24.836113+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:36:45.817251+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:37:06.353782+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:37:26.603399+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.19:6801/1960649279":"2024-02-07T17:33:17.757464+0000","172.21.15.19:0/3612606010":"2024-02-07T17:33:17.757464+0000","172.21.15.19:6801/2961729859":"2024-02-07T17:33:02.573505+0000","172.21.15.19:6800/1960649279":"2024-02-07T17:33:17.757464+0000","172.21.15.19:6800/2961729859":"2024-02-07T17:33:02.573505+0000","172.21.15.19:0/287520277":"2024-02-07T17:33:02.573505+0000","172.21.15.19:0/1825242945":"2024-02-07T17:32:38.490668+0000","172.21.15.19:0/2005995569":"2024-02-07T17:33:02.573505+0000","172.21.15.19:0/1536722609":"2024-02-07T17:32:38.490668+0000","172.21.15.19:0/850502209":"2024-02-07T17:33:17.757464+0000","172.21.15.19:6800/2456624887":"2024-02-07T17:32:38.490668+0000","172.21.15.19:6801/2456624887":"2024-02-07T17:32:38.490668+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-02-06T17:37:45.130 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-06T17:37:45.131 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-06T17:37:45.278 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:37:47.046 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:37:47.047 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":49,"fsid":"9c31a602-c515-11ee-95b6-87774f69a715","created":"2024-02-06T17:32:18.819352+0000","modified":"2024-02-06T17:37:29.164133+0000","last_up_change":"2024-02-06T17:37:28.155128+0000","last_in_change":"2024-02-06T17:37:28.155128+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-06T17:33:58.341288+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":"282d4f51-dea8-4fbd-9c4a-6cf658e9d581","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6802","nonce":3199188977},{"type":"v1","addr":"172.21.15.19:6803","nonce":3199188977}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":3199188977},{"type":"v1","addr":"172.21.15.19:6805","nonce":3199188977}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":3199188977},{"type":"v1","addr":"172.21.15.19:6809","nonce":3199188977}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":3199188977},{"type":"v1","addr":"172.21.15.19:6807","nonce":3199188977}]},"public_addr":"172.21.15.19:6803/3199188977","cluster_addr":"172.21.15.19:6805/3199188977","heartbeat_back_addr":"172.21.15.19:6809/3199188977","heartbeat_front_addr":"172.21.15.19:6807/3199188977","state":["exists","up"]},{"osd":1,"uuid":"cf18a050-cd4d-4fab-b630-0e443c2b5464","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6810","nonce":929346905},{"type":"v1","addr":"172.21.15.19:6811","nonce":929346905}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":929346905},{"type":"v1","addr":"172.21.15.19:6813","nonce":929346905}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":929346905},{"type":"v1","addr":"172.21.15.19:6817","nonce":929346905}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":929346905},{"type":"v1","addr":"172.21.15.19:6815","nonce":929346905}]},"public_addr":"172.21.15.19:6811/929346905","cluster_addr":"172.21.15.19:6813/929346905","heartbeat_back_addr":"172.21.15.19:6817/929346905","heartbeat_front_addr":"172.21.15.19:6815/929346905","state":["exists","up"]},{"osd":2,"uuid":"b62115ae-d3d2-4868-b4a2-6e2e1828fd18","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.19:6818","nonce":3919875700},{"type":"v1","addr":"172.21.15.19:6819","nonce":3919875700}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":3919875700},{"type":"v1","addr":"172.21.15.19:6821","nonce":3919875700}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":3919875700},{"type":"v1","addr":"172.21.15.19:6825","nonce":3919875700}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":3919875700},{"type":"v1","addr":"172.21.15.19:6823","nonce":3919875700}]},"public_addr":"172.21.15.19:6819/3919875700","cluster_addr":"172.21.15.19:6821/3919875700","heartbeat_back_addr":"172.21.15.19:6825/3919875700","heartbeat_front_addr":"172.21.15.19:6823/3919875700","state":["exists","up"]},{"osd":3,"uuid":"342aeef3-7bbb-451c-b6d1-2073e37c5f57","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6826","nonce":390403745},{"type":"v1","addr":"172.21.15.19:6827","nonce":390403745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":390403745},{"type":"v1","addr":"172.21.15.19:6829","nonce":390403745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":390403745},{"type":"v1","addr":"172.21.15.19:6833","nonce":390403745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":390403745},{"type":"v1","addr":"172.21.15.19:6831","nonce":390403745}]},"public_addr":"172.21.15.19:6827/390403745","cluster_addr":"172.21.15.19:6829/390403745","heartbeat_back_addr":"172.21.15.19:6833/390403745","heartbeat_front_addr":"172.21.15.19:6831/390403745","state":["exists","up"]},{"osd":4,"uuid":"a6de9518-1029-4be1-b9be-70254f56bce5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6800","nonce":456955984},{"type":"v1","addr":"172.21.15.103:6801","nonce":456955984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":456955984},{"type":"v1","addr":"172.21.15.103:6803","nonce":456955984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":456955984},{"type":"v1","addr":"172.21.15.103:6807","nonce":456955984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":456955984},{"type":"v1","addr":"172.21.15.103:6805","nonce":456955984}]},"public_addr":"172.21.15.103:6801/456955984","cluster_addr":"172.21.15.103:6803/456955984","heartbeat_back_addr":"172.21.15.103:6807/456955984","heartbeat_front_addr":"172.21.15.103:6805/456955984","state":["exists","up"]},{"osd":5,"uuid":"c1fb6a83-ef7f-4a6a-8aea-eb4682b14e4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6808","nonce":2335817771},{"type":"v1","addr":"172.21.15.103:6809","nonce":2335817771}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6810","nonce":2335817771},{"type":"v1","addr":"172.21.15.103:6811","nonce":2335817771}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6814","nonce":2335817771},{"type":"v1","addr":"172.21.15.103:6815","nonce":2335817771}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6812","nonce":2335817771},{"type":"v1","addr":"172.21.15.103:6813","nonce":2335817771}]},"public_addr":"172.21.15.103:6809/2335817771","cluster_addr":"172.21.15.103:6811/2335817771","heartbeat_back_addr":"172.21.15.103:6815/2335817771","heartbeat_front_addr":"172.21.15.103:6813/2335817771","state":["exists","up"]},{"osd":6,"uuid":"6eccf95d-57e4-4f3b-870d-5e8e780a81ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6816","nonce":1650928816},{"type":"v1","addr":"172.21.15.103:6817","nonce":1650928816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6818","nonce":1650928816},{"type":"v1","addr":"172.21.15.103:6819","nonce":1650928816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6822","nonce":1650928816},{"type":"v1","addr":"172.21.15.103:6823","nonce":1650928816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6820","nonce":1650928816},{"type":"v1","addr":"172.21.15.103:6821","nonce":1650928816}]},"public_addr":"172.21.15.103:6817/1650928816","cluster_addr":"172.21.15.103:6819/1650928816","heartbeat_back_addr":"172.21.15.103:6823/1650928816","heartbeat_front_addr":"172.21.15.103:6821/1650928816","state":["exists","up"]},{"osd":7,"uuid":"572301d4-251d-48d0-8e28-d90a1ca93dd2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":48,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6824","nonce":953041260},{"type":"v1","addr":"172.21.15.103:6825","nonce":953041260}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6826","nonce":953041260},{"type":"v1","addr":"172.21.15.103:6827","nonce":953041260}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6830","nonce":953041260},{"type":"v1","addr":"172.21.15.103:6831","nonce":953041260}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6828","nonce":953041260},{"type":"v1","addr":"172.21.15.103:6829","nonce":953041260}]},"public_addr":"172.21.15.103:6825/953041260","cluster_addr":"172.21.15.103:6827/953041260","heartbeat_back_addr":"172.21.15.103:6831/953041260","heartbeat_front_addr":"172.21.15.103:6829/953041260","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:34:55.234981+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:35:15.336615+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:35:43.252551+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:36:06.822484+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:36:24.836113+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:36:45.817251+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:37:06.353782+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:37:26.603399+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.19:6801/1960649279":"2024-02-07T17:33:17.757464+0000","172.21.15.19:0/3612606010":"2024-02-07T17:33:17.757464+0000","172.21.15.19:6801/2961729859":"2024-02-07T17:33:02.573505+0000","172.21.15.19:6800/1960649279":"2024-02-07T17:33:17.757464+0000","172.21.15.19:6800/2961729859":"2024-02-07T17:33:02.573505+0000","172.21.15.19:0/287520277":"2024-02-07T17:33:02.573505+0000","172.21.15.19:0/1825242945":"2024-02-07T17:32:38.490668+0000","172.21.15.19:0/2005995569":"2024-02-07T17:33:02.573505+0000","172.21.15.19:0/1536722609":"2024-02-07T17:32:38.490668+0000","172.21.15.19:0/850502209":"2024-02-07T17:33:17.757464+0000","172.21.15.19:6800/2456624887":"2024-02-07T17:32:38.490668+0000","172.21.15.19:6801/2456624887":"2024-02-07T17:32:38.490668+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-02-06T17:37:47.786 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-06T17:37:47.936 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:37:50.414 INFO:teuthology.orchestra.run.smithi019.stdout:47244640293 2024-02-06T17:37:50.415 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-06T17:37:50.558 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:37:53.033 INFO:teuthology.orchestra.run.smithi019.stdout:73014444066 2024-02-06T17:37:53.034 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-06T17:37:53.188 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:37:55.607 INFO:teuthology.orchestra.run.smithi019.stdout:94489280541 2024-02-06T17:37:55.607 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-06T17:37:55.755 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:37:58.154 INFO:teuthology.orchestra.run.smithi019.stdout:120259084312 2024-02-06T17:37:58.155 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-06T17:37:58.306 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:00.702 INFO:teuthology.orchestra.run.smithi019.stdout:141733920789 2024-02-06T17:38:00.703 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-06T17:38:00.852 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:03.174 INFO:teuthology.orchestra.run.smithi019.stdout:163208757265 2024-02-06T17:38:03.175 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-06T17:38:03.326 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:05.824 INFO:teuthology.orchestra.run.smithi019.stdout:184683593742 2024-02-06T17:38:05.824 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-06T17:38:05.977 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:08.418 INFO:teuthology.orchestra.run.smithi019.stdout:206158430218 2024-02-06T17:38:08.419 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-06T17:38:08.569 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:10.195 INFO:teuthology.orchestra.run.smithi019.stdout:47244640297 2024-02-06T17:38:10.915 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640293 got 47244640297 for osd.0 2024-02-06T17:38:10.916 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-06T17:38:11.068 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:12.936 INFO:teuthology.orchestra.run.smithi019.stdout:73014444070 2024-02-06T17:38:13.620 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444066 got 73014444070 for osd.1 2024-02-06T17:38:13.621 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-06T17:38:13.769 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:15.703 INFO:teuthology.orchestra.run.smithi019.stdout:94489280545 2024-02-06T17:38:16.403 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280541 got 94489280545 for osd.2 2024-02-06T17:38:16.403 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-06T17:38:16.556 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:18.300 INFO:teuthology.orchestra.run.smithi019.stdout:120259084316 2024-02-06T17:38:19.057 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084312 got 120259084316 for osd.3 2024-02-06T17:38:19.057 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-06T17:38:19.207 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:20.850 INFO:teuthology.orchestra.run.smithi019.stdout:141733920793 2024-02-06T17:38:21.620 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920789 got 141733920793 for osd.4 2024-02-06T17:38:21.620 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-06T17:38:21.768 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:23.553 INFO:teuthology.orchestra.run.smithi019.stdout:163208757269 2024-02-06T17:38:24.340 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757265 got 163208757269 for osd.5 2024-02-06T17:38:24.340 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-06T17:38:24.488 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:26.149 INFO:teuthology.orchestra.run.smithi019.stdout:184683593746 2024-02-06T17:38:26.854 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593742 got 184683593746 for osd.6 2024-02-06T17:38:26.855 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-06T17:38:27.002 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:28.955 INFO:teuthology.orchestra.run.smithi019.stdout:206158430223 2024-02-06T17:38:29.679 INFO:tasks.cephadm.ceph_manager.ceph:need seq 206158430218 got 206158430223 for osd.7 2024-02-06T17:38:29.679 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-06T17:38:29.680 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph pg dump --format=json 2024-02-06T17:38:29.830 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:31.629 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:38:31.632 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2024-02-06T17:38:32.401 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":196,"stamp":"2024-02-06T17:38:30.766546+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":8392352,"kb_used_data":3680,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568864,"statfs":{"total":767960285184,"available":759366516736,"internally_reserved":8589934592,"allocated":3768320,"data_stored":1509544,"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":"49","state":"active+clean","last_fresh":"2024-02-06T17:37:29.692554+0000","last_change":"2024-02-06T17:37:29.692554+0000","last_active":"2024-02-06T17:37:29.692554+0000","last_peered":"2024-02-06T17:37:29.692554+0000","last_clean":"2024-02-06T17:37:29.692554+0000","last_became_active":"2024-02-06T17:37:29.692138+0000","last_became_peered":"2024-02-06T17:37:29.692138+0000","last_unstale":"2024-02-06T17:37:29.692554+0000","last_undegraded":"2024-02-06T17:37:29.692554+0000","last_fullsized":"2024-02-06T17:37:29.692554+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-06T17:33:58.885456+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-06T17:33:58.885456+0000","last_clean_scrub_stamp":"2024-02-06T17:33:58.885456+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":48,"seq":206158430223,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"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.53100000000000003}]},{"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.58899999999999997}]},{"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.42999999999999999}]},{"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.47399999999999998}]},{"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.58199999999999996}]},{"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.67500000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61799999999999999}]}]},{"osd":6,"up_from":43,"seq":184683593747,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.505}]},{"osd":1,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.44900000000000001}]},{"osd":2,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.47399999999999998}]},{"osd":3,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.38600000000000001}]},{"osd":4,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.36799999999999999}]},{"osd":5,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.45600000000000002}]},{"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.32300000000000001}]}]},{"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":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:38:24 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.32600000000000001,"15min":0.318},"min":{"1min":0.23699999999999999,"5min":0.19400000000000001,"15min":0.19400000000000001},"max":{"1min":0.52000000000000002,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.33800000000000002,"15min":0.33100000000000002},"min":{"1min":0.24299999999999999,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.25700000000000001}]},{"osd":2,"last update":"Tue Feb 6 17:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.35499999999999998,"15min":0.35299999999999998},"min":{"1min":0.27600000000000002,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.46600000000000003,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.26700000000000002},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.32700000000000001,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.61899999999999999,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.34000000000000002}]},{"osd":3,"last update":"Tue Feb 6 17:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.377,"15min":0.377},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.307},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.27400000000000002,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.36499999999999999}]},{"osd":4,"last update":"Tue Feb 6 17:37:27 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.58899999999999997}]},{"osd":5,"last update":"Tue Feb 6 17:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.49299999999999999}]},{"osd":6,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.53500000000000003}]},{"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.54600000000000004}]}]},{"osd":0,"up_from":11,"seq":47244640301,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Feb 6 17:38:26 2024","interfaces":[{"interface":"back","average":{"1min":0.32700000000000001,"5min":0.318,"15min":0.308},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.5,"5min":0.5,"15min":0.5},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.33700000000000002,"15min":0.32500000000000001},"min":{"1min":0.24199999999999999,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.42199999999999999}]},{"osd":2,"last update":"Tue Feb 6 17:37:45 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.36099999999999999,"15min":0.35699999999999998},"min":{"1min":0.27200000000000002,"5min":0.223,"15min":0.223},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.34999999999999998,"15min":0.34699999999999998},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.44700000000000001}]},{"osd":3,"last update":"Tue Feb 6 17:38:13 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.25600000000000001,"5min":0.249,"15min":0.249},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.48099999999999998}]},{"osd":4,"last update":"Tue Feb 6 17:37:28 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.56899999999999995}]},{"osd":5,"last update":"Tue Feb 6 17:37:48 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.55900000000000005}]},{"osd":6,"last update":"Tue Feb 6 17:38:08 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.625}]},{"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.65100000000000002}]}]},{"osd":2,"up_from":22,"seq":94489280549,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:37:47 2024","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.31900000000000001,"15min":0.313},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.16200000000000001},{"interface":"front","average":{"1min":0.34300000000000003,"5min":0.32900000000000001,"15min":0.32700000000000001},"min":{"1min":0.223,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.54000000000000004,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.21199999999999999}]},{"osd":1,"last update":"Tue Feb 6 17:37:47 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.33600000000000002,"15min":0.32800000000000001},"min":{"1min":0.20100000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.23899999999999999},{"interface":"front","average":{"1min":0.36899999999999999,"5min":0.33700000000000002,"15min":0.33200000000000002},"min":{"1min":0.26200000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.52200000000000002,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.25900000000000001}]},{"osd":3,"last update":"Tue Feb 6 17:38:15 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.376,"15min":0.372},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.51300000000000001,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.308}]},{"osd":4,"last update":"Tue Feb 6 17:37:31 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":1.03,"5min":1.03,"15min":1.03},"last":0.33000000000000002}]},{"osd":5,"last update":"Tue Feb 6 17:37:51 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.0720000000000001,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.39900000000000002}]},{"osd":6,"last update":"Tue Feb 6 17:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.014,"5min":1.014,"15min":1.014},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"last":0.45000000000000001}]},{"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.41999999999999998}]}]},{"osd":3,"up_from":28,"seq":120259084319,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:38:11 2024","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.33400000000000002,"15min":0.33200000000000002},"min":{"1min":0.17399999999999999,"5min":0.17399999999999999,"15min":0.17399999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.33400000000000002,"5min":0.35299999999999998,"15min":0.35599999999999998},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.41599999999999998}]},{"osd":1,"last update":"Tue Feb 6 17:38:11 2024","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.378,"15min":0.38300000000000001},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.38},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.35499999999999998,"15min":0.35399999999999998},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.436}]},{"osd":2,"last update":"Tue Feb 6 17:38:11 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.40500000000000003,"15min":0.40699999999999997},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.36299999999999999,"15min":0.36499999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.34899999999999998}]},{"osd":4,"last update":"Tue Feb 6 17:37:29 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.54600000000000004}]},{"osd":5,"last update":"Tue Feb 6 17:37:47 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.51200000000000001}]},{"osd":6,"last update":"Tue Feb 6 17:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.55400000000000005}]},{"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.53000000000000003}]}]},{"osd":4,"up_from":33,"seq":141733920795,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:37:30 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.495},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.46800000000000003}]},{"osd":1,"last update":"Tue Feb 6 17:37:30 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.53500000000000003}]},{"osd":2,"last update":"Tue Feb 6 17:37:30 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.51700000000000002}]},{"osd":3,"last update":"Tue Feb 6 17:37:30 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.55300000000000005}]},{"osd":5,"last update":"Tue Feb 6 17:37:47 2024","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.57399999999999995}]},{"osd":6,"last update":"Tue Feb 6 17:38:07 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.59399999999999997}]},{"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.56599999999999995}]}]},{"osd":5,"up_from":38,"seq":163208757271,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.47999999999999998}]},{"osd":1,"last update":"Tue Feb 6 17:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.45000000000000001}]},{"osd":2,"last update":"Tue Feb 6 17:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.442},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.52500000000000002}]},{"osd":3,"last update":"Tue Feb 6 17:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":0.5}]},{"osd":4,"last update":"Tue Feb 6 17:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.496,"5min":0.496,"15min":0.496},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.499,"5min":0.499,"15min":0.499},"last":0.48999999999999999}]},{"osd":6,"last update":"Tue Feb 6 17:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.51600000000000001}]},{"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.54200000000000004}]}]}]}} 2024-02-06T17:38:32.402 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph pg dump --format=json 2024-02-06T17:38:32.554 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:34.271 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:38:34.272 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2024-02-06T17:38:34.938 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":197,"stamp":"2024-02-06T17:38:32.766955+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":8392352,"kb_used_data":3680,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568864,"statfs":{"total":767960285184,"available":759366516736,"internally_reserved":8589934592,"allocated":3768320,"data_stored":1509544,"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":"49","state":"active+clean","last_fresh":"2024-02-06T17:37:29.692554+0000","last_change":"2024-02-06T17:37:29.692554+0000","last_active":"2024-02-06T17:37:29.692554+0000","last_peered":"2024-02-06T17:37:29.692554+0000","last_clean":"2024-02-06T17:37:29.692554+0000","last_became_active":"2024-02-06T17:37:29.692138+0000","last_became_peered":"2024-02-06T17:37:29.692138+0000","last_unstale":"2024-02-06T17:37:29.692554+0000","last_undegraded":"2024-02-06T17:37:29.692554+0000","last_fullsized":"2024-02-06T17:37:29.692554+0000","mapping_epoch":48,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":49,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-06T17:33:58.885456+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-06T17:33:58.885456+0000","last_clean_scrub_stamp":"2024-02-06T17:33:58.885456+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":48,"seq":206158430223,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"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.53100000000000003}]},{"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.58899999999999997}]},{"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.42999999999999999}]},{"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.47399999999999998}]},{"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.58199999999999996}]},{"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.67500000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61799999999999999}]}]},{"osd":6,"up_from":43,"seq":184683593747,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.505}]},{"osd":1,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.44900000000000001}]},{"osd":2,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.47399999999999998}]},{"osd":3,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.38600000000000001}]},{"osd":4,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.36799999999999999}]},{"osd":5,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.45600000000000002}]},{"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.32300000000000001}]}]},{"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":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:38:24 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.32600000000000001,"15min":0.318},"min":{"1min":0.23699999999999999,"5min":0.19400000000000001,"15min":0.19400000000000001},"max":{"1min":0.52000000000000002,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.33800000000000002,"15min":0.33100000000000002},"min":{"1min":0.24299999999999999,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.25700000000000001}]},{"osd":2,"last update":"Tue Feb 6 17:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.35499999999999998,"15min":0.35299999999999998},"min":{"1min":0.27600000000000002,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.46600000000000003,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.26700000000000002},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.32700000000000001,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.61899999999999999,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.34000000000000002}]},{"osd":3,"last update":"Tue Feb 6 17:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.377,"15min":0.377},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.307},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.27400000000000002,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.36499999999999999}]},{"osd":4,"last update":"Tue Feb 6 17:37:27 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.58899999999999997}]},{"osd":5,"last update":"Tue Feb 6 17:37:49 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.49299999999999999}]},{"osd":6,"last update":"Tue Feb 6 17:38:10 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.53500000000000003}]},{"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.54600000000000004}]}]},{"osd":0,"up_from":11,"seq":47244640301,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Feb 6 17:38:26 2024","interfaces":[{"interface":"back","average":{"1min":0.32700000000000001,"5min":0.318,"15min":0.308},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.5,"5min":0.5,"15min":0.5},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.33700000000000002,"15min":0.32500000000000001},"min":{"1min":0.24199999999999999,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.42199999999999999}]},{"osd":2,"last update":"Tue Feb 6 17:37:45 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.36099999999999999,"15min":0.35699999999999998},"min":{"1min":0.27200000000000002,"5min":0.223,"15min":0.223},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.34999999999999998,"15min":0.34699999999999998},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.44700000000000001}]},{"osd":3,"last update":"Tue Feb 6 17:38:13 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.25600000000000001,"5min":0.249,"15min":0.249},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.48099999999999998}]},{"osd":4,"last update":"Tue Feb 6 17:37:28 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.56899999999999995}]},{"osd":5,"last update":"Tue Feb 6 17:37:48 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.55900000000000005}]},{"osd":6,"last update":"Tue Feb 6 17:38:08 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.625}]},{"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.65100000000000002}]}]},{"osd":2,"up_from":22,"seq":94489280549,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:37:47 2024","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.31900000000000001,"15min":0.313},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.16200000000000001},{"interface":"front","average":{"1min":0.34300000000000003,"5min":0.32900000000000001,"15min":0.32700000000000001},"min":{"1min":0.223,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.54000000000000004,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.21199999999999999}]},{"osd":1,"last update":"Tue Feb 6 17:37:47 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.33600000000000002,"15min":0.32800000000000001},"min":{"1min":0.20100000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.23899999999999999},{"interface":"front","average":{"1min":0.36899999999999999,"5min":0.33700000000000002,"15min":0.33200000000000002},"min":{"1min":0.26200000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.52200000000000002,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.25900000000000001}]},{"osd":3,"last update":"Tue Feb 6 17:38:15 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.376,"15min":0.372},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.51300000000000001,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.308}]},{"osd":4,"last update":"Tue Feb 6 17:37:31 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":1.03,"5min":1.03,"15min":1.03},"last":0.33000000000000002}]},{"osd":5,"last update":"Tue Feb 6 17:37:51 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.0720000000000001,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.39900000000000002}]},{"osd":6,"last update":"Tue Feb 6 17:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.014,"5min":1.014,"15min":1.014},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"last":0.45000000000000001}]},{"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.41999999999999998}]}]},{"osd":3,"up_from":28,"seq":120259084319,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:38:11 2024","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.33400000000000002,"15min":0.33200000000000002},"min":{"1min":0.17399999999999999,"5min":0.17399999999999999,"15min":0.17399999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.33400000000000002,"5min":0.35299999999999998,"15min":0.35599999999999998},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.41599999999999998}]},{"osd":1,"last update":"Tue Feb 6 17:38:11 2024","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.378,"15min":0.38300000000000001},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.38},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.35499999999999998,"15min":0.35399999999999998},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.436}]},{"osd":2,"last update":"Tue Feb 6 17:38:11 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.40500000000000003,"15min":0.40699999999999997},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.36299999999999999,"15min":0.36499999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.34899999999999998}]},{"osd":4,"last update":"Tue Feb 6 17:37:29 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.54600000000000004}]},{"osd":5,"last update":"Tue Feb 6 17:37:47 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.51200000000000001}]},{"osd":6,"last update":"Tue Feb 6 17:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.55400000000000005}]},{"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.53000000000000003}]}]},{"osd":4,"up_from":33,"seq":141733920796,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:37:30 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.56299999999999994}]},{"osd":1,"last update":"Tue Feb 6 17:37:30 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.47999999999999998}]},{"osd":2,"last update":"Tue Feb 6 17:37:30 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.5},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.59799999999999998}]},{"osd":3,"last update":"Tue Feb 6 17:37:30 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.55200000000000005}]},{"osd":5,"last update":"Tue Feb 6 17:37:47 2024","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.33000000000000002}]},{"osd":6,"last update":"Tue Feb 6 17:38:07 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.376}]},{"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.40000000000000002}]}]},{"osd":5,"up_from":38,"seq":163208757271,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049044,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696108,"statfs":{"total":95995035648,"available":94920814592,"internally_reserved":1073741824,"allocated":471040,"data_stored":188693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.47999999999999998}]},{"osd":1,"last update":"Tue Feb 6 17:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.45000000000000001}]},{"osd":2,"last update":"Tue Feb 6 17:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.442},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.52500000000000002}]},{"osd":3,"last update":"Tue Feb 6 17:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":0.5}]},{"osd":4,"last update":"Tue Feb 6 17:37:50 2024","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.496,"5min":0.496,"15min":0.496},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.499,"5min":0.499,"15min":0.499},"last":0.48999999999999999}]},{"osd":6,"last update":"Tue Feb 6 17:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.51600000000000001}]},{"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.54200000000000004}]}]}]}} 2024-02-06T17:38:34.940 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-06T17:38:34.940 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-06T17:38:34.940 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-06T17:38:34.940 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph health --format=json 2024-02-06T17:38:35.089 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/mon.smithi019/config 2024-02-06T17:38:36.915 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:38:37.516 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-06T17:38:37.517 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-06T17:38:37.517 INFO:tasks.cephadm:Setup complete, yielding 2024-02-06T17:38:37.517 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-06T17:38:37.527 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-06T17:38:37.528 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- bash -c 'ceph orch status' 2024-02-06T17:38:39.555 INFO:teuthology.orchestra.run.smithi019.stdout:Backend: cephadm 2024-02-06T17:38:39.555 INFO:teuthology.orchestra.run.smithi019.stdout:Available: True 2024-02-06T17:38:40.180 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-06T17:38:42.148 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-06T17:38:42.148 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (3m) 62s ago 4m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (4m) 62s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a89a4c86971c 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (3m) 74s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e7fb31e4b6d5 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (2m) 62s ago 4m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 running (6m) 62s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 259ce6ec69fc 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 running (4m) 74s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44deb4231508 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (6m) 62s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a92c4575f969 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (4m) 74s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e5074f0dd591 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (4m) 62s ago 3m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (4m) 74s ago 4m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (3m) 62s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 30880daac887 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (3m) 62s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 117662ecaaa9 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (3m) 62s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 10f80ae626ee 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (2m) 62s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d91107b31630 2024-02-06T17:38:42.149 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (2m) 74s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1b3bc00a3569 2024-02-06T17:38:42.150 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (118s) 74s ago 118s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6804e0615190 2024-02-06T17:38:42.150 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (98s) 74s ago 97s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45fcd81af22b 2024-02-06T17:38:42.150 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (77s) 74s ago 77s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b2084015ed6c 2024-02-06T17:38:42.150 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (3m) 74s ago 3m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 a589ae3345ff 2024-02-06T17:38:42.819 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-06T17:38:44.757 INFO:teuthology.orchestra.run.smithi019.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-02-06T17:38:44.757 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager 1/1 65s ago 5m count:1 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 2024-02-06T17:38:44.757 INFO:teuthology.orchestra.run.smithi019.stdout:crash 2/2 76s ago 5m * docker.io/ceph/ceph:v15 2cf504fded39 2024-02-06T17:38:44.758 INFO:teuthology.orchestra.run.smithi019.stdout:grafana 1/1 65s ago 5m count:1 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 2024-02-06T17:38:44.758 INFO:teuthology.orchestra.run.smithi019.stdout:mgr 2/2 76s ago 5m count:2 docker.io/ceph/ceph:v15 2cf504fded39 2024-02-06T17:38:44.758 INFO:teuthology.orchestra.run.smithi019.stdout:mon 2/5 76s ago 5m count:5 docker.io/ceph/ceph:v15 2cf504fded39 2024-02-06T17:38:44.758 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter 2/2 76s ago 5m * docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 2024-02-06T17:38:44.758 INFO:teuthology.orchestra.run.smithi019.stdout:osd.None 7/0 76s ago - docker.io/ceph/ceph:v15 2cf504fded39 2024-02-06T17:38:44.758 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus 1/1 76s ago 5m count:1 docker.io/prom/prometheus:v2.18.1 de242295e225 2024-02-06T17:38:45.671 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-06T17:38:47.540 INFO:teuthology.orchestra.run.smithi019.stdout:HOST ADDR LABELS STATUS 2024-02-06T17:38:47.540 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 smithi019 2024-02-06T17:38:47.540 INFO:teuthology.orchestra.run.smithi019.stdout:smithi103 smithi103 2024-02-06T17:38:48.324 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-06T17:38:50.300 INFO:teuthology.orchestra.run.smithi019.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-06T17:38:50.301 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme0n1 ssd CVFT5330002G400BGN 400G Unknown N/A N/A No 2024-02-06T17:38:50.301 INFO:teuthology.orchestra.run.smithi019.stdout:smithi103 /dev/nvme0n1 ssd PHFT6204012Z400BGN 400G Unknown N/A N/A No 2024-02-06T17:38:50.895 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-06T17:38:50.905 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-06T17:38:50.905 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-06T17:38:50.936 INFO:teuthology.orchestra.run.smithi019.stderr:+ systemctl stop nfs-server 2024-02-06T17:38:50.944 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi103.front.sepia.ceph.com 2024-02-06T17:38:50.944 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-06T17:38:50.982 INFO:teuthology.orchestra.run.smithi103.stderr:+ systemctl stop nfs-server 2024-02-06T17:38:50.990 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-06T17:38:50.999 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-06T17:38:50.999 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-06T17:38:55.565 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-06T17:38:55.574 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-06T17:38:55.575 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-06T17:38:57.496 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:38:57.496 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"container_image_id": "0881eb8f169f5556a292b4e2c01d683172b12830a62a9225a98a8e206bb734f0", "container_image_name": "docker.io/prom/alertmanager:v0.20.0", "created": "2024-02-06T17:33:08.783322Z", "last_refresh": "2024-02-06T17:37:39.705066Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-06T17:32:56.685324Z", "last_refresh": "2024-02-06T17:37:27.997327Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-06T17:33:05.463254Z", "last_refresh": "2024-02-06T17:37:39.705315Z", "running": 1, "size": 1}}, {"events": ["2024-02-06T17:38:54.876756Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-06T17:32:54.792037Z", "last_refresh": "2024-02-06T17:37:27.997060Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-06T17:32:53.104964Z", "last_refresh": "2024-02-06T17:37:27.996828Z", "running": 2, "size": 5}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_id": "e5a616e4b9cf68dfcad7782b78e118be4310022e874d52da85c55923fb615f87", "container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-06T17:33:07.407667Z", "last_refresh": "2024-02-06T17:37:27.997166Z", "running": 2, "size": 2}}, {"placement": {"hosts": ["smithi019"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-06T17:37:27.997441Z", "running": 7, "size": 0}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"container_image_id": "de242295e2257c37c8cadfd962369228f8f10b2d48a44259b65fef44ad4f6490", "container_image_name": "docker.io/prom/prometheus:v2.18.1", "created": "2024-02-06T17:33:03.634675Z", "last_refresh": "2024-02-06T17:37:27.997233Z", "running": 1, "size": 1}}] 2024-02-06T17:38:58.282 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-06T17:38:59.283 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-06T17:39:01.481 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:39:01.481 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"container_image_id": "0881eb8f169f5556a292b4e2c01d683172b12830a62a9225a98a8e206bb734f0", "container_image_name": "docker.io/prom/alertmanager:v0.20.0", "created": "2024-02-06T17:33:08.783322Z", "last_refresh": "2024-02-06T17:37:39.705066Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-06T17:32:56.685324Z", "last_refresh": "2024-02-06T17:37:27.997327Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-06T17:33:05.463254Z", "last_refresh": "2024-02-06T17:37:39.705315Z", "running": 1, "size": 1}}, {"events": ["2024-02-06T17:38:54.876756Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-06T17:38:54.872857Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-06T17:32:54.792037Z", "last_refresh": "2024-02-06T17:37:27.997060Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-06T17:32:53.104964Z", "last_refresh": "2024-02-06T17:37:27.996828Z", "running": 2, "size": 5}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_id": "e5a616e4b9cf68dfcad7782b78e118be4310022e874d52da85c55923fb615f87", "container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-06T17:33:07.407667Z", "last_refresh": "2024-02-06T17:37:27.997166Z", "running": 2, "size": 2}}, {"placement": {"hosts": ["smithi019"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-06T17:37:27.997441Z", "running": 7, "size": 0}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"container_image_id": "de242295e2257c37c8cadfd962369228f8f10b2d48a44259b65fef44ad4f6490", "container_image_name": "docker.io/prom/prometheus:v2.18.1", "created": "2024-02-06T17:33:03.634675Z", "last_refresh": "2024-02-06T17:37:27.997233Z", "running": 1, "size": 1}}] 2024-02-06T17:39:02.121 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-06T17:39:02.121 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-06T17:39:02.130 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-06T17:39:02.131 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-06T17:39:04.680 INFO:teuthology.orchestra.run.smithi019.stderr:Invalid command: missing required parameter clusterid() 2024-02-06T17:39:04.680 INFO:teuthology.orchestra.run.smithi019.stderr:nfs cluster create [] : Create an NFS Cluster 2024-02-06T17:39:04.680 INFO:teuthology.orchestra.run.smithi019.stderr:Error EINVAL: invalid command 2024-02-06T17:39:06.496 INFO:teuthology.orchestra.run.smithi019.stdout:NFS Cluster Created Successfully 2024-02-06T17:39:07.302 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-02-06T17:39:09.250 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:39:09.250 INFO:teuthology.orchestra.run.smithi019.stdout: "bind": "/fake", 2024-02-06T17:39:09.250 INFO:teuthology.orchestra.run.smithi019.stdout: "fs": "foofs", 2024-02-06T17:39:09.250 INFO:teuthology.orchestra.run.smithi019.stdout: "path": "/", 2024-02-06T17:39:09.250 INFO:teuthology.orchestra.run.smithi019.stdout: "cluster": "foo", 2024-02-06T17:39:09.250 INFO:teuthology.orchestra.run.smithi019.stdout: "mode": "RW" 2024-02-06T17:39:09.250 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:39:09.865 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-06T17:39:17.001 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.ganesha-foo 2/2 - 9s count:2 2024-02-06T17:39:17.613 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-06T17:39:17.622 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-06T17:39:17.623 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-06T17:39:17.653 INFO:teuthology.orchestra.run.smithi019.stderr:+ mkdir /mnt/foo 2024-02-06T17:39:17.691 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-02-06T17:39:17.758 INFO:teuthology.orchestra.run.smithi019.stderr:++ hostname 2024-02-06T17:39:17.759 INFO:teuthology.orchestra.run.smithi019.stderr:+ mount -t nfs smithi019:/fake /mnt/foo -o sync 2024-02-06T17:39:25.300 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-06T17:39:25.377 INFO:teuthology.orchestra.run.smithi019.stderr:+ echo test 2024-02-06T17:39:25.388 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-06T17:39:25.456 INFO:teuthology.orchestra.run.smithi019.stderr:+ sync 2024-02-06T17:39:25.817 INFO:teuthology.run_tasks:Running task parallel... 2024-02-06T17:39:25.828 INFO:teuthology.task.parallel:starting parallel... 2024-02-06T17:39:25.828 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-06T17:39:25.838 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-06T17:39:25.838 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-06T17:39:25.838 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-06T17:39:25.839 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-06T17:39:25.839 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-06T17:39:25.840 INFO:teuthology.task.exec:Executing custom commands... 2024-02-06T17:39:25.840 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-06T17:39:25.840 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-06T17:39:25.909 INFO:teuthology.orchestra.run.smithi019.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-06T17:39:25.909 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:39:25.909 INFO:teuthology.orchestra.run.smithi019.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-06T17:39:25.913 INFO:teuthology.orchestra.run.smithi019.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-06T17:39:26.013 INFO:teuthology.orchestra.run.smithi019.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-06T17:39:26.013 INFO:teuthology.orchestra.run.smithi019.stdout:releasing clients 2024-02-06T17:39:27.013 INFO:teuthology.orchestra.run.smithi019.stdout: 5 308 56.65 MB/sec warmup 1 sec latency 12.871 ms 2024-02-06T17:39:28.014 INFO:teuthology.orchestra.run.smithi019.stdout: 5 668 52.86 MB/sec warmup 2 sec latency 10.526 ms 2024-02-06T17:39:29.013 INFO:teuthology.orchestra.run.smithi019.stdout: 5 1840 43.93 MB/sec warmup 3 sec latency 14.016 ms 2024-02-06T17:39:29.109 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-06T17:39:30.014 INFO:teuthology.orchestra.run.smithi019.stdout: 5 3240 43.33 MB/sec warmup 4 sec latency 14.571 ms 2024-02-06T17:39:31.014 INFO:teuthology.orchestra.run.smithi019.stdout: 5 4330 40.47 MB/sec warmup 5 sec latency 18.184 ms 2024-02-06T17:39:32.014 INFO:teuthology.orchestra.run.smithi019.stdout: 5 5674 38.27 MB/sec warmup 6 sec latency 20.181 ms 2024-02-06T17:39:32.254 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-06T17:39:33.015 INFO:teuthology.orchestra.run.smithi019.stdout: 5 6875 39.01 MB/sec warmup 7 sec latency 16.486 ms 2024-02-06T17:39:34.015 INFO:teuthology.orchestra.run.smithi019.stdout: 5 7929 37.33 MB/sec warmup 8 sec latency 30.760 ms 2024-02-06T17:39:35.016 INFO:teuthology.orchestra.run.smithi019.stdout: 5 9174 36.12 MB/sec warmup 9 sec latency 13.086 ms 2024-02-06T17:39:35.443 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph mgr module enable nfs --force' 2024-02-06T17:39:36.016 INFO:teuthology.orchestra.run.smithi019.stdout: 5 10551 37.45 MB/sec warmup 10 sec latency 11.910 ms 2024-02-06T17:39:37.016 INFO:teuthology.orchestra.run.smithi019.stdout: 5 11525 35.88 MB/sec warmup 11 sec latency 17.973 ms 2024-02-06T17:39:38.017 INFO:teuthology.orchestra.run.smithi019.stdout: 5 12933 35.25 MB/sec warmup 12 sec latency 12.250 ms 2024-02-06T17:39:39.017 INFO:teuthology.orchestra.run.smithi019.stdout: 5 14168 36.42 MB/sec warmup 13 sec latency 14.772 ms 2024-02-06T17:39:39.547 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-06T17:39:40.017 INFO:teuthology.orchestra.run.smithi019.stdout: 5 14872 34.87 MB/sec warmup 14 sec latency 38.679 ms 2024-02-06T17:39:41.017 INFO:teuthology.orchestra.run.smithi019.stdout: 5 15601 33.78 MB/sec warmup 15 sec latency 74.941 ms 2024-02-06T17:39:42.017 INFO:teuthology.orchestra.run.smithi019.stdout: 5 16856 33.39 MB/sec warmup 16 sec latency 22.308 ms 2024-02-06T17:39:43.017 INFO:teuthology.orchestra.run.smithi019.stdout: 5 18048 34.22 MB/sec warmup 17 sec latency 21.352 ms 2024-02-06T17:39:44.017 INFO:teuthology.orchestra.run.smithi019.stdout: 5 18876 32.88 MB/sec warmup 18 sec latency 35.171 ms 2024-02-06T17:39:45.017 INFO:teuthology.orchestra.run.smithi019.stdout: 5 20092 32.42 MB/sec warmup 19 sec latency 20.759 ms 2024-02-06T17:39:46.017 INFO:teuthology.orchestra.run.smithi019.stdout: 5 21172 32.99 MB/sec warmup 20 sec latency 18.089 ms 2024-02-06T17:39:46.321 INFO:teuthology.orchestra.run.smithi019.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 2024-02-06T17:39:47.017 INFO:teuthology.orchestra.run.smithi019.stdout: 5 21900 32.33 MB/sec warmup 21 sec latency 40.042 ms 2024-02-06T17:39:47.305 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-06T17:39:47.306 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-06T17:39:47.306 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-02-06T17:39:48.017 INFO:teuthology.orchestra.run.smithi019.stdout: 5 22832 31.88 MB/sec warmup 22 sec latency 25.173 ms 2024-02-06T17:39:49.018 INFO:teuthology.orchestra.run.smithi019.stdout: 5 24042 31.67 MB/sec warmup 23 sec latency 15.746 ms 2024-02-06T17:39:50.017 INFO:teuthology.orchestra.run.smithi019.stdout: 5 25203 32.23 MB/sec warmup 24 sec latency 24.502 ms 2024-02-06T17:39:50.620 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:39:51.018 INFO:teuthology.orchestra.run.smithi019.stdout: 5 25923 31.27 MB/sec warmup 25 sec latency 18.978 ms 2024-02-06T17:39:51.462 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-06T17:39:51.462 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (4m) 30s ago 6m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:39:51.462 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (6m) 30s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a89a4c86971c 2024-02-06T17:39:51.462 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (4m) 1s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e7fb31e4b6d5 2024-02-06T17:39:51.462 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (4m) 30s ago 5m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:39:51.462 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (51s) 30s ago 50s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 baf7f51edc47 2024-02-06T17:39:51.462 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (54s) 1s ago 53s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 47831c2601b8 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 running (7m) 30s ago 7m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 259ce6ec69fc 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 running (5m) 1s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44deb4231508 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (7m) 30s ago 7m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a92c4575f969 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (5m) 1s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e5074f0dd591 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.ganesha-foo.smithi019 smithi019 running (36s) 30s ago 35s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 665c61c7265c 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.ganesha-foo.smithi103 smithi103 running (40s) 1s ago 39s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 30aa8b1fbed4 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (5m) 30s ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (5m) 1s ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (4m) 30s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 30880daac887 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (4m) 30s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 117662ecaaa9 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (4m) 30s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 10f80ae626ee 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (3m) 30s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d91107b31630 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (3m) 1s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1b3bc00a3569 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (3m) 1s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6804e0615190 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (2m) 1s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45fcd81af22b 2024-02-06T17:39:51.463 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (2m) 1s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b2084015ed6c 2024-02-06T17:39:51.464 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (4m) 1s ago 4m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 a589ae3345ff 2024-02-06T17:39:51.923 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:39:51.924 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:39:51.924 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:39:51.924 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:39:51.924 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:39:51.924 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:39:51.924 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:39:51.924 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:39:51.924 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T17:39:51.924 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:39:51.924 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:39:51.924 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:39:51.924 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:39:51.924 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:39:51.925 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-06T17:39:51.925 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:39:51.925 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:39:52.018 INFO:teuthology.orchestra.run.smithi019.stdout: 5 27219 31.07 MB/sec warmup 26 sec latency 20.601 ms 2024-02-06T17:39:52.358 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:39:52.359 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T17:39:52.359 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:39:52.359 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2024-02-06T17:39:52.359 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "" 2024-02-06T17:39:52.359 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:39:53.018 INFO:teuthology.orchestra.run.smithi019.stdout: 5 28414 31.72 MB/sec warmup 27 sec latency 17.152 ms 2024-02-06T17:39:54.018 INFO:teuthology.orchestra.run.smithi019.stdout: 5 29273 31.17 MB/sec warmup 28 sec latency 16.573 ms 2024-02-06T17:39:55.018 INFO:teuthology.orchestra.run.smithi019.stdout: 5 30296 30.93 MB/sec warmup 29 sec latency 22.141 ms 2024-02-06T17:39:56.018 INFO:teuthology.orchestra.run.smithi019.stdout: 5 31376 31.01 MB/sec warmup 30 sec latency 16.978 ms 2024-02-06T17:39:57.019 INFO:teuthology.orchestra.run.smithi019.stdout: 5 32308 31.12 MB/sec warmup 31 sec latency 23.554 ms 2024-02-06T17:39:58.019 INFO:teuthology.orchestra.run.smithi019.stdout: 5 33184 30.65 MB/sec warmup 32 sec latency 23.578 ms 2024-02-06T17:39:59.020 INFO:teuthology.orchestra.run.smithi019.stdout: 5 34324 30.27 MB/sec warmup 33 sec latency 17.414 ms 2024-02-06T17:40:00.020 INFO:teuthology.orchestra.run.smithi019.stdout: 5 35604 30.98 MB/sec warmup 34 sec latency 25.138 ms 2024-02-06T17:40:01.020 INFO:teuthology.orchestra.run.smithi019.stdout: 5 36523 30.52 MB/sec warmup 35 sec latency 19.688 ms 2024-02-06T17:40:02.020 INFO:teuthology.orchestra.run.smithi019.stdout: 5 37534 30.27 MB/sec warmup 36 sec latency 27.253 ms 2024-02-06T17:40:03.021 INFO:teuthology.orchestra.run.smithi019.stdout: 5 38249 30.06 MB/sec warmup 37 sec latency 20.398 ms 2024-02-06T17:40:04.021 INFO:teuthology.orchestra.run.smithi019.stdout: 5 39073 30.13 MB/sec warmup 38 sec latency 33.019 ms 2024-02-06T17:40:05.022 INFO:teuthology.orchestra.run.smithi019.stdout: 5 39665 29.67 MB/sec warmup 39 sec latency 36.176 ms 2024-02-06T17:40:06.022 INFO:teuthology.orchestra.run.smithi019.stdout: 5 40468 29.40 MB/sec warmup 40 sec latency 32.612 ms 2024-02-06T17:40:07.023 INFO:teuthology.orchestra.run.smithi019.stdout: 5 41512 29.12 MB/sec warmup 41 sec latency 21.566 ms 2024-02-06T17:40:08.024 INFO:teuthology.orchestra.run.smithi019.stdout: 5 42548 29.48 MB/sec warmup 42 sec latency 27.579 ms 2024-02-06T17:40:09.025 INFO:teuthology.orchestra.run.smithi019.stdout: 5 43122 29.12 MB/sec warmup 43 sec latency 30.143 ms 2024-02-06T17:40:10.025 INFO:teuthology.orchestra.run.smithi019.stdout: 5 43947 28.89 MB/sec warmup 44 sec latency 56.233 ms 2024-02-06T17:40:11.025 INFO:teuthology.orchestra.run.smithi019.stdout: 5 45218 28.82 MB/sec warmup 45 sec latency 23.527 ms 2024-02-06T17:40:12.025 INFO:teuthology.orchestra.run.smithi019.stdout: 5 46329 29.21 MB/sec warmup 46 sec latency 20.091 ms 2024-02-06T17:40:13.026 INFO:teuthology.orchestra.run.smithi019.stdout: 5 46975 28.73 MB/sec warmup 47 sec latency 22.882 ms 2024-02-06T17:40:14.026 INFO:teuthology.orchestra.run.smithi019.stdout: 5 47930 28.63 MB/sec warmup 48 sec latency 20.810 ms 2024-02-06T17:40:15.026 INFO:teuthology.orchestra.run.smithi019.stdout: 5 49187 28.79 MB/sec warmup 49 sec latency 17.987 ms 2024-02-06T17:40:16.026 INFO:teuthology.orchestra.run.smithi019.stdout: 5 50140 28.85 MB/sec warmup 50 sec latency 20.736 ms 2024-02-06T17:40:17.027 INFO:teuthology.orchestra.run.smithi019.stdout: 5 50876 28.57 MB/sec warmup 51 sec latency 23.753 ms 2024-02-06T17:40:18.027 INFO:teuthology.orchestra.run.smithi019.stdout: 5 52031 28.40 MB/sec warmup 52 sec latency 21.379 ms 2024-02-06T17:40:19.027 INFO:teuthology.orchestra.run.smithi019.stdout: 5 52995 28.64 MB/sec warmup 53 sec latency 18.936 ms 2024-02-06T17:40:20.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 53675 28.48 MB/sec warmup 54 sec latency 23.262 ms 2024-02-06T17:40:21.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 54474 28.25 MB/sec warmup 55 sec latency 24.691 ms 2024-02-06T17:40:22.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 55431 28.04 MB/sec warmup 56 sec latency 22.498 ms 2024-02-06T17:40:22.700 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:40:23.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 56083 27.94 MB/sec warmup 57 sec latency 34.848 ms 2024-02-06T17:40:23.430 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-06T17:40:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (4m) 30s ago 6m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:40:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (6m) 30s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a89a4c86971c 2024-02-06T17:40:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (5m) 33s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e7fb31e4b6d5 2024-02-06T17:40:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (4m) 30s ago 6m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:40:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (83s) 30s ago 82s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 baf7f51edc47 2024-02-06T17:40:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (86s) 33s ago 85s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 47831c2601b8 2024-02-06T17:40:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 running (7m) 30s ago 7m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 259ce6ec69fc 2024-02-06T17:40:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 running (6m) 33s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44deb4231508 2024-02-06T17:40:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (8m) 30s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a92c4575f969 2024-02-06T17:40:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (6m) 33s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e5074f0dd591 2024-02-06T17:40:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.ganesha-foo.smithi019 smithi019 running (68s) 30s ago 67s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 665c61c7265c 2024-02-06T17:40:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.ganesha-foo.smithi103 smithi103 running (72s) 33s ago 71s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 30aa8b1fbed4 2024-02-06T17:40:23.431 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (5m) 30s ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:40:23.432 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (5m) 33s ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:40:23.432 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (5m) 30s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 30880daac887 2024-02-06T17:40:23.432 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (5m) 30s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 117662ecaaa9 2024-02-06T17:40:23.432 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (4m) 30s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 10f80ae626ee 2024-02-06T17:40:23.432 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (4m) 30s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d91107b31630 2024-02-06T17:40:23.432 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (4m) 33s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1b3bc00a3569 2024-02-06T17:40:23.432 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (3m) 33s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6804e0615190 2024-02-06T17:40:23.432 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (3m) 33s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45fcd81af22b 2024-02-06T17:40:23.432 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (2m) 33s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b2084015ed6c 2024-02-06T17:40:23.432 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (5m) 33s ago 5m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 a589ae3345ff 2024-02-06T17:40:23.885 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:40:23.885 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-06T17:40:23.886 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:40:23.887 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:40:24.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 56997 28.12 MB/sec warmup 58 sec latency 19.830 ms 2024-02-06T17:40:24.309 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:40:24.309 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T17:40:24.309 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:40:24.309 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2024-02-06T17:40:24.309 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "" 2024-02-06T17:40:24.309 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:40:25.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 57715 27.78 MB/sec warmup 59 sec latency 14.626 ms 2024-02-06T17:40:26.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 58592 27.69 MB/sec warmup 60 sec latency 39.932 ms 2024-02-06T17:40:27.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 59150 27.36 MB/sec warmup 61 sec latency 34.669 ms 2024-02-06T17:40:28.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 59574 27.20 MB/sec warmup 62 sec latency 28.258 ms 2024-02-06T17:40:29.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 60102 27.10 MB/sec warmup 63 sec latency 34.884 ms 2024-02-06T17:40:30.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 60756 27.03 MB/sec warmup 64 sec latency 76.801 ms 2024-02-06T17:40:31.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 61272 26.69 MB/sec warmup 65 sec latency 59.704 ms 2024-02-06T17:40:32.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 61692 26.46 MB/sec warmup 66 sec latency 63.668 ms 2024-02-06T17:40:33.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 62304 26.25 MB/sec warmup 67 sec latency 46.413 ms 2024-02-06T17:40:34.028 INFO:teuthology.orchestra.run.smithi019.stdout: 5 63270 26.31 MB/sec warmup 68 sec latency 18.313 ms 2024-02-06T17:40:35.029 INFO:teuthology.orchestra.run.smithi019.stdout: 5 64126 26.42 MB/sec warmup 69 sec latency 42.786 ms 2024-02-06T17:40:36.029 INFO:teuthology.orchestra.run.smithi019.stdout: 5 64729 26.13 MB/sec warmup 70 sec latency 24.815 ms 2024-02-06T17:40:37.029 INFO:teuthology.orchestra.run.smithi019.stdout: 5 65354 26.03 MB/sec warmup 71 sec latency 31.814 ms 2024-02-06T17:40:38.029 INFO:teuthology.orchestra.run.smithi019.stdout: 5 66126 25.80 MB/sec warmup 72 sec latency 130.963 ms 2024-02-06T17:40:39.029 INFO:teuthology.orchestra.run.smithi019.stdout: 5 66978 25.93 MB/sec warmup 73 sec latency 18.986 ms 2024-02-06T17:40:40.029 INFO:teuthology.orchestra.run.smithi019.stdout: 5 67664 25.93 MB/sec warmup 74 sec latency 37.707 ms 2024-02-06T17:40:41.030 INFO:teuthology.orchestra.run.smithi019.stdout: 5 68097 25.63 MB/sec warmup 75 sec latency 33.157 ms 2024-02-06T17:40:42.030 INFO:teuthology.orchestra.run.smithi019.stdout: 5 68612 25.44 MB/sec warmup 76 sec latency 35.619 ms 2024-02-06T17:40:43.030 INFO:teuthology.orchestra.run.smithi019.stdout: 5 69571 25.34 MB/sec warmup 77 sec latency 28.091 ms 2024-02-06T17:40:44.030 INFO:teuthology.orchestra.run.smithi019.stdout: 5 70347 25.38 MB/sec warmup 78 sec latency 22.899 ms 2024-02-06T17:40:45.030 INFO:teuthology.orchestra.run.smithi019.stdout: 5 71139 25.47 MB/sec warmup 79 sec latency 21.255 ms 2024-02-06T17:40:46.030 INFO:teuthology.orchestra.run.smithi019.stdout: 5 71435 25.21 MB/sec warmup 80 sec latency 36.849 ms 2024-02-06T17:40:47.030 INFO:teuthology.orchestra.run.smithi019.stdout: 5 71766 24.94 MB/sec warmup 81 sec latency 47.960 ms 2024-02-06T17:40:48.030 INFO:teuthology.orchestra.run.smithi019.stdout: 5 72091 24.73 MB/sec warmup 82 sec latency 37.570 ms 2024-02-06T17:40:49.030 INFO:teuthology.orchestra.run.smithi019.stdout: 5 72917 24.64 MB/sec warmup 83 sec latency 27.566 ms 2024-02-06T17:40:50.030 INFO:teuthology.orchestra.run.smithi019.stdout: 5 73533 24.50 MB/sec warmup 84 sec latency 25.892 ms 2024-02-06T17:40:51.031 INFO:teuthology.orchestra.run.smithi019.stdout: 5 74591 24.74 MB/sec warmup 85 sec latency 24.163 ms 2024-02-06T17:40:52.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 75258 24.58 MB/sec warmup 86 sec latency 25.964 ms 2024-02-06T17:40:53.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 75913 24.47 MB/sec warmup 87 sec latency 30.737 ms 2024-02-06T17:40:54.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 76662 24.34 MB/sec warmup 88 sec latency 28.745 ms 2024-02-06T17:40:54.629 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:40:55.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 77126 24.22 MB/sec warmup 89 sec latency 24.267 ms 2024-02-06T17:40:55.229 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-06T17:40:55.229 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (5m) 61s ago 7m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:40:55.229 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (7m) 61s ago 7m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a89a4c86971c 2024-02-06T17:40:55.229 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (5m) 65s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e7fb31e4b6d5 2024-02-06T17:40:55.229 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (5m) 61s ago 6m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:40:55.229 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (115s) 61s ago 113s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 baf7f51edc47 2024-02-06T17:40:55.229 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (117s) 65s ago 117s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 47831c2601b8 2024-02-06T17:40:55.229 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 running (8m) 61s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 259ce6ec69fc 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 running (6m) 65s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 44deb4231508 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (8m) 61s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a92c4575f969 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (6m) 65s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e5074f0dd591 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.ganesha-foo.smithi019 smithi019 running (100s) 61s ago 99s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 665c61c7265c 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.ganesha-foo.smithi103 smithi103 running (104s) 65s ago 103s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 30aa8b1fbed4 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (6m) 61s ago 6m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (6m) 65s ago 6m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (6m) 61s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 30880daac887 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (5m) 61s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 117662ecaaa9 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (5m) 61s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 10f80ae626ee 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (4m) 61s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d91107b31630 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (4m) 65s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1b3bc00a3569 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (4m) 65s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6804e0615190 2024-02-06T17:40:55.230 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (3m) 65s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 45fcd81af22b 2024-02-06T17:40:55.231 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (3m) 65s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b2084015ed6c 2024-02-06T17:40:55.231 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (5m) 65s ago 5m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 a589ae3345ff 2024-02-06T17:40:55.560 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:40:55.560 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:40:55.560 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:40:55.561 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:40:55.871 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:40:55.871 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T17:40:55.871 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:40:55.872 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2024-02-06T17:40:55.872 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "" 2024-02-06T17:40:55.872 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:40:56.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 77824 24.27 MB/sec warmup 90 sec latency 26.061 ms 2024-02-06T17:40:57.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 78324 24.24 MB/sec warmup 91 sec latency 37.236 ms 2024-02-06T17:40:58.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 78898 24.04 MB/sec warmup 92 sec latency 38.932 ms 2024-02-06T17:40:59.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 79685 24.02 MB/sec warmup 93 sec latency 26.380 ms 2024-02-06T17:41:00.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 80463 23.86 MB/sec warmup 94 sec latency 20.694 ms 2024-02-06T17:41:01.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 81008 23.86 MB/sec warmup 95 sec latency 23.388 ms 2024-02-06T17:41:02.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 81898 23.98 MB/sec warmup 96 sec latency 23.443 ms 2024-02-06T17:41:03.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 82652 23.81 MB/sec warmup 97 sec latency 27.319 ms 2024-02-06T17:41:04.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 83601 23.80 MB/sec warmup 98 sec latency 32.033 ms 2024-02-06T17:41:05.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 84441 23.79 MB/sec warmup 99 sec latency 31.882 ms 2024-02-06T17:41:06.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 85166 23.87 MB/sec warmup 100 sec latency 36.132 ms 2024-02-06T17:41:07.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 85505 23.74 MB/sec warmup 101 sec latency 42.045 ms 2024-02-06T17:41:08.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 85856 23.54 MB/sec warmup 102 sec latency 38.397 ms 2024-02-06T17:41:09.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 86401 23.42 MB/sec warmup 103 sec latency 36.845 ms 2024-02-06T17:41:10.032 INFO:teuthology.orchestra.run.smithi019.stdout: 5 87103 23.35 MB/sec warmup 104 sec latency 93.729 ms 2024-02-06T17:41:11.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 87719 23.25 MB/sec warmup 105 sec latency 16.921 ms 2024-02-06T17:41:12.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 88411 23.30 MB/sec warmup 106 sec latency 22.854 ms 2024-02-06T17:41:13.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 89052 23.31 MB/sec warmup 107 sec latency 39.672 ms 2024-02-06T17:41:14.034 INFO:teuthology.orchestra.run.smithi019.stdout: 5 89735 23.15 MB/sec warmup 108 sec latency 27.467 ms 2024-02-06T17:41:15.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 90514 23.14 MB/sec warmup 109 sec latency 36.324 ms 2024-02-06T17:41:16.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 91261 23.06 MB/sec warmup 110 sec latency 24.787 ms 2024-02-06T17:41:17.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 92045 23.14 MB/sec warmup 111 sec latency 31.623 ms 2024-02-06T17:41:18.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 92711 23.13 MB/sec warmup 112 sec latency 32.534 ms 2024-02-06T17:41:19.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 93340 23.01 MB/sec warmup 113 sec latency 36.484 ms 2024-02-06T17:41:20.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 93940 22.96 MB/sec warmup 114 sec latency 35.984 ms 2024-02-06T17:41:21.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 94588 22.82 MB/sec warmup 115 sec latency 36.711 ms 2024-02-06T17:41:22.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 95047 22.77 MB/sec warmup 116 sec latency 29.682 ms 2024-02-06T17:41:23.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 95540 22.75 MB/sec warmup 117 sec latency 58.740 ms 2024-02-06T17:41:24.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 95956 22.72 MB/sec warmup 118 sec latency 37.490 ms 2024-02-06T17:41:25.033 INFO:teuthology.orchestra.run.smithi019.stdout: 5 96283 22.57 MB/sec warmup 119 sec latency 41.360 ms 2024-02-06T17:41:26.336 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:41:27.034 INFO:teuthology.orchestra.run.smithi019.stdout: 5 97465 19.72 MB/sec execute 1 sec latency 46.265 ms 2024-02-06T17:41:27.235 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:41:27.235 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (5m) 93s ago 7m - - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:41:27.236 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (7m) 93s ago 7m - - 15.2.13 2cf504fded39 a89a4c86971c 2024-02-06T17:41:27.236 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (6m) 11s ago 6m - - 15.2.13 2cf504fded39 e7fb31e4b6d5 2024-02-06T17:41:27.236 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (5m) 93s ago 7m - - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:41:27.236 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (2m) 93s ago 2m - - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:41:27.236 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (2m) 11s ago 2m - - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:41:27.236 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 running (9m) 93s ago 9m - - 15.2.13 2cf504fded39 259ce6ec69fc 2024-02-06T17:41:27.236 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 running (17s) 11s ago 7m - - 16.2.14-512-gce0a401e 3dc0b58dc7ab a85a0293b07b 2024-02-06T17:41:27.236 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (9m) 93s ago 9m - 2048M 15.2.13 2cf504fded39 a92c4575f969 2024-02-06T17:41:27.236 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (7m) 11s ago 7m - 2048M 15.2.13 2cf504fded39 e5074f0dd591 2024-02-06T17:41:27.236 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.ganesha-foo.smithi019 smithi019 running (2m) 93s ago 2m - - 3.3 2cf504fded39 665c61c7265c 2024-02-06T17:41:27.236 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.ganesha-foo.smithi103 smithi103 running (2m) 11s ago 2m - - 3.3 2cf504fded39 30aa8b1fbed4 2024-02-06T17:41:27.236 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (6m) 93s ago 6m - - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:41:27.237 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (6m) 11s ago 6m - - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:41:27.237 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (6m) 93s ago 6m - 4096M 15.2.13 2cf504fded39 30880daac887 2024-02-06T17:41:27.237 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (6m) 93s ago 6m - 4096M 15.2.13 2cf504fded39 117662ecaaa9 2024-02-06T17:41:27.237 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (5m) 93s ago 5m - 4096M 15.2.13 2cf504fded39 10f80ae626ee 2024-02-06T17:41:27.237 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (5m) 93s ago 5m - 4096M 15.2.13 2cf504fded39 d91107b31630 2024-02-06T17:41:27.237 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (5m) 11s ago 5m - 4096M 15.2.13 2cf504fded39 1b3bc00a3569 2024-02-06T17:41:27.237 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (4m) 11s ago 4m - 4096M 15.2.13 2cf504fded39 6804e0615190 2024-02-06T17:41:27.237 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (4m) 11s ago 4m - 4096M 15.2.13 2cf504fded39 45fcd81af22b 2024-02-06T17:41:27.237 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (4m) 11s ago 4m - 4096M 15.2.13 2cf504fded39 b2084015ed6c 2024-02-06T17:41:27.237 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (6m) 11s ago 6m - - 2.18.1 de242295e225 a589ae3345ff 2024-02-06T17:41:27.762 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:41:27.762 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:41:27.762 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:41:27.763 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:41:27.764 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:41:28.036 INFO:teuthology.orchestra.run.smithi019.stdout: 5 98130 13.78 MB/sec execute 2 sec latency 36.241 ms 2024-02-06T17:41:28.201 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:41:28.201 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T17:41:28.201 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:41:28.201 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:41:28.201 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2024-02-06T17:41:28.201 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "", 2024-02-06T17:41:28.202 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "", 2024-02-06T17:41:28.202 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:41:28.202 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:41:29.036 INFO:teuthology.orchestra.run.smithi019.stdout: 5 99131 22.12 MB/sec execute 3 sec latency 23.489 ms 2024-02-06T17:41:30.036 INFO:teuthology.orchestra.run.smithi019.stdout: 5 99816 22.26 MB/sec execute 4 sec latency 23.209 ms 2024-02-06T17:41:31.036 INFO:teuthology.orchestra.run.smithi019.stdout: 5 100325 18.81 MB/sec execute 5 sec latency 36.049 ms 2024-02-06T17:41:32.036 INFO:teuthology.orchestra.run.smithi019.stdout: 5 100874 18.66 MB/sec execute 6 sec latency 35.062 ms 2024-02-06T17:41:33.036 INFO:teuthology.orchestra.run.smithi019.stdout: 5 101583 17.22 MB/sec execute 7 sec latency 38.456 ms 2024-02-06T17:41:34.036 INFO:teuthology.orchestra.run.smithi019.stdout: 5 102008 16.96 MB/sec execute 8 sec latency 21.192 ms 2024-02-06T17:41:35.037 INFO:teuthology.orchestra.run.smithi019.stdout: 5 102853 18.96 MB/sec execute 9 sec latency 31.079 ms 2024-02-06T17:41:36.039 INFO:teuthology.orchestra.run.smithi019.stdout: 5 103296 18.41 MB/sec execute 10 sec latency 37.814 ms 2024-02-06T17:41:37.039 INFO:teuthology.orchestra.run.smithi019.stdout: 5 103750 17.05 MB/sec execute 11 sec latency 37.066 ms 2024-02-06T17:41:38.040 INFO:teuthology.orchestra.run.smithi019.stdout: 5 104142 16.47 MB/sec execute 12 sec latency 39.025 ms 2024-02-06T17:41:39.040 INFO:teuthology.orchestra.run.smithi019.stdout: 5 104706 16.27 MB/sec execute 13 sec latency 34.045 ms 2024-02-06T17:41:40.040 INFO:teuthology.orchestra.run.smithi019.stdout: 5 105235 15.60 MB/sec execute 14 sec latency 29.575 ms 2024-02-06T17:41:41.040 INFO:teuthology.orchestra.run.smithi019.stdout: 5 105628 15.68 MB/sec execute 15 sec latency 27.136 ms 2024-02-06T17:41:42.040 INFO:teuthology.orchestra.run.smithi019.stdout: 5 106255 16.30 MB/sec execute 16 sec latency 66.843 ms 2024-02-06T17:41:43.040 INFO:teuthology.orchestra.run.smithi019.stdout: 5 106708 16.35 MB/sec execute 17 sec latency 89.004 ms 2024-02-06T17:41:44.040 INFO:teuthology.orchestra.run.smithi019.stdout: 5 107042 15.61 MB/sec execute 18 sec latency 66.252 ms 2024-02-06T17:41:45.040 INFO:teuthology.orchestra.run.smithi019.stdout: 5 107320 14.92 MB/sec execute 19 sec latency 57.858 ms 2024-02-06T17:41:46.040 INFO:teuthology.orchestra.run.smithi019.stdout: 5 107506 14.43 MB/sec execute 20 sec latency 355.986 ms 2024-02-06T17:41:47.040 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108291 14.64 MB/sec execute 21 sec latency 30.606 ms 2024-02-06T17:41:48.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 14.26 MB/sec execute 22 sec latency 340.397 ms 2024-02-06T17:41:49.041 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 13.64 MB/sec execute 23 sec latency 1340.430 ms 2024-02-06T17:41:50.040 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 13.07 MB/sec execute 24 sec latency 2340.487 ms 2024-02-06T17:41:51.041 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 12.55 MB/sec execute 25 sec latency 3340.558 ms 2024-02-06T17:41:52.041 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 12.07 MB/sec execute 26 sec latency 4340.585 ms 2024-02-06T17:41:53.041 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 11.62 MB/sec execute 27 sec latency 5340.668 ms 2024-02-06T17:41:54.041 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 11.20 MB/sec execute 28 sec latency 6340.768 ms 2024-02-06T17:41:55.041 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 10.82 MB/sec execute 29 sec latency 7340.861 ms 2024-02-06T17:41:56.041 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 10.46 MB/sec execute 30 sec latency 8340.951 ms 2024-02-06T17:41:57.041 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 10.12 MB/sec execute 31 sec latency 9341.065 ms 2024-02-06T17:41:58.041 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 9.80 MB/sec execute 32 sec latency 10341.170 ms 2024-02-06T17:41:58.550 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:41:59.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 9.51 MB/sec execute 33 sec latency 11341.213 ms 2024-02-06T17:41:59.134 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:41:59.134 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (6m) 14s ago 8m 18.1M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:41:59.134 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (8m) 14s ago 8m 6349k - 15.2.13 2cf504fded39 a89a4c86971c 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (6m) 14s ago 6m 6349k - 15.2.13 2cf504fded39 e7fb31e4b6d5 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (6m) 14s ago 7m 37.2M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (2m) 14s ago 2m 13.4M - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (3m) 14s ago 3m 37.8M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 running (9m) 14s ago 9m 303M - 15.2.13 2cf504fded39 259ce6ec69fc 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 running (49s) 14s ago 7m 416M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a85a0293b07b 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (9m) 14s ago 9m 53.2M 2048M 15.2.13 2cf504fded39 a92c4575f969 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (7m) 14s ago 7m 50.0M 2048M 15.2.13 2cf504fded39 e5074f0dd591 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 starting - - - - 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 starting - - - - 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (7m) 14s ago 7m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (7m) 14s ago 7m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (7m) 14s ago 7m 131M 4096M 15.2.13 2cf504fded39 30880daac887 2024-02-06T17:41:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (6m) 14s ago 6m 301M 4096M 15.2.13 2cf504fded39 117662ecaaa9 2024-02-06T17:41:59.136 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (6m) 14s ago 6m 247M 4096M 15.2.13 2cf504fded39 10f80ae626ee 2024-02-06T17:41:59.136 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (5m) 14s ago 5m 370M 4096M 15.2.13 2cf504fded39 d91107b31630 2024-02-06T17:41:59.136 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (5m) 14s ago 5m 378M 4096M 15.2.13 2cf504fded39 1b3bc00a3569 2024-02-06T17:41:59.136 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (5m) 14s ago 5m 151M 4096M 15.2.13 2cf504fded39 6804e0615190 2024-02-06T17:41:59.136 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (4m) 14s ago 4m 342M 4096M 15.2.13 2cf504fded39 45fcd81af22b 2024-02-06T17:41:59.136 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (4m) 14s ago 4m 238M 4096M 15.2.13 2cf504fded39 b2084015ed6c 2024-02-06T17:41:59.136 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (7m) 14s ago 7m 40.3M - 2.18.1 de242295e225 a589ae3345ff 2024-02-06T17:41:59.484 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:41:59.484 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:41:59.485 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:41:59.485 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:41:59.485 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:41:59.485 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-06T17:41:59.485 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:41:59.485 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:41:59.485 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:41:59.485 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T17:41:59.486 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:41:59.486 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:41:59.486 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:41:59.486 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:41:59.486 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:41:59.486 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-06T17:41:59.486 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:41:59.486 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:41:59.486 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:41:59.774 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:41:59.774 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T17:41:59.774 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:41:59.774 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:41:59.775 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2024-02-06T17:41:59.775 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "", 2024-02-06T17:41:59.775 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "", 2024-02-06T17:41:59.775 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:41:59.775 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:42:00.041 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 9.23 MB/sec execute 34 sec latency 12341.250 ms 2024-02-06T17:42:01.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 8.96 MB/sec execute 35 sec latency 13341.302 ms 2024-02-06T17:42:02.041 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 8.71 MB/sec execute 36 sec latency 14341.344 ms 2024-02-06T17:42:03.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 8.48 MB/sec execute 37 sec latency 15341.446 ms 2024-02-06T17:42:04.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 8.26 MB/sec execute 38 sec latency 16341.559 ms 2024-02-06T17:42:05.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 8.04 MB/sec execute 39 sec latency 17341.656 ms 2024-02-06T17:42:06.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 7.84 MB/sec execute 40 sec latency 18341.728 ms 2024-02-06T17:42:07.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 7.65 MB/sec execute 41 sec latency 19341.835 ms 2024-02-06T17:42:08.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 7.47 MB/sec execute 42 sec latency 20341.884 ms 2024-02-06T17:42:09.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 7.30 MB/sec execute 43 sec latency 21341.988 ms 2024-02-06T17:42:10.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 7.13 MB/sec execute 44 sec latency 22342.113 ms 2024-02-06T17:42:11.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 6.97 MB/sec execute 45 sec latency 23342.163 ms 2024-02-06T17:42:12.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 6.82 MB/sec execute 46 sec latency 24342.269 ms 2024-02-06T17:42:13.042 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 6.68 MB/sec execute 47 sec latency 25342.362 ms 2024-02-06T17:42:14.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 6.54 MB/sec execute 48 sec latency 26342.432 ms 2024-02-06T17:42:15.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 6.40 MB/sec execute 49 sec latency 27342.534 ms 2024-02-06T17:42:16.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 6.27 MB/sec execute 50 sec latency 28342.607 ms 2024-02-06T17:42:17.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 6.15 MB/sec execute 51 sec latency 29342.645 ms 2024-02-06T17:42:18.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 6.03 MB/sec execute 52 sec latency 30342.691 ms 2024-02-06T17:42:19.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 5.92 MB/sec execute 53 sec latency 31342.745 ms 2024-02-06T17:42:20.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 5.81 MB/sec execute 54 sec latency 32342.774 ms 2024-02-06T17:42:21.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 5.70 MB/sec execute 55 sec latency 33342.870 ms 2024-02-06T17:42:22.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 5.60 MB/sec execute 56 sec latency 34342.967 ms 2024-02-06T17:42:23.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 5.50 MB/sec execute 57 sec latency 35343.031 ms 2024-02-06T17:42:24.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 5.41 MB/sec execute 58 sec latency 36343.070 ms 2024-02-06T17:42:25.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 5.32 MB/sec execute 59 sec latency 37343.163 ms 2024-02-06T17:42:26.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 5.23 MB/sec execute 60 sec latency 38343.211 ms 2024-02-06T17:42:27.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 5.14 MB/sec execute 61 sec latency 39343.317 ms 2024-02-06T17:42:28.043 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 5.06 MB/sec execute 62 sec latency 40343.435 ms 2024-02-06T17:42:29.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.98 MB/sec execute 63 sec latency 41343.483 ms 2024-02-06T17:42:30.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.90 MB/sec execute 64 sec latency 42343.530 ms 2024-02-06T17:42:30.088 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:42:30.655 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:42:30.655 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (6m) 27s ago 8m 18.1M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:42:30.655 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (8m) 27s ago 8m 6349k - 15.2.13 2cf504fded39 a89a4c86971c 2024-02-06T17:42:30.655 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (7m) 27s ago 7m 6349k - 15.2.13 2cf504fded39 e7fb31e4b6d5 2024-02-06T17:42:30.655 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (6m) 27s ago 8m 36.6M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:42:30.655 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (3m) 27s ago 3m 13.5M - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (3m) 27s ago 3m 37.8M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 running (10m) 27s ago 10m 303M - 15.2.13 2cf504fded39 259ce6ec69fc 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 running (80s) 27s ago 8m 428M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a85a0293b07b 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (10m) 27s ago 10m 49.9M 2048M 15.2.13 2cf504fded39 a92c4575f969 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (8m) 27s ago 8m 42.3M 2048M 15.2.13 2cf504fded39 e5074f0dd591 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (38s) 27s ago 38s 53.8M - 3.3 2cf504fded39 adf1dd107571 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (33s) 27s ago 32s 18.7M - 3.3 2cf504fded39 b4b433e0c555 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (7m) 27s ago 7m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (7m) 27s ago 7m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (7m) 27s ago 7m 165M 4096M 15.2.13 2cf504fded39 30880daac887 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (7m) 27s ago 7m 316M 4096M 15.2.13 2cf504fded39 117662ecaaa9 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (6m) 27s ago 6m 250M 4096M 15.2.13 2cf504fded39 10f80ae626ee 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (6m) 27s ago 6m 135M 4096M 15.2.13 2cf504fded39 d91107b31630 2024-02-06T17:42:30.656 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (6m) 27s ago 6m 386M 4096M 15.2.13 2cf504fded39 1b3bc00a3569 2024-02-06T17:42:30.657 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (5m) 27s ago 5m 169M 4096M 15.2.13 2cf504fded39 6804e0615190 2024-02-06T17:42:30.657 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (5m) 27s ago 5m 351M 4096M 15.2.13 2cf504fded39 45fcd81af22b 2024-02-06T17:42:30.657 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (5m) 27s ago 5m 255M 4096M 15.2.13 2cf504fded39 b2084015ed6c 2024-02-06T17:42:30.657 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 starting - - - - 2024-02-06T17:42:30.996 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:42:30.996 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:42:30.996 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:42:30.996 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:42:30.996 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:42:30.996 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-06T17:42:30.996 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:42:30.997 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:42:30.997 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:42:30.997 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T17:42:30.997 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:42:30.997 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:42:30.997 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:42:30.997 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:42:30.997 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:42:30.997 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-06T17:42:30.997 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:42:30.997 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:42:30.997 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:42:31.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.83 MB/sec execute 65 sec latency 43343.566 ms 2024-02-06T17:42:31.281 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:42:31.281 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:42:31.281 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:42:31.281 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:42:31.281 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [], 2024-02-06T17:42:31.281 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "1/23 daemons upgraded", 2024-02-06T17:42:31.281 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading mgr daemons", 2024-02-06T17:42:31.281 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:42:31.281 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:42:32.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.75 MB/sec execute 66 sec latency 44343.619 ms 2024-02-06T17:42:33.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.68 MB/sec execute 67 sec latency 45343.731 ms 2024-02-06T17:42:34.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.61 MB/sec execute 68 sec latency 46343.793 ms 2024-02-06T17:42:35.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.55 MB/sec execute 69 sec latency 47343.829 ms 2024-02-06T17:42:36.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.48 MB/sec execute 70 sec latency 48343.868 ms 2024-02-06T17:42:37.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.42 MB/sec execute 71 sec latency 49343.917 ms 2024-02-06T17:42:38.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.36 MB/sec execute 72 sec latency 50343.954 ms 2024-02-06T17:42:39.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.30 MB/sec execute 73 sec latency 51343.991 ms 2024-02-06T17:42:40.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.24 MB/sec execute 74 sec latency 52344.077 ms 2024-02-06T17:42:41.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.18 MB/sec execute 75 sec latency 53344.131 ms 2024-02-06T17:42:42.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.13 MB/sec execute 76 sec latency 54344.231 ms 2024-02-06T17:42:43.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.07 MB/sec execute 77 sec latency 55344.267 ms 2024-02-06T17:42:44.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 4.02 MB/sec execute 78 sec latency 56344.307 ms 2024-02-06T17:42:45.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.97 MB/sec execute 79 sec latency 57344.395 ms 2024-02-06T17:42:46.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.92 MB/sec execute 80 sec latency 58344.501 ms 2024-02-06T17:42:47.044 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.87 MB/sec execute 81 sec latency 59344.556 ms 2024-02-06T17:42:48.045 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.83 MB/sec execute 82 sec latency 60344.626 ms 2024-02-06T17:42:49.045 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.78 MB/sec execute 83 sec latency 61344.687 ms 2024-02-06T17:42:50.045 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.74 MB/sec execute 84 sec latency 62344.716 ms 2024-02-06T17:42:51.045 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.69 MB/sec execute 85 sec latency 63344.802 ms 2024-02-06T17:42:52.045 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.65 MB/sec execute 86 sec latency 64344.897 ms 2024-02-06T17:42:53.045 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.61 MB/sec execute 87 sec latency 65344.953 ms 2024-02-06T17:42:54.045 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.57 MB/sec execute 88 sec latency 66345.056 ms 2024-02-06T17:42:55.045 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.53 MB/sec execute 89 sec latency 67345.153 ms 2024-02-06T17:42:56.045 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.49 MB/sec execute 90 sec latency 68345.226 ms 2024-02-06T17:42:57.045 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.45 MB/sec execute 91 sec latency 69345.345 ms 2024-02-06T17:42:58.046 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.41 MB/sec execute 92 sec latency 70345.402 ms 2024-02-06T17:42:59.045 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.37 MB/sec execute 93 sec latency 71345.452 ms 2024-02-06T17:43:00.046 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.34 MB/sec execute 94 sec latency 72345.567 ms 2024-02-06T17:43:01.046 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.30 MB/sec execute 95 sec latency 73345.680 ms 2024-02-06T17:43:01.590 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:43:02.046 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.27 MB/sec execute 96 sec latency 74346.111 ms 2024-02-06T17:43:02.155 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:43:02.155 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (7m) 9s ago 9m 20.2M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:43:02.155 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (9m) 9s ago 9m 6349k - 15.2.13 2cf504fded39 a89a4c86971c 2024-02-06T17:43:02.155 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (7m) 9s ago 7m 6349k - 15.2.13 2cf504fded39 e7fb31e4b6d5 2024-02-06T17:43:02.155 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (7m) 9s ago 8m 36.8M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:43:02.155 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (4m) 9s ago 4m 13.9M - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (4m) 9s ago 4m 38.2M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (28s) 9s ago 10m 416M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 running (112s) 9s ago 8m 382M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a85a0293b07b 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (10m) 9s ago 10m 52.9M 2048M 15.2.13 2cf504fded39 a92c4575f969 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (8m) 9s ago 8m 43.6M 2048M 15.2.13 2cf504fded39 e5074f0dd591 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (70s) 9s ago 69s 57.9M - 3.3 2cf504fded39 adf1dd107571 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (64s) 9s ago 64s 77.4M - 3.3 2cf504fded39 b4b433e0c555 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (8m) 9s ago 8m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (8m) 9s ago 8m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (8m) 9s ago 8m 165M 4096M 15.2.13 2cf504fded39 30880daac887 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (7m) 9s ago 7m 317M 4096M 15.2.13 2cf504fded39 117662ecaaa9 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (7m) 9s ago 7m 250M 4096M 15.2.13 2cf504fded39 10f80ae626ee 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (6m) 9s ago 6m 135M 4096M 15.2.13 2cf504fded39 d91107b31630 2024-02-06T17:43:02.156 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (6m) 9s ago 6m 386M 4096M 15.2.13 2cf504fded39 1b3bc00a3569 2024-02-06T17:43:02.157 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (6m) 9s ago 6m 170M 4096M 15.2.13 2cf504fded39 6804e0615190 2024-02-06T17:43:02.157 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (5m) 9s ago 5m 351M 4096M 15.2.13 2cf504fded39 45fcd81af22b 2024-02-06T17:43:02.157 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (5m) 9s ago 5m 256M 4096M 15.2.13 2cf504fded39 b2084015ed6c 2024-02-06T17:43:02.157 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (45s) 9s ago 8m 44.2M - 2.18.1 de242295e225 022e961862e3 2024-02-06T17:43:02.492 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:43:02.492 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:43:02.492 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:43:02.492 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:43:02.492 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:43:02.492 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:43:02.492 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:43:02.492 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:43:02.492 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T17:43:02.492 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:43:02.492 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:43:02.492 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:43:02.493 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:43:02.493 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:43:02.493 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-06T17:43:02.493 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:43:02.493 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:43:02.493 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:43:02.778 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:43:02.778 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:43:02.778 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:43:02.778 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:43:02.778 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:43:02.778 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr" 2024-02-06T17:43:02.778 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:43:02.779 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "2/23 daemons upgraded", 2024-02-06T17:43:02.779 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading mgr daemons", 2024-02-06T17:43:02.779 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:43:02.779 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:43:03.046 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.23 MB/sec execute 97 sec latency 75346.160 ms 2024-02-06T17:43:04.046 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.20 MB/sec execute 98 sec latency 76346.213 ms 2024-02-06T17:43:05.046 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.17 MB/sec execute 99 sec latency 77346.261 ms 2024-02-06T17:43:06.046 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.14 MB/sec execute 100 sec latency 78346.351 ms 2024-02-06T17:43:07.047 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.11 MB/sec execute 101 sec latency 79346.441 ms 2024-02-06T17:43:08.047 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.08 MB/sec execute 102 sec latency 80346.667 ms 2024-02-06T17:43:09.047 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.05 MB/sec execute 103 sec latency 81346.781 ms 2024-02-06T17:43:10.047 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 3.02 MB/sec execute 104 sec latency 82346.891 ms 2024-02-06T17:43:11.047 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.99 MB/sec execute 105 sec latency 83346.962 ms 2024-02-06T17:43:12.047 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.96 MB/sec execute 106 sec latency 84347.062 ms 2024-02-06T17:43:13.047 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.93 MB/sec execute 107 sec latency 85347.164 ms 2024-02-06T17:43:14.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.91 MB/sec execute 108 sec latency 86347.199 ms 2024-02-06T17:43:15.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.88 MB/sec execute 109 sec latency 87347.757 ms 2024-02-06T17:43:16.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.85 MB/sec execute 110 sec latency 88347.784 ms 2024-02-06T17:43:16.725 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:16 smithi019 systemd[1]: Stopping Ceph mon.smithi019 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:43:17.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.83 MB/sec execute 111 sec latency 89347.878 ms 2024-02-06T17:43:17.870 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:17 smithi019 bash[69250]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon.smithi019 2024-02-06T17:43:17.870 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:17 smithi019 bash[69313]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon.smithi019 2024-02-06T17:43:18.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.80 MB/sec execute 112 sec latency 90347.919 ms 2024-02-06T17:43:18.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 systemd[1]: ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi019.service: Succeeded. 2024-02-06T17:43:18.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 systemd[1]: Stopped Ceph mon.smithi019 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:43:18.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 systemd[1]: Starting Ceph mon.smithi019 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:43:18.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.628+0000 7f238e7b6880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-06T17:43:18.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.628+0000 7f238e7b6880 0 ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable), process ceph-mon, pid 1 2024-02-06T17:43:18.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.628+0000 7f238e7b6880 0 pidfile_write: ignore empty --pid-file 2024-02-06T17:43:18.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.632+0000 7f238e7b6880 0 load: jerasure load: lrc load: isa 2024-02-06T17:43:18.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: RocksDB version: 6.8.1 2024-02-06T17:43:18.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-06T17:43:18.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Compile date Feb 2 2024 2024-02-06T17:43:18.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: DB SUMMARY 2024-02-06T17:43:18.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: CURRENT file: CURRENT 2024-02-06T17:43:18.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 566 Bytes 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi019/store.db dir, Total Num: 1, files: 000020.sst 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi019/store.db: 000018.log size: 4176414 ; 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.error_if_exists: 0 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.create_if_missing: 0 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.paranoid_checks: 1 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.env: 0x56212d092080 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.fs: Posix File System 2024-02-06T17:43:18.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.info_log: 0x56212e9e4520 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.statistics: (nil) 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.use_fsync: 0 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.max_log_file_size: 0 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.allow_fallocate: 1 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.use_direct_reads: 0 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-06T17:43:18.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.db_log_dir: 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi019/store.db 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.max_subcompactions: 1 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.max_background_flushes: -1 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.write_buffer_manager: 0x56212f6d8420 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-06T17:43:18.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.unordered_write: 0 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.row_cache: None 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.wal_filter: None 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-06T17:43:18.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.preserve_deletes: 0 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.two_write_queues: 0 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.atomic_flush: 0 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.log_readahead_size: 0 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.max_background_jobs: 2 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.max_background_compactions: -1 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-06T17:43:18.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.max_open_files: -1 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Compression algorithms supported: 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: kZSTD supported: 0 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: kXpressCompression supported: 0 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: kLZ4Compression supported: 1 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: kBZip2Compression supported: 0 2024-02-06T17:43:18.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: kZlibCompression supported: 1 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: kSnappyCompression supported: 1 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.633+0000 7f238e7b6880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi019/store.db/MANIFEST-000008 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.merge_operator: 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compaction_filter: None 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56212e989d28) 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cache_index_and_filter_blocks: 1 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-06T17:43:18.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: pin_top_level_index_and_filter: 1 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: index_type: 0 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: data_block_index_type: 0 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: index_shortening: 1 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: data_block_hash_table_util_ratio: 0.750000 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: hash_index_allow_collision: 1 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: checksum: 1 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: no_block_cache: 0 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: block_cache: 0x56212e9bef10 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: block_cache_name: BinnedLRUCache 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: block_cache_options: 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: capacity : 536870912 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: num_shard_bits : 4 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: strict_capacity_limit : 0 2024-02-06T17:43:18.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: high_pri_pool_ratio: 0.000 2024-02-06T17:43:18.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: block_cache_compressed: (nil) 2024-02-06T17:43:18.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: persistent_cache: (nil) 2024-02-06T17:43:18.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: block_size: 4096 2024-02-06T17:43:18.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: block_size_deviation: 10 2024-02-06T17:43:18.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: block_restart_interval: 16 2024-02-06T17:43:18.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: index_block_restart_interval: 1 2024-02-06T17:43:18.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: metadata_block_size: 4096 2024-02-06T17:43:18.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: partition_filters: 0 2024-02-06T17:43:18.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: use_delta_encoding: 1 2024-02-06T17:43:18.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-06T17:43:18.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: whole_key_filtering: 1 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: verify_compression: 0 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: read_amp_bytes_per_bit: 0 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: format_version: 2 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: enable_index_compression: 1 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: block_align: 0 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compression: NoCompression 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.num_levels: 7 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-06T17:43:18.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-06T17:43:18.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-06T17:43:18.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.table_properties_collectors: 2024-02-06T17:43:18.944 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.inplace_update_support: 0 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.bloom_locality: 0 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.max_successive_merges: 0 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.ttl: 2592000 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi019/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 22, last_sequence is 9263, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-06T17:43:18.945 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707241398635570, "job": 1, "event": "recovery_started", "log_files": [18]} 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.634+0000 7f238e7b6880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.638+0000 7f238e7b6880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.644+0000 7f238e7b6880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707241398644678, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 22, "file_size": 4091742, "table_properties": {"data_size": 4085250, "index_size": 4964, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 709, "raw_key_size": 5469, "raw_average_key_size": 21, "raw_value_size": 4077684, "raw_average_value_size": 16117, "num_data_blocks": 156, "num_entries": 253, "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": 1707241398, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.644+0000 7f238e7b6880 4 rocksdb: [version_set.cc:3826] Creating manifest 23 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.644+0000 7f238e7b6880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.645+0000 7f238e7b6880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707241398646161, "job": 1, "event": "recovery_finished"} 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.646+0000 7f238e7b6880 4 rocksdb: DB pointer 0x56212ea87800 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.646+0000 7f23755a7700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.646+0000 7f23755a7700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: ** DB Stats ** 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:43:18.946 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: ** Compaction Stats [default] ** 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: L0 1/0 3.90 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 710.5 0.01 0.00 1 0.005 0 0 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: L6 1/0 24.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-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Sum 2/0 28.03 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 710.5 0.01 0.00 1 0.005 0 0 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 710.5 0.01 0.00 1 0.005 0 0 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: ** Compaction Stats [default] ** 2024-02-06T17:43:18.947 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-06T17:43:18.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:43:18.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 710.5 0.01 0.00 1 0.005 0 0 2024-02-06T17:43:18.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:43:18.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Flush(GB): cumulative 0.004, interval 0.004 2024-02-06T17:43:18.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:43:18.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:43:18.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:43:18.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:43:18.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Cumulative compaction: 0.00 GB write, 311.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:43:18.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Interval compaction: 0.00 GB write, 311.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:43:18.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-06T17:43:18.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.948 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: ** Compaction Stats [default] ** 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: L0 1/0 3.90 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 710.5 0.01 0.00 1 0.005 0 0 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: L6 1/0 24.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-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Sum 2/0 28.03 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 710.5 0.01 0.00 1 0.005 0 0 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: ** Compaction Stats [default] ** 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 710.5 0.01 0.00 1 0.005 0 0 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Flush(GB): cumulative 0.004, interval 0.000 2024-02-06T17:43:18.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Cumulative compaction: 0.00 GB write, 310.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.647+0000 7f238e7b6880 0 starting mon.smithi019 rank 0 at public addrs [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] at bind addrs [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi019 fsid 9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.648+0000 7f238e7b6880 1 mon.smithi019@-1(???) e2 preinit fsid 9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.648+0000 7f238e7b6880 0 mon.smithi019@-1(???).mds e9 new map 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.648+0000 7f238e7b6880 0 mon.smithi019@-1(???).mds e9 print_map 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: e9 2024-02-06T17:43:18.950 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: legacy client fscid: 1 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Filesystem 'foofs' (1) 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: fs_name foofs 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: epoch 9 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: flags 12 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: created 2024-02-06T17:38:54.858661+0000 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: modified 2024-02-06T17:42:58.407667+0000 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: tableserver 0 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: root 0 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: session_timeout 60 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: session_autoclose 300 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: max_file_size 1099511627776 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: required_client_features {} 2024-02-06T17:43:18.951 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: last_failure 0 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: last_failure_osd_epoch 0 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: max_mds 1 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: in 0 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: up {0=24313} 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: failed 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: damaged 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: stopped 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: data_pools [3] 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: metadata_pool 2 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: inline_data disabled 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: balancer 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: standby_count_wanted 1 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: [mds.foofs.smithi103.xlxcbt{0:24313} state up:active seq 62 join_fscid=1 addr [v2:172.21.15.103:6832/2411494068,v1:172.21.15.103:6833/2411494068] compat {c=[1],r=[1],i=[7ff]}] 2024-02-06T17:43:18.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: Standby daemons: 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: [mds.foofs.smithi019.mpqmyy{-1:14458} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532] compat {c=[1],r=[1],i=[7ff]}] 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.648+0000 7f238e7b6880 0 mon.smithi019@-1(???).osd e65 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.648+0000 7f238e7b6880 0 mon.smithi019@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.648+0000 7f238e7b6880 0 mon.smithi019@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.648+0000 7f238e7b6880 0 mon.smithi019@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:14.358034+0000 mgr.smithi019.gohzab (mgr.14748) 29 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 298 MiB data, 901 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:14.434275+0000 mon.smithi019 (mon.0) 989 : cluster [DBG] mgrmap e36: smithi019.gohzab(active, since 34s), standbys: smithi103.bisajp 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:14.896060+0000 mgr.smithi019.gohzab (mgr.14748) 30 : cephadm [INF] Upgrade: Updating mon.smithi019 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:14.900468+0000 mon.smithi019 (mon.0) 990 : audit [INF] from='mgr.14748 172.21.15.19:0/2422223024' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:14.901151+0000 mon.smithi019 (mon.0) 991 : audit [INF] from='mgr.14748 172.21.15.19:0/2422223024' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:14.901768+0000 mon.smithi019 (mon.0) 992 : audit [DBG] from='mgr.14748 172.21.15.19:0/2422223024' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:43:18.953 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:14.902377+0000 mon.smithi019 (mon.0) 993 : audit [DBG] from='mgr.14748 172.21.15.19:0/2422223024' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:18.954 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:14.902968+0000 mgr.smithi019.gohzab (mgr.14748) 31 : cephadm [INF] Deploying daemon mon.smithi019 on smithi019 2024-02-06T17:43:18.954 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:14.903341+0000 mon.smithi019 (mon.0) 994 : audit [DBG] from='mgr.14748 172.21.15.19:0/2422223024' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "container_image"}]: dispatch 2024-02-06T17:43:18.954 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:18.648+0000 7f238e7b6880 1 mon.smithi019@-1(???).paxosservice(auth 1..38) refresh upgraded, format 0 -> 3 2024-02-06T17:43:18.954 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 bash[69459]: 1b03fa9aafb8b75defedc8aa2f4e8b6cb6520ffc0ecf2667f31bae7c223cb09e 2024-02-06T17:43:18.954 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:18 smithi019 systemd[1]: Started Ceph mon.smithi019 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:43:19.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.78 MB/sec execute 113 sec latency 91348.011 ms 2024-02-06T17:43:20.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.75 MB/sec execute 114 sec latency 92348.074 ms 2024-02-06T17:43:20.396 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:43:20.128+0000 7f237a5b1700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-06T17:43:20.396 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:16.719812+0000 mon.smithi103 (mon.1) 255 : audit [DBG] from='mgr.14748 172.21.15.19:0/2422223024' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-02-06T17:43:20.396 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:16.721796+0000 mon.smithi103 (mon.1) 256 : audit [DBG] from='mgr.14748 172.21.15.19:0/2422223024' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2024-02-06T17:43:20.396 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:17.673188+0000 mds.foofs.smithi103.xlxcbt (mds.0) 14 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 80.798255 secs 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:18.359228+0000 mgr.smithi019.gohzab (mgr.14748) 33 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 298 MiB data, 901 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.057636+0000 mon.smithi019 (mon.0) 1 : cluster [INF] mon.smithi019 calling monitor election 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.072356+0000 mon.smithi019 (mon.0) 2 : cluster [INF] mon.smithi019 is new leader, mons smithi019,smithi103 in quorum (ranks 0,1) 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.076609+0000 mon.smithi019 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],smithi103=[v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0]} removed_ranks: {} 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.077139+0000 mon.smithi019 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi103.xlxcbt=up:active} 1 up:standby 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.077180+0000 mon.smithi019 (mon.0) 5 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.078300+0000 mon.smithi019 (mon.0) 6 : cluster [DBG] mgrmap e36: smithi019.gohzab(active, since 39s), standbys: smithi103.bisajp 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.079098+0000 mon.smithi019 (mon.0) 7 : cluster [WRN] daemon mds.foofs.smithi103.xlxcbt compat changed unexpectedly 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.087514+0000 mon.smithi019 (mon.0) 8 : cluster [DBG] mgrmap e37: smithi019.gohzab(active, since 39s), standbys: smithi103.bisajp 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.088433+0000 mon.smithi019 (mon.0) 9 : cluster [WRN] Health detail: HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.088460+0000 mon.smithi019 (mon.0) 10 : cluster [WRN] [WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.088478+0000 mon.smithi019 (mon.0) 11 : cluster [WRN] mds.foofs.smithi103.xlxcbt(mds.0): Client smithi019:foo1 failing to respond to capability release client_id: 14522 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.088502+0000 mon.smithi019 (mon.0) 12 : cluster [WRN] [WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-02-06T17:43:20.397 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.088518+0000 mon.smithi019 (mon.0) 13 : cluster [WRN] mds.foofs.smithi103.xlxcbt(mds.0): 1 slow requests are blocked > 30 secs 2024-02-06T17:43:20.398 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.088572+0000 mon.smithi019 (mon.0) 14 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-06T17:43:20.398 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:20.095866+0000 mon.smithi019 (mon.0) 15 : audit [INF] from='mgr.14748 ' entity='' 2024-02-06T17:43:20.398 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:20.096335+0000 mon.smithi019 (mon.0) 16 : audit [INF] from='mgr.14748 ' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-06T17:43:21.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.73 MB/sec execute 115 sec latency 93348.108 ms 2024-02-06T17:43:21.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.129554+0000 mon.smithi019 (mon.0) 17 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-06T17:43:21.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.129582+0000 mon.smithi019 (mon.0) 18 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-06T17:43:21.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.129606+0000 mon.smithi019 (mon.0) 19 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2024-02-06T17:43:21.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.129629+0000 mon.smithi019 (mon.0) 20 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-02-06T17:43:21.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.137342+0000 mon.smithi019 (mon.0) 21 : cluster [INF] Standby daemon mds.foofs.smithi019.mpqmyy assigned to filesystem foofs as rank 0 2024-02-06T17:43:21.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.137451+0000 mon.smithi019 (mon.0) 22 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-06T17:43:21.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.137473+0000 mon.smithi019 (mon.0) 23 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-06T17:43:21.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.137699+0000 mon.smithi019 (mon.0) 24 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-06T17:43:21.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:20.141062+0000 mon.smithi019 (mon.0) 25 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:replay} 2024-02-06T17:43:21.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:21.088181+0000 mon.smithi019 (mon.0) 26 : cluster [DBG] mgrmap e38: smithi019.gohzab(active, since 40s), standbys: smithi103.bisajp 2024-02-06T17:43:22.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.70 MB/sec execute 116 sec latency 94348.159 ms 2024-02-06T17:43:22.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:21.139480+0000 mon.smithi019 (mon.0) 27 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-06T17:43:22.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:21.141341+0000 mds.foofs.smithi019.mpqmyy (mds.0) 1 : cluster [DBG] reconnect by client.14690 172.21.15.19:0/4074225623 after 0 2024-02-06T17:43:22.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:21.141395+0000 mds.foofs.smithi019.mpqmyy (mds.0) 2 : cluster [DBG] reconnect by client.24577 172.21.15.103:0/4288643275 after 0 2024-02-06T17:43:22.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:21.141900+0000 mon.smithi019 (mon.0) 28 : cluster [DBG] mds.? [v2:172.21.15.103:6832/793198764,v1:172.21.15.103:6833/793198764] up:boot 2024-02-06T17:43:22.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:21.141936+0000 mon.smithi019 (mon.0) 29 : cluster [DBG] mds.? [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532] up:reconnect 2024-02-06T17:43:22.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:21.141988+0000 mon.smithi019 (mon.0) 30 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:reconnect} 1 up:standby 2024-02-06T17:43:23.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.68 MB/sec execute 117 sec latency 95348.210 ms 2024-02-06T17:43:24.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.66 MB/sec execute 118 sec latency 96348.263 ms 2024-02-06T17:43:25.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.64 MB/sec execute 119 sec latency 97348.320 ms 2024-02-06T17:43:25.791 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:25.440046+0000 mon.smithi019 (mon.0) 31 : cluster [DBG] Standby manager daemon smithi103.bisajp restarted 2024-02-06T17:43:25.791 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:25.440133+0000 mon.smithi019 (mon.0) 32 : cluster [DBG] Standby manager daemon smithi103.bisajp started 2024-02-06T17:43:25.791 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:25.442454+0000 mon.smithi019 (mon.0) 33 : audit [DBG] from='mgr.? 172.21.15.103:0/1759413389' entity='mgr.smithi103.bisajp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi103.bisajp/crt"}]: dispatch 2024-02-06T17:43:25.791 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:25.443193+0000 mon.smithi019 (mon.0) 34 : audit [DBG] from='mgr.? 172.21.15.103:0/1759413389' entity='mgr.smithi103.bisajp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:43:25.791 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:25.445847+0000 mon.smithi019 (mon.0) 35 : audit [DBG] from='mgr.? 172.21.15.103:0/1759413389' entity='mgr.smithi103.bisajp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi103.bisajp/key"}]: dispatch 2024-02-06T17:43:25.791 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:25.446196+0000 mon.smithi019 (mon.0) 36 : audit [DBG] from='mgr.? 172.21.15.103:0/1759413389' entity='mgr.smithi103.bisajp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:43:26.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.61 MB/sec execute 120 sec latency 98348.369 ms 2024-02-06T17:43:26.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:25.494854+0000 mon.smithi019 (mon.0) 37 : cluster [DBG] mgrmap e39: smithi019.gohzab(active, since 45s), standbys: smithi103.bisajp 2024-02-06T17:43:26.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:25.804912+0000 mon.smithi019 (mon.0) 38 : cluster [INF] Active manager daemon smithi019.gohzab restarted 2024-02-06T17:43:26.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:25.805172+0000 mon.smithi019 (mon.0) 39 : cluster [INF] Activating manager daemon smithi019.gohzab 2024-02-06T17:43:26.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:25.812114+0000 mon.smithi019 (mon.0) 40 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-06T17:43:26.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:25.813189+0000 mon.smithi019 (mon.0) 41 : cluster [DBG] mgrmap e40: smithi019.gohzab(active, starting, since 0.00808545s), standbys: smithi103.bisajp 2024-02-06T17:43:27.048 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.59 MB/sec execute 121 sec latency 99348.472 ms 2024-02-06T17:43:28.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.57 MB/sec execute 122 sec latency 100348.581 ms 2024-02-06T17:43:29.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.55 MB/sec execute 123 sec latency 101348.689 ms 2024-02-06T17:43:30.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.53 MB/sec execute 124 sec latency 102348.787 ms 2024-02-06T17:43:31.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.51 MB/sec execute 125 sec latency 103348.872 ms 2024-02-06T17:43:32.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.49 MB/sec execute 126 sec latency 104348.917 ms 2024-02-06T17:43:32.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.813267+0000 mon.smithi019 (mon.0) 42 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-02-06T17:43:32.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.813532+0000 mon.smithi019 (mon.0) 43 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2024-02-06T17:43:32.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.814141+0000 mon.smithi019 (mon.0) 44 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi019.mpqmyy"}]: dispatch 2024-02-06T17:43:32.116 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.814430+0000 mon.smithi019 (mon.0) 45 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi103.xlxcbt"}]: dispatch 2024-02-06T17:43:32.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.814731+0000 mon.smithi019 (mon.0) 46 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mgr metadata", "who": "smithi019.gohzab", "id": "smithi019.gohzab"}]: dispatch 2024-02-06T17:43:32.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.815013+0000 mon.smithi019 (mon.0) 47 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mgr metadata", "who": "smithi103.bisajp", "id": "smithi103.bisajp"}]: dispatch 2024-02-06T17:43:32.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.815230+0000 mon.smithi019 (mon.0) 48 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:43:32.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.815526+0000 mon.smithi019 (mon.0) 49 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:43:32.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.815775+0000 mon.smithi019 (mon.0) 50 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:43:32.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.816029+0000 mon.smithi019 (mon.0) 51 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:43:32.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.816361+0000 mon.smithi019 (mon.0) 52 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:43:32.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.816637+0000 mon.smithi019 (mon.0) 53 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:43:32.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.816899+0000 mon.smithi019 (mon.0) 54 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:43:32.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.817163+0000 mon.smithi019 (mon.0) 55 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:43:32.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.817428+0000 mon.smithi019 (mon.0) 56 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T17:43:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.817720+0000 mon.smithi019 (mon.0) 57 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T17:43:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.818234+0000 mon.smithi019 (mon.0) 58 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T17:43:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.819139+0000 mon.smithi019 (mon.0) 59 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T17:43:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.820222+0000 mon.smithi019 (mon.0) 60 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-02-06T17:43:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.820620+0000 mon.smithi019 (mon.0) 61 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-06T17:43:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.821030+0000 mon.smithi019 (mon.0) 62 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-06T17:43:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.821400+0000 mon.smithi019 (mon.0) 63 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-06T17:43:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.821801+0000 mon.smithi019 (mon.0) 64 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi019"}]: dispatch 2024-02-06T17:43:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.822231+0000 mon.smithi019 (mon.0) 65 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi103"}]: dispatch 2024-02-06T17:43:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.822632+0000 mon.smithi019 (mon.0) 66 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-06T17:43:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.823024+0000 mon.smithi019 (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/nfs_migration_queue"}]: dispatch 2024-02-06T17:43:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.823383+0000 mon.smithi019 (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-06T17:43:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.823782+0000 mon.smithi019 (mon.0) 69 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.824159+0000 mon.smithi019 (mon.0) 70 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.824546+0000 mon.smithi019 (mon.0) 71 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.824918+0000 mon.smithi019 (mon.0) 72 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.825264+0000 mon.smithi019 (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.825607+0000 mon.smithi019 (mon.0) 74 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.825966+0000 mon.smithi019 (mon.0) 75 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.826313+0000 mon.smithi019 (mon.0) 76 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.826659+0000 mon.smithi019 (mon.0) 77 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.827032+0000 mon.smithi019 (mon.0) 78 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.827396+0000 mon.smithi019 (mon.0) 79 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.827749+0000 mon.smithi019 (mon.0) 80 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.828100+0000 mon.smithi019 (mon.0) 81 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.828484+0000 mon.smithi019 (mon.0) 82 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.828867+0000 mon.smithi019 (mon.0) 83 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:43:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.829219+0000 mon.smithi019 (mon.0) 84 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:43:32.120 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.829581+0000 mon.smithi019 (mon.0) 85 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-06T17:43:32.120 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.829963+0000 mon.smithi019 (mon.0) 86 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-06T17:43:32.120 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.830311+0000 mon.smithi019 (mon.0) 87 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2024-02-06T17:43:32.120 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.830651+0000 mon.smithi019 (mon.0) 88 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-06T17:43:32.120 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.831015+0000 mon.smithi019 (mon.0) 89 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-06T17:43:32.120 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:31.853633+0000 mon.smithi019 (mon.0) 90 : cluster [INF] Manager daemon smithi019.gohzab is now available 2024-02-06T17:43:33.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.47 MB/sec execute 127 sec latency 105348.964 ms 2024-02-06T17:43:33.087 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:43:33.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:31.912721+0000 mon.smithi019 (mon.0) 91 : cluster [DBG] mgrmap e41: smithi019.gohzab(active, since 6s), standbys: smithi103.bisajp 2024-02-06T17:43:33.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:31.919358+0000 mgr.smithi019.gohzab (mgr.34104) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:33.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.978057+0000 mon.smithi019 (mon.0) 92 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:43:33.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:31.979536+0000 mon.smithi019 (mon.0) 93 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:43:33.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:32.028281+0000 mon.smithi019 (mon.0) 94 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:33.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:32.032764+0000 mon.smithi019 (mon.0) 95 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.gohzab/mirror_snapshot_schedule"}]: dispatch 2024-02-06T17:43:33.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:32.040957+0000 mon.smithi019 (mon.0) 96 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.gohzab/trash_purge_schedule"}]: dispatch 2024-02-06T17:43:33.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:32.264396+0000 mon.smithi019 (mon.0) 97 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:43:33.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:32.264930+0000 mon.smithi019 (mon.0) 98 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:43:33.694 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:43:33.694 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (7m) 41s ago 9m 20.2M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:43:33.694 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (9m) 41s ago 9m 6349k - 15.2.13 2cf504fded39 a89a4c86971c 2024-02-06T17:43:33.694 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (8m) 20s ago 8m 6349k - 15.2.13 2cf504fded39 e7fb31e4b6d5 2024-02-06T17:43:33.694 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (7m) 41s ago 9m 36.8M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:43:33.694 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (4m) 41s ago 4m 13.9M - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (4m) 20s ago 4m 38.2M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (60s) 41s ago 11m 416M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (26s) 20s ago 9m 44.1M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 starting - - - 2048M 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (9m) 20s ago 9m 44.2M 2048M 15.2.13 2cf504fded39 e5074f0dd591 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (101s) 41s ago 101s 57.9M - 3.3 2cf504fded39 adf1dd107571 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (96s) 20s ago 95s 77.5M - 3.3 2cf504fded39 b4b433e0c555 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (8m) 41s ago 8m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (9m) 20s ago 9m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (8m) 41s ago 8m 165M 4096M 15.2.13 2cf504fded39 30880daac887 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (8m) 41s ago 8m 317M 4096M 15.2.13 2cf504fded39 117662ecaaa9 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (7m) 41s ago 7m 250M 4096M 15.2.13 2cf504fded39 10f80ae626ee 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (7m) 41s ago 7m 135M 4096M 15.2.13 2cf504fded39 d91107b31630 2024-02-06T17:43:33.695 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (7m) 20s ago 7m 386M 4096M 15.2.13 2cf504fded39 1b3bc00a3569 2024-02-06T17:43:33.696 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (6m) 20s ago 6m 169M 4096M 15.2.13 2cf504fded39 6804e0615190 2024-02-06T17:43:33.696 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (6m) 20s ago 6m 351M 4096M 15.2.13 2cf504fded39 45fcd81af22b 2024-02-06T17:43:33.696 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (6m) 20s ago 6m 255M 4096M 15.2.13 2cf504fded39 b2084015ed6c 2024-02-06T17:43:33.696 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (77s) 20s ago 8m 51.0M - 2.18.1 de242295e225 022e961862e3 2024-02-06T17:43:34.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:33.076529+0000 mgr.smithi019.gohzab (mgr.34104) 2 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:43:34.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:33.682951+0000 mon.smithi019 (mon.0) 99 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:43:34.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:33.683319+0000 mon.smithi019 (mon.0) 100 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:34.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:33.683604+0000 mon.smithi019 (mon.0) 101 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:34.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:33.683888+0000 mon.smithi019 (mon.0) 102 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:34.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:33.684153+0000 mon.smithi019 (mon.0) 103 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:34.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:33.685983+0000 mon.smithi019 (mon.0) 104 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:43:34.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:33.686270+0000 mon.smithi019 (mon.0) 105 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:34.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:33.686554+0000 mon.smithi019 (mon.0) 106 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:34.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:33.686944+0000 mon.smithi019 (mon.0) 107 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:34.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:33.687537+0000 mon.smithi019 (mon.0) 108 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:34.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.45 MB/sec execute 128 sec latency 106349.011 ms 2024-02-06T17:43:34.055 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:43:34.055 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:43:34.055 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-06T17:43:34.055 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:43:34.055 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:43:34.055 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:43:34.055 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:43:34.055 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:43:34.055 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:43:34.056 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T17:43:34.056 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:43:34.056 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:43:34.056 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:43:34.056 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:43:34.056 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:43:34.056 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-02-06T17:43:34.056 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 3 2024-02-06T17:43:34.056 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:43:34.056 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:43:34.368 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:43:34.369 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:43:34.369 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:43:34.369 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:43:34.369 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:43:34.369 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr" 2024-02-06T17:43:34.369 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:43:34.369 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "2/23 daemons upgraded", 2024-02-06T17:43:34.369 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "", 2024-02-06T17:43:34.369 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:43:34.369 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:43:35.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.43 MB/sec execute 129 sec latency 107349.042 ms 2024-02-06T17:43:35.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:33.390011+0000 mgr.smithi019.gohzab (mgr.34104) 3 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:43:35.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:33.680839+0000 mgr.smithi019.gohzab (mgr.34104) 4 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:43:35.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:33.816305+0000 mgr.smithi019.gohzab (mgr.34104) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:35.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:34.054617+0000 mon.smithi103 (mon.1) 257 : audit [DBG] from='client.? 172.21.15.19:0/3099254799' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:43:35.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:34.663517+0000 mon.smithi019 (mon.0) 109 : cluster [DBG] mgrmap e42: smithi019.gohzab(active, since 8s), standbys: smithi103.bisajp 2024-02-06T17:43:36.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.41 MB/sec execute 130 sec latency 108349.069 ms 2024-02-06T17:43:36.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:34.368510+0000 mgr.smithi019.gohzab (mgr.34104) 6 : audit [DBG] from='client.34144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:43:37.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.40 MB/sec execute 131 sec latency 109349.098 ms 2024-02-06T17:43:37.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:35.816814+0000 mgr.smithi019.gohzab (mgr.34104) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:38.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.38 MB/sec execute 132 sec latency 110349.170 ms 2024-02-06T17:43:38.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:37.399732+0000 mon.smithi019 (mon.0) 110 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:38.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:37.666618+0000 mon.smithi019 (mon.0) 111 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:43:38.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:37.667034+0000 mon.smithi019 (mon.0) 112 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:38.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:37.667327+0000 mon.smithi019 (mon.0) 113 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:43:38.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:37.667614+0000 mon.smithi019 (mon.0) 114 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:38.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:37.667903+0000 mon.smithi019 (mon.0) 115 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:43:38.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:37.668182+0000 mon.smithi019 (mon.0) 116 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:38.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:37.668458+0000 mon.smithi019 (mon.0) 117 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:43:38.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:37.668733+0000 mon.smithi019 (mon.0) 118 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:38.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:37.669013+0000 mon.smithi019 (mon.0) 119 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mds.foofs.smithi103.xlxcbt","key": "mds_cache_memory_limit"}]: dispatch 2024-02-06T17:43:38.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:37.669283+0000 mon.smithi019 (mon.0) 120 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:43:38.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:37.817532+0000 mgr.smithi019.gohzab (mgr.34104) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:38.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.201515+0000 mon.smithi019 (mon.0) 121 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:39.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.36 MB/sec execute 133 sec latency 111349.264 ms 2024-02-06T17:43:39.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.494832+0000 mon.smithi019 (mon.0) 122 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:43:39.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.495172+0000 mon.smithi019 (mon.0) 123 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:39.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.495437+0000 mon.smithi019 (mon.0) 124 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:43:39.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.495744+0000 mon.smithi019 (mon.0) 125 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:39.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.496074+0000 mon.smithi019 (mon.0) 126 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:43:39.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.496392+0000 mon.smithi019 (mon.0) 127 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:39.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.496669+0000 mon.smithi019 (mon.0) 128 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:43:39.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.496948+0000 mon.smithi019 (mon.0) 129 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:43:39.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.497212+0000 mon.smithi019 (mon.0) 130 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mds.foofs.smithi019.mpqmyy","key": "mds_cache_memory_limit"}]: dispatch 2024-02-06T17:43:39.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.497468+0000 mon.smithi019 (mon.0) 131 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:43:39.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.497904+0000 mon.smithi019 (mon.0) 132 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:39.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.498554+0000 mon.smithi019 (mon.0) 133 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:43:39.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:38.499246+0000 mgr.smithi019.gohzab (mgr.34104) 9 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:43:39.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.502463+0000 mon.smithi019 (mon.0) 134 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:39.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.504967+0000 mon.smithi019 (mon.0) 135 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:43:39.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:38.505340+0000 mgr.smithi019.gohzab (mgr.34104) 10 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:43:39.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:38.505411+0000 mgr.smithi019.gohzab (mgr.34104) 11 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:43:39.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.508551+0000 mon.smithi019 (mon.0) 136 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:39.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.512668+0000 mon.smithi019 (mon.0) 137 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:43:39.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.514798+0000 mon.smithi019 (mon.0) 138 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:43:39.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:38.515759+0000 mon.smithi019 (mon.0) 139 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-06T17:43:40.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.34 MB/sec execute 134 sec latency 112349.312 ms 2024-02-06T17:43:41.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.32 MB/sec execute 135 sec latency 113349.353 ms 2024-02-06T17:43:41.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:39.817980+0000 mgr.smithi019.gohzab (mgr.34104) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:40.040079+0000 mgr.smithi019.gohzab (mgr.34104) 13 : cephadm [INF] Upgrade: Updating mon.smithi103 2024-02-06T17:43:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:40.044399+0000 mon.smithi019 (mon.0) 140 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:40.045315+0000 mon.smithi019 (mon.0) 141 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:43:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:40.046144+0000 mon.smithi019 (mon.0) 142 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:43:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:40.046954+0000 mon.smithi019 (mon.0) 143 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:40.047708+0000 mgr.smithi019.gohzab (mgr.34104) 14 : cephadm [INF] Deploying daemon mon.smithi103 on smithi103 2024-02-06T17:43:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:40.048185+0000 mon.smithi019 (mon.0) 144 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "container_image"}]: dispatch 2024-02-06T17:43:41.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:41 smithi103 systemd[1]: Stopping Ceph mon.smithi103 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:43:42.049 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.31 MB/sec execute 136 sec latency 114349.452 ms 2024-02-06T17:43:42.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:42 smithi103 bash[55542]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon.smithi103 2024-02-06T17:43:43.050 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.29 MB/sec execute 137 sec latency 115349.548 ms 2024-02-06T17:43:43.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:42 smithi103 systemd[1]: ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi103.service: Succeeded. 2024-02-06T17:43:43.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:42 smithi103 systemd[1]: Stopped Ceph mon.smithi103 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:43:43.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 systemd[1]: Starting Ceph mon.smithi103 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:43:43.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.540+0000 7fa9add9a880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-06T17:43:43.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.540+0000 7fa9add9a880 0 ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable), process ceph-mon, pid 1 2024-02-06T17:43:43.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.540+0000 7fa9add9a880 0 pidfile_write: ignore empty --pid-file 2024-02-06T17:43:43.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 0 load: jerasure load: lrc load: isa 2024-02-06T17:43:43.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: RocksDB version: 6.8.1 2024-02-06T17:43:43.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-06T17:43:43.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Compile date Feb 2 2024 2024-02-06T17:43:43.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: DB SUMMARY 2024-02-06T17:43:43.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: CURRENT file: CURRENT 2024-02-06T17:43:43.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-06T17:43:43.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 512 Bytes 2024-02-06T17:43:43.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi103/store.db dir, Total Num: 1, files: 000017.sst 2024-02-06T17:43:43.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi103/store.db: 000015.log size: 9949686 ; 2024-02-06T17:43:43.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.error_if_exists: 0 2024-02-06T17:43:43.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.create_if_missing: 0 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.paranoid_checks: 1 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.env: 0x5572599f9080 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.fs: Posix File System 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.info_log: 0x55725bfd2520 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.statistics: (nil) 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.use_fsync: 0 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.max_log_file_size: 0 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.allow_fallocate: 1 2024-02-06T17:43:43.825 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.use_direct_reads: 0 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.db_log_dir: 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi103/store.db 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.max_subcompactions: 1 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.max_background_flushes: -1 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-06T17:43:43.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.write_buffer_manager: 0x55725ccc6420 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.unordered_write: 0 2024-02-06T17:43:43.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.row_cache: None 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.wal_filter: None 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.preserve_deletes: 0 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.two_write_queues: 0 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.atomic_flush: 0 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-06T17:43:43.828 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.log_readahead_size: 0 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.max_background_jobs: 2 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.max_background_compactions: -1 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.max_open_files: -1 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-06T17:43:43.829 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Compression algorithms supported: 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: kZSTD supported: 0 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: kXpressCompression supported: 0 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: kLZ4Compression supported: 1 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: kBZip2Compression supported: 0 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: kZlibCompression supported: 1 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: kSnappyCompression supported: 1 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.545+0000 7fa9add9a880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi103/store.db/MANIFEST-000005 2024-02-06T17:43:43.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.831 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-06T17:43:43.831 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.831 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-06T17:43:43.831 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.merge_operator: 2024-02-06T17:43:43.831 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compaction_filter: None 2024-02-06T17:43:43.831 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-06T17:43:43.831 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-06T17:43:43.831 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-06T17:43:43.831 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55725bf77d28) 2024-02-06T17:43:43.831 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cache_index_and_filter_blocks: 1 2024-02-06T17:43:43.831 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-06T17:43:43.831 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-06T17:43:43.831 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: pin_top_level_index_and_filter: 1 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: index_type: 0 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: data_block_index_type: 0 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: index_shortening: 1 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: data_block_hash_table_util_ratio: 0.750000 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: hash_index_allow_collision: 1 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: checksum: 1 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: no_block_cache: 0 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: block_cache: 0x55725bfacf10 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: block_cache_name: BinnedLRUCache 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: block_cache_options: 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: capacity : 536870912 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: num_shard_bits : 4 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: strict_capacity_limit : 0 2024-02-06T17:43:43.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: high_pri_pool_ratio: 0.000 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: block_cache_compressed: (nil) 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: persistent_cache: (nil) 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: block_size: 4096 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: block_size_deviation: 10 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: block_restart_interval: 16 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: index_block_restart_interval: 1 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: metadata_block_size: 4096 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: partition_filters: 0 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: use_delta_encoding: 1 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: whole_key_filtering: 1 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: verify_compression: 0 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: read_amp_bytes_per_bit: 0 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: format_version: 2 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: enable_index_compression: 1 2024-02-06T17:43:43.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: block_align: 0 2024-02-06T17:43:43.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-06T17:43:43.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-06T17:43:43.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compression: NoCompression 2024-02-06T17:43:43.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-06T17:43:43.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-06T17:43:43.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-06T17:43:43.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.num_levels: 7 2024-02-06T17:43:43.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-06T17:43:43.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-06T17:43:43.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-06T17:43:43.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-06T17:43:43.836 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-06T17:43:43.836 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-06T17:43:43.836 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-06T17:43:43.836 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:43:43.836 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-06T17:43:43.836 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-06T17:43:43.836 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-06T17:43:43.836 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-06T17:43:43.836 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-06T17:43:43.836 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:43:43.836 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-06T17:43:43.836 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-06T17:43:43.837 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-06T17:43:43.838 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-06T17:43:43.839 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-06T17:43:43.839 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-06T17:43:43.839 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.table_properties_collectors: 2024-02-06T17:43:43.839 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.inplace_update_support: 0 2024-02-06T17:43:43.839 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-06T17:43:43.839 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-06T17:43:43.839 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-06T17:43:43.839 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-06T17:43:43.839 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.bloom_locality: 0 2024-02-06T17:43:43.839 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.max_successive_merges: 0 2024-02-06T17:43:43.839 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-06T17:43:43.839 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-06T17:43:43.839 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-06T17:43:43.840 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-06T17:43:43.840 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.ttl: 2592000 2024-02-06T17:43:43.840 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-06T17:43:43.840 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-06T17:43:43.840 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi103/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 19, last_sequence is 9672, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-06T17:43:43.840 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.840 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 15 2024-02-06T17:43:43.840 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.840 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707241423547956, "job": 1, "event": "recovery_started", "log_files": [15]} 2024-02-06T17:43:43.840 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.546+0000 7fa9add9a880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #15 mode 2 2024-02-06T17:43:43.840 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.554+0000 7fa9add9a880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-06T17:43:43.840 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.562+0000 7fa9add9a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707241423564111, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 19, "file_size": 6422136, "table_properties": {"data_size": 6413200, "index_size": 7152, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 965, "raw_key_size": 7588, "raw_average_key_size": 20, "raw_value_size": 6402467, "raw_average_value_size": 17686, "num_data_blocks": 225, "num_entries": 362, "num_deletions": 3, "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": 1707241423, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-06T17:43:43.840 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.562+0000 7fa9add9a880 4 rocksdb: [version_set.cc:3826] Creating manifest 20 2024-02-06T17:43:43.841 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.841 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.563+0000 7fa9add9a880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-06T17:43:43.841 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.564+0000 7fa9add9a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707241423565755, "job": 1, "event": "recovery_finished"} 2024-02-06T17:43:43.841 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.565+0000 7fa9add9a880 4 rocksdb: DB pointer 0x55725c075800 2024-02-06T17:43:43.841 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.566+0000 7fa994b8b700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-06T17:43:43.841 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.566+0000 7fa994b8b700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-06T17:43:43.841 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: ** DB Stats ** 2024-02-06T17:43:43.841 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:43:43.841 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-06T17:43:43.841 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-06T17:43:43.841 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:43:43.841 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: ** Compaction Stats [default] ** 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: L0 1/0 6.12 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 725.6 0.01 0.00 1 0.008 0 0 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: L6 1/0 24.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-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Sum 2/0 30.25 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 725.6 0.01 0.00 1 0.008 0 0 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 725.6 0.01 0.00 1 0.008 0 0 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: ** Compaction Stats [default] ** 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:43:43.842 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 725.6 0.01 0.00 1 0.008 0 0 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Flush(GB): cumulative 0.006, interval 0.006 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Cumulative compaction: 0.01 GB write, 306.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Interval compaction: 0.01 GB write, 306.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: ** Compaction Stats [default] ** 2024-02-06T17:43:43.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-06T17:43:43.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:43:43.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: L0 1/0 6.12 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 725.6 0.01 0.00 1 0.008 0 0 2024-02-06T17:43:43.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: L6 1/0 24.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-02-06T17:43:43.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Sum 2/0 30.25 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 725.6 0.01 0.00 1 0.008 0 0 2024-02-06T17:43:43.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-06T17:43:43.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: ** Compaction Stats [default] ** 2024-02-06T17:43:43.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-06T17:43:43.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:43:43.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 725.6 0.01 0.00 1 0.008 0 0 2024-02-06T17:43:43.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:43:43.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Flush(GB): cumulative 0.006, interval 0.000 2024-02-06T17:43:43.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Cumulative compaction: 0.01 GB write, 305.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.566+0000 7fa9add9a880 0 starting mon.smithi103 rank 1 at public addrs [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] at bind addrs [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi103 fsid 9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.567+0000 7fa9add9a880 1 mon.smithi103@-1(???) e2 preinit fsid 9c31a602-c515-11ee-95b6-87774f69a715 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.567+0000 7fa9add9a880 0 mon.smithi103@-1(???).mds e12 new map 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.567+0000 7fa9add9a880 0 mon.smithi103@-1(???).mds e12 print_map 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: e12 2024-02-06T17:43:43.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: enable_multiple, ever_enabled_multiple: 0,1 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: legacy client fscid: 1 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Filesystem 'foofs' (1) 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: fs_name foofs 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: epoch 12 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: flags 12 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: created 2024-02-06T17:38:54.858661+0000 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: modified 2024-02-06T17:43:21.139415+0000 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: tableserver 0 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: root 0 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: session_timeout 60 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: session_autoclose 300 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: max_file_size 1099511627776 2024-02-06T17:43:43.846 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: required_client_features {} 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: last_failure 0 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: last_failure_osd_epoch 66 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: max_mds 1 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: in 0 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: up {0=14458} 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: failed 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: damaged 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: stopped 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: data_pools [3] 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: metadata_pool 2 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: inline_data disabled 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: balancer 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: standby_count_wanted 1 2024-02-06T17:43:43.847 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: [mds.foofs.smithi019.mpqmyy{0:14458} state up:reconnect seq 66 join_fscid=1 addr [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532] compat {c=[1],r=[1],i=[7ff]}] 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: Standby daemons: 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: [mds.foofs.smithi103.xlxcbt{-1:24649} state up:standby seq 1 join_fscid=1 addr [v2:172.21.15.103:6832/793198764,v1:172.21.15.103:6833/793198764] compat {c=[1],r=[1],i=[7ff]}] 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.567+0000 7fa9add9a880 0 mon.smithi103@-1(???).osd e67 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.567+0000 7fa9add9a880 0 mon.smithi103@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.567+0000 7fa9add9a880 0 mon.smithi103@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.567+0000 7fa9add9a880 0 mon.smithi103@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:39.817980+0000 mgr.smithi019.gohzab (mgr.34104) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:40.040079+0000 mgr.smithi019.gohzab (mgr.34104) 13 : cephadm [INF] Upgrade: Updating mon.smithi103 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:40.044399+0000 mon.smithi019 (mon.0) 140 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:43.848 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:40.045315+0000 mon.smithi019 (mon.0) 141 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:43:43.849 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:40.046144+0000 mon.smithi019 (mon.0) 142 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:43:43.849 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:40.046954+0000 mon.smithi019 (mon.0) 143 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:43.849 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:40.047708+0000 mgr.smithi019.gohzab (mgr.34104) 14 : cephadm [INF] Deploying daemon mon.smithi103 on smithi103 2024-02-06T17:43:43.849 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:40.048185+0000 mon.smithi019 (mon.0) 144 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "container_image"}]: dispatch 2024-02-06T17:43:43.849 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:43:43.568+0000 7fa9add9a880 1 mon.smithi103@-1(???).paxosservice(auth 1..39) refresh upgraded, format 0 -> 3 2024-02-06T17:43:43.849 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 bash[55724]: a2e9a661abb022ad9f0611392df3ca079b8266d45f46e2ba5f9189747091a637 2024-02-06T17:43:43.849 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:43 smithi103 systemd[1]: Started Ceph mon.smithi103 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:43:44.050 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.27 MB/sec execute 138 sec latency 116349.602 ms 2024-02-06T17:43:45.050 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.26 MB/sec execute 139 sec latency 117349.652 ms 2024-02-06T17:43:46.050 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.24 MB/sec execute 140 sec latency 118349.718 ms 2024-02-06T17:43:46.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.086119+0000 mon.smithi019 (mon.0) 151 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded 2024-02-06T17:43:46.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.086147+0000 mon.smithi019 (mon.0) 152 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-06T17:43:46.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.086177+0000 mon.smithi019 (mon.0) 153 : cluster [WRN] fs foofs is degraded 2024-02-06T17:43:46.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:45.086674+0000 mon.smithi019 (mon.0) 154 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-02-06T17:43:46.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:45.086969+0000 mon.smithi019 (mon.0) 155 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2024-02-06T17:43:46.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.090720+0000 mon.smithi103 (mon.1) 2 : cluster [INF] mon.smithi103 calling monitor election 2024-02-06T17:43:46.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.090744+0000 mon.smithi019 (mon.0) 156 : cluster [INF] mon.smithi019 calling monitor election 2024-02-06T17:43:46.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.092092+0000 mon.smithi019 (mon.0) 157 : cluster [INF] mon.smithi019 is new leader, mons smithi019,smithi103 in quorum (ranks 0,1) 2024-02-06T17:43:46.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.098468+0000 mon.smithi019 (mon.0) 158 : cluster [DBG] monmap e3: 2 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],smithi103=[v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0]} removed_ranks: {} 2024-02-06T17:43:46.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.098932+0000 mon.smithi019 (mon.0) 159 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:reconnect} 1 up:standby 2024-02-06T17:43:46.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.098963+0000 mon.smithi019 (mon.0) 160 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-06T17:43:46.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.099313+0000 mon.smithi019 (mon.0) 161 : cluster [DBG] mgrmap e42: smithi019.gohzab(active, since 19s), standbys: smithi103.bisajp 2024-02-06T17:43:46.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.110933+0000 mon.smithi019 (mon.0) 162 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded 2024-02-06T17:43:46.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.110951+0000 mon.smithi019 (mon.0) 163 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-06T17:43:46.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.110962+0000 mon.smithi019 (mon.0) 164 : cluster [WRN] fs foofs is degraded 2024-02-06T17:43:46.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:45.117012+0000 mon.smithi019 (mon.0) 165 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:46.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:45.117963+0000 mon.smithi019 (mon.0) 166 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:43:46.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:45.119657+0000 mon.smithi019 (mon.0) 167 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:43:46.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.086119+0000 mon.smithi019 (mon.0) 151 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded 2024-02-06T17:43:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.086147+0000 mon.smithi019 (mon.0) 152 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-06T17:43:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.086177+0000 mon.smithi019 (mon.0) 153 : cluster [WRN] fs foofs is degraded 2024-02-06T17:43:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:45.086674+0000 mon.smithi019 (mon.0) 154 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-02-06T17:43:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:45.086969+0000 mon.smithi019 (mon.0) 155 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2024-02-06T17:43:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.090720+0000 mon.smithi103 (mon.1) 2 : cluster [INF] mon.smithi103 calling monitor election 2024-02-06T17:43:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.090744+0000 mon.smithi019 (mon.0) 156 : cluster [INF] mon.smithi019 calling monitor election 2024-02-06T17:43:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.092092+0000 mon.smithi019 (mon.0) 157 : cluster [INF] mon.smithi019 is new leader, mons smithi019,smithi103 in quorum (ranks 0,1) 2024-02-06T17:43:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.098468+0000 mon.smithi019 (mon.0) 158 : cluster [DBG] monmap e3: 2 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],smithi103=[v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0]} removed_ranks: {} 2024-02-06T17:43:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.098932+0000 mon.smithi019 (mon.0) 159 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:reconnect} 1 up:standby 2024-02-06T17:43:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.098963+0000 mon.smithi019 (mon.0) 160 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-06T17:43:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.099313+0000 mon.smithi019 (mon.0) 161 : cluster [DBG] mgrmap e42: smithi019.gohzab(active, since 19s), standbys: smithi103.bisajp 2024-02-06T17:43:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.110933+0000 mon.smithi019 (mon.0) 162 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded 2024-02-06T17:43:46.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.110951+0000 mon.smithi019 (mon.0) 163 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-06T17:43:46.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.110962+0000 mon.smithi019 (mon.0) 164 : cluster [WRN] fs foofs is degraded 2024-02-06T17:43:46.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:45.117012+0000 mon.smithi019 (mon.0) 165 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:46.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:45.117963+0000 mon.smithi019 (mon.0) 166 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:43:46.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:45.119657+0000 mon.smithi019 (mon.0) 167 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:43:47.050 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.23 MB/sec execute 141 sec latency 119349.757 ms 2024-02-06T17:43:47.369 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:45.819584+0000 mgr.smithi019.gohzab (mgr.34104) 17 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:47.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:45.819584+0000 mgr.smithi019.gohzab (mgr.34104) 17 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:48.050 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.21 MB/sec execute 142 sec latency 120349.867 ms 2024-02-06T17:43:49.050 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.19 MB/sec execute 143 sec latency 121349.964 ms 2024-02-06T17:43:49.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:47.820319+0000 mgr.smithi019.gohzab (mgr.34104) 18 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:49.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:47.820319+0000 mgr.smithi019.gohzab (mgr.34104) 18 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:50.050 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.18 MB/sec execute 144 sec latency 122350.085 ms 2024-02-06T17:43:51.050 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.16 MB/sec execute 145 sec latency 123350.154 ms 2024-02-06T17:43:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:49.820875+0000 mgr.smithi019.gohzab (mgr.34104) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:50.087778+0000 mon.smithi019 (mon.0) 168 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:50.088862+0000 mon.smithi019 (mon.0) 169 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:50.089792+0000 mon.smithi019 (mon.0) 170 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:43:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:50.090503+0000 mgr.smithi019.gohzab (mgr.34104) 20 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:43:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:50.096316+0000 mon.smithi019 (mon.0) 171 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:50.099265+0000 mon.smithi019 (mon.0) 172 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:43:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:50.099763+0000 mgr.smithi019.gohzab (mgr.34104) 21 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:43:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:50.099860+0000 mgr.smithi019.gohzab (mgr.34104) 22 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:43:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:50.105264+0000 mon.smithi019 (mon.0) 173 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:50.106825+0000 mgr.smithi019.gohzab (mgr.34104) 23 : cephadm [INF] Reconfiguring mon.smithi019 (monmap changed)... 2024-02-06T17:43:51.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:50.107104+0000 mon.smithi019 (mon.0) 174 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:43:51.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:50.107808+0000 mon.smithi019 (mon.0) 175 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:43:51.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:50.108472+0000 mon.smithi019 (mon.0) 176 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:51.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:50.109074+0000 mgr.smithi019.gohzab (mgr.34104) 24 : cephadm [INF] Reconfiguring daemon mon.smithi019 on smithi019 2024-02-06T17:43:51.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:50.109487+0000 mon.smithi019 (mon.0) 177 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "container_image"}]: dispatch 2024-02-06T17:43:51.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:49.820875+0000 mgr.smithi019.gohzab (mgr.34104) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:51.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:50.087778+0000 mon.smithi019 (mon.0) 168 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:51.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:50.088862+0000 mon.smithi019 (mon.0) 169 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:51.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:50.089792+0000 mon.smithi019 (mon.0) 170 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:43:51.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:50.090503+0000 mgr.smithi019.gohzab (mgr.34104) 20 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:43:51.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:50.096316+0000 mon.smithi019 (mon.0) 171 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:51.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:50.099265+0000 mon.smithi019 (mon.0) 172 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:43:51.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:50.099763+0000 mgr.smithi019.gohzab (mgr.34104) 21 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:43:51.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:50.099860+0000 mgr.smithi019.gohzab (mgr.34104) 22 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:43:51.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:50.105264+0000 mon.smithi019 (mon.0) 173 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:51.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:50.106825+0000 mgr.smithi019.gohzab (mgr.34104) 23 : cephadm [INF] Reconfiguring mon.smithi019 (monmap changed)... 2024-02-06T17:43:51.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:50.107104+0000 mon.smithi019 (mon.0) 174 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:43:51.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:50.107808+0000 mon.smithi019 (mon.0) 175 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:43:51.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:50.108472+0000 mon.smithi019 (mon.0) 176 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:51.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:50.109074+0000 mgr.smithi019.gohzab (mgr.34104) 24 : cephadm [INF] Reconfiguring daemon mon.smithi019 on smithi019 2024-02-06T17:43:51.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:50.109487+0000 mon.smithi019 (mon.0) 177 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "container_image"}]: dispatch 2024-02-06T17:43:52.050 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.15 MB/sec execute 146 sec latency 124350.267 ms 2024-02-06T17:43:52.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:51.658124+0000 mon.smithi019 (mon.0) 178 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:52.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:51.658931+0000 mgr.smithi019.gohzab (mgr.34104) 25 : cephadm [INF] Reconfiguring mgr.smithi019.gohzab (monmap changed)... 2024-02-06T17:43:52.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:51.659196+0000 mon.smithi019 (mon.0) 179 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.gohzab", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:43:52.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:51.659967+0000 mon.smithi019 (mon.0) 180 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:43:52.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:51.660667+0000 mon.smithi019 (mon.0) 181 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:52.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:51.661253+0000 mgr.smithi019.gohzab (mgr.34104) 26 : cephadm [INF] Reconfiguring daemon mgr.smithi019.gohzab on smithi019 2024-02-06T17:43:52.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:51.661654+0000 mon.smithi019 (mon.0) 182 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mgr.smithi019.gohzab","key": "container_image"}]: dispatch 2024-02-06T17:43:52.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:51.821232+0000 mgr.smithi019.gohzab (mgr.34104) 27 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:53.050 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.13 MB/sec execute 147 sec latency 125350.317 ms 2024-02-06T17:43:53.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:51.658124+0000 mon.smithi019 (mon.0) 178 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:53.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:51.658931+0000 mgr.smithi019.gohzab (mgr.34104) 25 : cephadm [INF] Reconfiguring mgr.smithi019.gohzab (monmap changed)... 2024-02-06T17:43:53.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:51.659196+0000 mon.smithi019 (mon.0) 179 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.gohzab", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:43:53.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:51.659967+0000 mon.smithi019 (mon.0) 180 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:43:53.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:51.660667+0000 mon.smithi019 (mon.0) 181 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:53.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:51.661253+0000 mgr.smithi019.gohzab (mgr.34104) 26 : cephadm [INF] Reconfiguring daemon mgr.smithi019.gohzab on smithi019 2024-02-06T17:43:53.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:51.661654+0000 mon.smithi019 (mon.0) 182 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mgr.smithi019.gohzab","key": "container_image"}]: dispatch 2024-02-06T17:43:53.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:51.821232+0000 mgr.smithi019.gohzab (mgr.34104) 27 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:54.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.12 MB/sec execute 148 sec latency 126350.414 ms 2024-02-06T17:43:54.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:53.012453+0000 mon.smithi019 (mon.0) 183 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:54.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:53.013418+0000 mgr.smithi019.gohzab (mgr.34104) 28 : cephadm [INF] Reconfiguring crash.smithi019 (monmap changed)... 2024-02-06T17:43:54.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:53.013674+0000 mon.smithi019 (mon.0) 184 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T17:43:54.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:53.014368+0000 mon.smithi019 (mon.0) 185 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:54.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:53.014880+0000 mgr.smithi019.gohzab (mgr.34104) 29 : cephadm [INF] Reconfiguring daemon crash.smithi019 on smithi019 2024-02-06T17:43:54.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:53.015248+0000 mon.smithi019 (mon.0) 186 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "client.crash.smithi019","key": "container_image"}]: dispatch 2024-02-06T17:43:54.386 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:53.012453+0000 mon.smithi019 (mon.0) 183 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:54.386 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:53.013418+0000 mgr.smithi019.gohzab (mgr.34104) 28 : cephadm [INF] Reconfiguring crash.smithi019 (monmap changed)... 2024-02-06T17:43:54.386 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:53.013674+0000 mon.smithi019 (mon.0) 184 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T17:43:54.386 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:53.014368+0000 mon.smithi019 (mon.0) 185 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:54.386 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:53.014880+0000 mgr.smithi019.gohzab (mgr.34104) 29 : cephadm [INF] Reconfiguring daemon crash.smithi019 on smithi019 2024-02-06T17:43:54.386 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:53.015248+0000 mon.smithi019 (mon.0) 186 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "client.crash.smithi019","key": "container_image"}]: dispatch 2024-02-06T17:43:55.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.11 MB/sec execute 149 sec latency 127350.469 ms 2024-02-06T17:43:55.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:55 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:53.822183+0000 mgr.smithi019.gohzab (mgr.34104) 30 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:55.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:55 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:54.433318+0000 mon.smithi019 (mon.0) 187 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:55.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:55 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:54.434609+0000 mon.smithi019 (mon.0) 188 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T17:43:55.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:55 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:54.435243+0000 mon.smithi019 (mon.0) 189 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:55.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:55 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:54.436745+0000 mon.smithi019 (mon.0) 190 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T17:43:55.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:55 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:53.822183+0000 mgr.smithi019.gohzab (mgr.34104) 30 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:55.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:55 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:54.433318+0000 mon.smithi019 (mon.0) 187 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:55.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:55 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:54.434609+0000 mon.smithi019 (mon.0) 188 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T17:43:55.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:55 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:54.435243+0000 mon.smithi019 (mon.0) 189 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:55.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:55 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:54.436745+0000 mon.smithi019 (mon.0) 190 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T17:43:56.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.09 MB/sec execute 150 sec latency 128350.511 ms 2024-02-06T17:43:56.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:54.434367+0000 mgr.smithi019.gohzab (mgr.34104) 31 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-02-06T17:43:56.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:54.436348+0000 mgr.smithi019.gohzab (mgr.34104) 32 : cephadm [INF] Reconfiguring daemon osd.0 on smithi019 2024-02-06T17:43:56.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:55.856465+0000 mon.smithi019 (mon.0) 191 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:56.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:55.857513+0000 mon.smithi019 (mon.0) 192 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T17:43:56.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:55.858119+0000 mon.smithi019 (mon.0) 193 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:56.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:55.859524+0000 mon.smithi019 (mon.0) 194 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-06T17:43:56.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:54.434367+0000 mgr.smithi019.gohzab (mgr.34104) 31 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-02-06T17:43:56.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:54.436348+0000 mgr.smithi019.gohzab (mgr.34104) 32 : cephadm [INF] Reconfiguring daemon osd.0 on smithi019 2024-02-06T17:43:56.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:55.856465+0000 mon.smithi019 (mon.0) 191 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:56.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:55.857513+0000 mon.smithi019 (mon.0) 192 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T17:43:56.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:55.858119+0000 mon.smithi019 (mon.0) 193 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:56.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:55.859524+0000 mon.smithi019 (mon.0) 194 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-06T17:43:57.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.08 MB/sec execute 151 sec latency 129350.592 ms 2024-02-06T17:43:57.307 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:57 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:55.822582+0000 mgr.smithi019.gohzab (mgr.34104) 33 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:57.307 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:57 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:55.857267+0000 mgr.smithi019.gohzab (mgr.34104) 34 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-02-06T17:43:57.307 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:57 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:55.859151+0000 mgr.smithi019.gohzab (mgr.34104) 35 : cephadm [INF] Reconfiguring daemon osd.1 on smithi019 2024-02-06T17:43:57.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:55.822582+0000 mgr.smithi019.gohzab (mgr.34104) 33 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:57.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:55.857267+0000 mgr.smithi019.gohzab (mgr.34104) 34 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-02-06T17:43:57.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:55.859151+0000 mgr.smithi019.gohzab (mgr.34104) 35 : cephadm [INF] Reconfiguring daemon osd.1 on smithi019 2024-02-06T17:43:58.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.06 MB/sec execute 152 sec latency 130350.650 ms 2024-02-06T17:43:58.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:57.384295+0000 mon.smithi019 (mon.0) 195 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:58.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:57.385053+0000 mgr.smithi019.gohzab (mgr.34104) 36 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-02-06T17:43:58.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:57.385319+0000 mon.smithi019 (mon.0) 196 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T17:43:58.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:57.385995+0000 mon.smithi019 (mon.0) 197 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:58.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:57.387113+0000 mgr.smithi019.gohzab (mgr.34104) 37 : cephadm [INF] Reconfiguring daemon osd.2 on smithi019 2024-02-06T17:43:58.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:57.387532+0000 mon.smithi019 (mon.0) 198 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-06T17:43:58.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:43:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:57.823234+0000 mgr.smithi019.gohzab (mgr.34104) 38 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:58.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:57.384295+0000 mon.smithi019 (mon.0) 195 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:43:58.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:57.385053+0000 mgr.smithi019.gohzab (mgr.34104) 36 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-02-06T17:43:58.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:57.385319+0000 mon.smithi019 (mon.0) 196 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T17:43:58.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:57.385995+0000 mon.smithi019 (mon.0) 197 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:43:58.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:57.387113+0000 mgr.smithi019.gohzab (mgr.34104) 37 : cephadm [INF] Reconfiguring daemon osd.2 on smithi019 2024-02-06T17:43:58.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:57.387532+0000 mon.smithi019 (mon.0) 198 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-06T17:43:58.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:43:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:57.823234+0000 mgr.smithi019.gohzab (mgr.34104) 38 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:43:59.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.05 MB/sec execute 153 sec latency 131350.720 ms 2024-02-06T17:44:00.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.04 MB/sec execute 154 sec latency 132350.825 ms 2024-02-06T17:44:00.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:00 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:59.131905+0000 mon.smithi019 (mon.0) 199 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:00.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:00 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:59.132588+0000 mgr.smithi019.gohzab (mgr.34104) 39 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-02-06T17:44:00.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:00 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:59.132824+0000 mon.smithi019 (mon.0) 200 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T17:44:00.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:00 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:59.133416+0000 mon.smithi019 (mon.0) 201 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:00.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:00 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:43:59.134462+0000 mgr.smithi019.gohzab (mgr.34104) 40 : cephadm [INF] Reconfiguring daemon osd.3 on smithi019 2024-02-06T17:44:00.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:00 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:43:59.134813+0000 mon.smithi019 (mon.0) 202 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-06T17:44:00.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:00 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:59.131905+0000 mon.smithi019 (mon.0) 199 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:00.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:00 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:59.132588+0000 mgr.smithi019.gohzab (mgr.34104) 39 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-02-06T17:44:00.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:00 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:59.132824+0000 mon.smithi019 (mon.0) 200 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T17:44:00.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:00 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:59.133416+0000 mon.smithi019 (mon.0) 201 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:00.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:00 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:43:59.134462+0000 mgr.smithi019.gohzab (mgr.34104) 40 : cephadm [INF] Reconfiguring daemon osd.3 on smithi019 2024-02-06T17:44:00.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:00 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:43:59.134813+0000 mon.smithi019 (mon.0) 202 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-06T17:44:01.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.02 MB/sec execute 155 sec latency 133350.926 ms 2024-02-06T17:44:01.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:43:59.823584+0000 mgr.smithi019.gohzab (mgr.34104) 41 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:44:01.277 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:00.772260+0000 mon.smithi019 (mon.0) 203 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:01.277 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:00.773434+0000 mon.smithi019 (mon.0) 204 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.mpqmyy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T17:44:01.277 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:00.774195+0000 mon.smithi019 (mon.0) 205 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:01.277 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:00.775166+0000 mon.smithi019 (mon.0) 206 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mds.foofs.smithi019.mpqmyy","key": "container_image"}]: dispatch 2024-02-06T17:44:01.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:01 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:43:59.823584+0000 mgr.smithi019.gohzab (mgr.34104) 41 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:44:01.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:01 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:00.772260+0000 mon.smithi019 (mon.0) 203 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:01.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:01 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:00.773434+0000 mon.smithi019 (mon.0) 204 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.mpqmyy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T17:44:01.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:01 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:00.774195+0000 mon.smithi019 (mon.0) 205 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:01.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:01 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:00.775166+0000 mon.smithi019 (mon.0) 206 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mds.foofs.smithi019.mpqmyy","key": "container_image"}]: dispatch 2024-02-06T17:44:02.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.01 MB/sec execute 156 sec latency 134350.980 ms 2024-02-06T17:44:02.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:02 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:00.773114+0000 mgr.smithi019.gohzab (mgr.34104) 42 : cephadm [INF] Reconfiguring mds.foofs.smithi019.mpqmyy (monmap changed)... 2024-02-06T17:44:02.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:02 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:00.774747+0000 mgr.smithi019.gohzab (mgr.34104) 43 : cephadm [INF] Reconfiguring daemon mds.foofs.smithi019.mpqmyy on smithi019 2024-02-06T17:44:02.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:02 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:00.773114+0000 mgr.smithi019.gohzab (mgr.34104) 42 : cephadm [INF] Reconfiguring mds.foofs.smithi019.mpqmyy (monmap changed)... 2024-02-06T17:44:02.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:02 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:00.774747+0000 mgr.smithi019.gohzab (mgr.34104) 43 : cephadm [INF] Reconfiguring daemon mds.foofs.smithi019.mpqmyy on smithi019 2024-02-06T17:44:03.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 2.00 MB/sec execute 157 sec latency 135351.042 ms 2024-02-06T17:44:03.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:01.824089+0000 mgr.smithi019.gohzab (mgr.34104) 44 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:44:03.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:02.310845+0000 mon.smithi019 (mon.0) 207 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:03.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:02.311889+0000 mon.smithi019 (mon.0) 208 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:44:03.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:02.312534+0000 mon.smithi019 (mon.0) 209 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:44:03.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:02.313156+0000 mon.smithi019 (mon.0) 210 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:03.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:02.314114+0000 mon.smithi019 (mon.0) 211 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "container_image"}]: dispatch 2024-02-06T17:44:03.487 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:01.824089+0000 mgr.smithi019.gohzab (mgr.34104) 44 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:44:03.488 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:02.310845+0000 mon.smithi019 (mon.0) 207 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:03.488 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:02.311889+0000 mon.smithi019 (mon.0) 208 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:44:03.488 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:02.312534+0000 mon.smithi019 (mon.0) 209 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:44:03.488 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:02.313156+0000 mon.smithi019 (mon.0) 210 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:03.488 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:02.314114+0000 mon.smithi019 (mon.0) 211 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "container_image"}]: dispatch 2024-02-06T17:44:04.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.99 MB/sec execute 158 sec latency 136351.148 ms 2024-02-06T17:44:04.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:02.311643+0000 mgr.smithi019.gohzab (mgr.34104) 45 : cephadm [INF] Reconfiguring mon.smithi103 (monmap changed)... 2024-02-06T17:44:04.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:02.313719+0000 mgr.smithi019.gohzab (mgr.34104) 46 : cephadm [INF] Reconfiguring daemon mon.smithi103 on smithi103 2024-02-06T17:44:04.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:03.952678+0000 mon.smithi019 (mon.0) 212 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:04.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:03.953845+0000 mon.smithi019 (mon.0) 213 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi103.bisajp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:44:04.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:03.954771+0000 mon.smithi019 (mon.0) 214 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:44:04.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:03.955554+0000 mon.smithi019 (mon.0) 215 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:04.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:03.956789+0000 mon.smithi019 (mon.0) 216 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mgr.smithi103.bisajp","key": "container_image"}]: dispatch 2024-02-06T17:44:04.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:02.311643+0000 mgr.smithi019.gohzab (mgr.34104) 45 : cephadm [INF] Reconfiguring mon.smithi103 (monmap changed)... 2024-02-06T17:44:04.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:02.313719+0000 mgr.smithi019.gohzab (mgr.34104) 46 : cephadm [INF] Reconfiguring daemon mon.smithi103 on smithi103 2024-02-06T17:44:04.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:03.952678+0000 mon.smithi019 (mon.0) 212 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:04.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:03.953845+0000 mon.smithi019 (mon.0) 213 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi103.bisajp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:44:04.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:03.954771+0000 mon.smithi019 (mon.0) 214 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:44:04.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:03.955554+0000 mon.smithi019 (mon.0) 215 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:04.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:03.956789+0000 mon.smithi019 (mon.0) 216 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mgr.smithi103.bisajp","key": "container_image"}]: dispatch 2024-02-06T17:44:04.683 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:44:05.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.97 MB/sec execute 159 sec latency 137351.196 ms 2024-02-06T17:44:05.263 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:44:05.263 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (8m) 27s ago 10m 21.7M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:44:05.263 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (10m) 27s ago 10m 6349k - 15.2.13 2cf504fded39 a89a4c86971c 2024-02-06T17:44:05.263 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (8m) 15s ago 8m 6349k - 15.2.13 2cf504fded39 e7fb31e4b6d5 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (8m) 27s ago 9m 36.8M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (5m) 27s ago 5m 24.8M - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (5m) 15s ago 5m 10.8M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (91s) 27s ago 11m 413M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (57s) 15s ago 9m 384M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (46s) 27s ago 11m 34.5M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (22s) 15s ago 10m 27.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (2m) 27s ago 2m 79.2M - 3.3 2cf504fded39 adf1dd107571 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (2m) 15s ago 2m 80.6M - 3.3 2cf504fded39 b4b433e0c555 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (9m) 27s ago 9m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (9m) 15s ago 9m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (9m) 27s ago 9m 166M 4096M 15.2.13 2cf504fded39 30880daac887 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (8m) 27s ago 8m 318M 4096M 15.2.13 2cf504fded39 117662ecaaa9 2024-02-06T17:44:05.264 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (8m) 27s ago 8m 252M 4096M 15.2.13 2cf504fded39 10f80ae626ee 2024-02-06T17:44:05.265 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (8m) 27s ago 8m 136M 4096M 15.2.13 2cf504fded39 d91107b31630 2024-02-06T17:44:05.265 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (7m) 15s ago 7m 386M 4096M 15.2.13 2cf504fded39 1b3bc00a3569 2024-02-06T17:44:05.265 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (7m) 15s ago 7m 173M 4096M 15.2.13 2cf504fded39 6804e0615190 2024-02-06T17:44:05.265 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (7m) 15s ago 7m 353M 4096M 15.2.13 2cf504fded39 45fcd81af22b 2024-02-06T17:44:05.265 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (6m) 15s ago 6m 258M 4096M 15.2.13 2cf504fded39 b2084015ed6c 2024-02-06T17:44:05.265 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (108s) 15s ago 9m 51.2M - 2.18.1 de242295e225 022e961862e3 2024-02-06T17:44:05.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:03.824845+0000 mgr.smithi019.gohzab (mgr.34104) 47 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:44:05.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:03.953519+0000 mgr.smithi019.gohzab (mgr.34104) 48 : cephadm [INF] Reconfiguring mgr.smithi103.bisajp (monmap changed)... 2024-02-06T17:44:05.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:03.956316+0000 mgr.smithi019.gohzab (mgr.34104) 49 : cephadm [INF] Reconfiguring daemon mgr.smithi103.bisajp on smithi103 2024-02-06T17:44:05.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:03.824845+0000 mgr.smithi019.gohzab (mgr.34104) 47 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:44:05.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:03.953519+0000 mgr.smithi019.gohzab (mgr.34104) 48 : cephadm [INF] Reconfiguring mgr.smithi103.bisajp (monmap changed)... 2024-02-06T17:44:05.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:03.956316+0000 mgr.smithi019.gohzab (mgr.34104) 49 : cephadm [INF] Reconfiguring daemon mgr.smithi103.bisajp on smithi103 2024-02-06T17:44:05.606 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:44:05.606 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:44:05.606 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:44:05.606 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:44:05.606 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:44:05.606 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:44:05.606 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:44:05.606 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:44:05.606 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T17:44:05.607 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:44:05.607 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:44:05.607 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:44:05.607 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:44:05.607 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:44:05.607 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-06T17:44:05.607 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 4 2024-02-06T17:44:05.607 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:44:05.607 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:44:05.895 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:44:05.895 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:44:05.895 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:44:05.896 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:44:05.896 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:44:05.896 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr", 2024-02-06T17:44:05.896 INFO:teuthology.orchestra.run.smithi019.stdout: "mon" 2024-02-06T17:44:05.896 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:44:05.896 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "4/23 daemons upgraded", 2024-02-06T17:44:05.896 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading mon daemons", 2024-02-06T17:44:05.896 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:44:05.896 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:44:06.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.96 MB/sec execute 160 sec latency 138351.294 ms 2024-02-06T17:44:06.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:04.671322+0000 mgr.smithi019.gohzab (mgr.34104) 50 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:06.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:04.961837+0000 mgr.smithi019.gohzab (mgr.34104) 51 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:06.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.253347+0000 mon.smithi019 (mon.0) 217 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:44:06.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.253699+0000 mon.smithi019 (mon.0) 218 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.254002+0000 mon.smithi019 (mon.0) 219 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.254288+0000 mon.smithi019 (mon.0) 220 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.254571+0000 mon.smithi019 (mon.0) 221 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.256377+0000 mon.smithi019 (mon.0) 222 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:44:06.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.256674+0000 mon.smithi019 (mon.0) 223 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.256970+0000 mon.smithi019 (mon.0) 224 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.257270+0000 mon.smithi019 (mon.0) 225 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.257540+0000 mon.smithi019 (mon.0) 226 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.398551+0000 mon.smithi019 (mon.0) 227 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:06.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.399784+0000 mon.smithi019 (mon.0) 228 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi103", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T17:44:06.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.400410+0000 mon.smithi019 (mon.0) 229 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:06.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.401224+0000 mon.smithi019 (mon.0) 230 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "client.crash.smithi103","key": "container_image"}]: dispatch 2024-02-06T17:44:06.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.605869+0000 mon.smithi019 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.19:0/3951810544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:06.567 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:04.671322+0000 mgr.smithi019.gohzab (mgr.34104) 50 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:04.961837+0000 mgr.smithi019.gohzab (mgr.34104) 51 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.253347+0000 mon.smithi019 (mon.0) 217 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.253699+0000 mon.smithi019 (mon.0) 218 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.254002+0000 mon.smithi019 (mon.0) 219 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.254288+0000 mon.smithi019 (mon.0) 220 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.254571+0000 mon.smithi019 (mon.0) 221 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.256377+0000 mon.smithi019 (mon.0) 222 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.256674+0000 mon.smithi019 (mon.0) 223 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.256970+0000 mon.smithi019 (mon.0) 224 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.257270+0000 mon.smithi019 (mon.0) 225 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.257540+0000 mon.smithi019 (mon.0) 226 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.398551+0000 mon.smithi019 (mon.0) 227 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.399784+0000 mon.smithi019 (mon.0) 228 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi103", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T17:44:06.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.400410+0000 mon.smithi019 (mon.0) 229 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:06.569 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.401224+0000 mon.smithi019 (mon.0) 230 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "client.crash.smithi103","key": "container_image"}]: dispatch 2024-02-06T17:44:06.569 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.605869+0000 mon.smithi019 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.19:0/3951810544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:07.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.95 MB/sec execute 161 sec latency 139351.354 ms 2024-02-06T17:44:07.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.251272+0000 mgr.smithi019.gohzab (mgr.34104) 52 : audit [DBG] from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:07.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:05.399534+0000 mgr.smithi019.gohzab (mgr.34104) 53 : cephadm [INF] Reconfiguring crash.smithi103 (monmap changed)... 2024-02-06T17:44:07.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:05.400863+0000 mgr.smithi019.gohzab (mgr.34104) 54 : cephadm [INF] Reconfiguring daemon crash.smithi103 on smithi103 2024-02-06T17:44:07.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:05.825182+0000 mgr.smithi019.gohzab (mgr.34104) 55 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:44:07.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:05.895087+0000 mgr.smithi019.gohzab (mgr.34104) 56 : audit [DBG] from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:07.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:06.402830+0000 mon.smithi019 (mon.0) 232 : cluster [DBG] mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532] up:rejoin 2024-02-06T17:44:07.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:06.402902+0000 mon.smithi019 (mon.0) 233 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:rejoin} 1 up:standby 2024-02-06T17:44:07.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:06.843276+0000 mon.smithi019 (mon.0) 234 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:07.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:06.844120+0000 mgr.smithi019.gohzab (mgr.34104) 57 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-02-06T17:44:07.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:06.844434+0000 mon.smithi019 (mon.0) 235 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T17:44:07.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:06.845265+0000 mon.smithi019 (mon.0) 236 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:07.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:06.846546+0000 mgr.smithi019.gohzab (mgr.34104) 58 : cephadm [INF] Reconfiguring daemon osd.4 on smithi103 2024-02-06T17:44:07.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:06.847049+0000 mon.smithi019 (mon.0) 237 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-06T17:44:07.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.251272+0000 mgr.smithi019.gohzab (mgr.34104) 52 : audit [DBG] from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:07.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:05.399534+0000 mgr.smithi019.gohzab (mgr.34104) 53 : cephadm [INF] Reconfiguring crash.smithi103 (monmap changed)... 2024-02-06T17:44:07.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:05.400863+0000 mgr.smithi019.gohzab (mgr.34104) 54 : cephadm [INF] Reconfiguring daemon crash.smithi103 on smithi103 2024-02-06T17:44:07.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:05.825182+0000 mgr.smithi019.gohzab (mgr.34104) 55 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail 2024-02-06T17:44:07.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:05.895087+0000 mgr.smithi019.gohzab (mgr.34104) 56 : audit [DBG] from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:07.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:06.402830+0000 mon.smithi019 (mon.0) 232 : cluster [DBG] mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532] up:rejoin 2024-02-06T17:44:07.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:06.402902+0000 mon.smithi019 (mon.0) 233 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:rejoin} 1 up:standby 2024-02-06T17:44:07.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:06.843276+0000 mon.smithi019 (mon.0) 234 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:07.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:06.844120+0000 mgr.smithi019.gohzab (mgr.34104) 57 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-02-06T17:44:07.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:06.844434+0000 mon.smithi019 (mon.0) 235 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T17:44:07.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:06.845265+0000 mon.smithi019 (mon.0) 236 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:07.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:06.846546+0000 mgr.smithi019.gohzab (mgr.34104) 58 : cephadm [INF] Reconfiguring daemon osd.4 on smithi103 2024-02-06T17:44:07.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:06.847049+0000 mon.smithi019 (mon.0) 237 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-06T17:44:08.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.94 MB/sec execute 162 sec latency 140351.444 ms 2024-02-06T17:44:08.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:07.405761+0000 mon.smithi019 (mon.0) 238 : cluster [DBG] mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532] up:clientreplay 2024-02-06T17:44:08.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:07.405855+0000 mon.smithi019 (mon.0) 239 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:clientreplay} 1 up:standby 2024-02-06T17:44:08.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:07.825906+0000 mgr.smithi019.gohzab (mgr.34104) 59 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 30 KiB/s rd, 170 B/s wr, 14 op/s 2024-02-06T17:44:08.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:07.405761+0000 mon.smithi019 (mon.0) 238 : cluster [DBG] mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532] up:clientreplay 2024-02-06T17:44:08.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:07.405855+0000 mon.smithi019 (mon.0) 239 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:clientreplay} 1 up:standby 2024-02-06T17:44:08.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:07.825906+0000 mgr.smithi019.gohzab (mgr.34104) 59 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 30 KiB/s rd, 170 B/s wr, 14 op/s 2024-02-06T17:44:09.051 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.92 MB/sec execute 163 sec latency 141351.505 ms 2024-02-06T17:44:09.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:08.459971+0000 mon.smithi019 (mon.0) 240 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:09.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:08.460799+0000 mgr.smithi019.gohzab (mgr.34104) 60 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-02-06T17:44:09.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:08.461078+0000 mon.smithi019 (mon.0) 241 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T17:44:09.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:08.461838+0000 mon.smithi019 (mon.0) 242 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:09.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:08.463143+0000 mgr.smithi019.gohzab (mgr.34104) 61 : cephadm [INF] Reconfiguring daemon osd.5 on smithi103 2024-02-06T17:44:09.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:08.463639+0000 mon.smithi019 (mon.0) 243 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-06T17:44:09.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:08.459971+0000 mon.smithi019 (mon.0) 240 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:09.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:08.460799+0000 mgr.smithi019.gohzab (mgr.34104) 60 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-02-06T17:44:09.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:08.461078+0000 mon.smithi019 (mon.0) 241 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T17:44:09.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:08.461838+0000 mon.smithi019 (mon.0) 242 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:09.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:08.463143+0000 mgr.smithi019.gohzab (mgr.34104) 61 : cephadm [INF] Reconfiguring daemon osd.5 on smithi103 2024-02-06T17:44:09.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:08.463639+0000 mon.smithi019 (mon.0) 243 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-06T17:44:10.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.91 MB/sec execute 164 sec latency 142351.601 ms 2024-02-06T17:44:11.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.90 MB/sec execute 165 sec latency 143351.697 ms 2024-02-06T17:44:11.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:09.826462+0000 mgr.smithi019.gohzab (mgr.34104) 62 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 30 KiB/s rd, 170 B/s wr, 14 op/s 2024-02-06T17:44:11.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:09.968797+0000 mon.smithi019 (mon.0) 244 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:11.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:09.969629+0000 mgr.smithi019.gohzab (mgr.34104) 63 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-02-06T17:44:11.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:09.969959+0000 mon.smithi019 (mon.0) 245 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T17:44:11.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:09.970729+0000 mon.smithi019 (mon.0) 246 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:11.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:09.972007+0000 mgr.smithi019.gohzab (mgr.34104) 64 : cephadm [INF] Reconfiguring daemon osd.6 on smithi103 2024-02-06T17:44:11.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:09.972488+0000 mon.smithi019 (mon.0) 247 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-06T17:44:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:09.826462+0000 mgr.smithi019.gohzab (mgr.34104) 62 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 30 KiB/s rd, 170 B/s wr, 14 op/s 2024-02-06T17:44:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:09.968797+0000 mon.smithi019 (mon.0) 244 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:09.969629+0000 mgr.smithi019.gohzab (mgr.34104) 63 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-02-06T17:44:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:09.969959+0000 mon.smithi019 (mon.0) 245 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T17:44:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:09.970729+0000 mon.smithi019 (mon.0) 246 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:11.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:09.972007+0000 mgr.smithi019.gohzab (mgr.34104) 64 : cephadm [INF] Reconfiguring daemon osd.6 on smithi103 2024-02-06T17:44:11.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:09.972488+0000 mon.smithi019 (mon.0) 247 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-06T17:44:12.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.89 MB/sec execute 166 sec latency 144351.758 ms 2024-02-06T17:44:12.903 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:11.606466+0000 mon.smithi019 (mon.0) 248 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:12.903 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:11.607353+0000 mgr.smithi019.gohzab (mgr.34104) 65 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-02-06T17:44:12.904 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:11.607655+0000 mon.smithi019 (mon.0) 249 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T17:44:12.904 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:11.608422+0000 mon.smithi019 (mon.0) 250 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:12.904 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:11.609715+0000 mgr.smithi019.gohzab (mgr.34104) 66 : cephadm [INF] Reconfiguring daemon osd.7 on smithi103 2024-02-06T17:44:12.904 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:11.610178+0000 mon.smithi019 (mon.0) 251 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-06T17:44:12.904 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:11.826931+0000 mgr.smithi019.gohzab (mgr.34104) 67 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 30 KiB/s rd, 170 B/s wr, 14 op/s 2024-02-06T17:44:12.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:11.606466+0000 mon.smithi019 (mon.0) 248 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:12.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:11.607353+0000 mgr.smithi019.gohzab (mgr.34104) 65 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-02-06T17:44:12.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:11.607655+0000 mon.smithi019 (mon.0) 249 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T17:44:12.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:11.608422+0000 mon.smithi019 (mon.0) 250 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:12.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:11.609715+0000 mgr.smithi019.gohzab (mgr.34104) 66 : cephadm [INF] Reconfiguring daemon osd.7 on smithi103 2024-02-06T17:44:12.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:11.610178+0000 mon.smithi019 (mon.0) 251 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-06T17:44:12.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:11.826931+0000 mgr.smithi019.gohzab (mgr.34104) 67 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 30 KiB/s rd, 170 B/s wr, 14 op/s 2024-02-06T17:44:13.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.88 MB/sec execute 167 sec latency 145351.862 ms 2024-02-06T17:44:14.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.87 MB/sec execute 168 sec latency 146351.956 ms 2024-02-06T17:44:14.293 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:12.969188+0000 mon.smithi019 (mon.0) 252 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:14.294 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:12.970145+0000 mgr.smithi019.gohzab (mgr.34104) 68 : cephadm [INF] Reconfiguring mds.foofs.smithi103.xlxcbt (monmap changed)... 2024-02-06T17:44:14.294 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:12.970512+0000 mon.smithi019 (mon.0) 253 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi103.xlxcbt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T17:44:14.294 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:12.971390+0000 mon.smithi019 (mon.0) 254 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:14.294 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:12.972081+0000 mgr.smithi019.gohzab (mgr.34104) 69 : cephadm [INF] Reconfiguring daemon mds.foofs.smithi103.xlxcbt on smithi103 2024-02-06T17:44:14.294 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:12.972519+0000 mon.smithi019 (mon.0) 255 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mds.foofs.smithi103.xlxcbt","key": "container_image"}]: dispatch 2024-02-06T17:44:14.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:12.969188+0000 mon.smithi019 (mon.0) 252 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:14.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:12.970145+0000 mgr.smithi019.gohzab (mgr.34104) 68 : cephadm [INF] Reconfiguring mds.foofs.smithi103.xlxcbt (monmap changed)... 2024-02-06T17:44:14.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:12.970512+0000 mon.smithi019 (mon.0) 253 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi103.xlxcbt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T17:44:14.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:12.971390+0000 mon.smithi019 (mon.0) 254 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:14.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:12.972081+0000 mgr.smithi019.gohzab (mgr.34104) 69 : cephadm [INF] Reconfiguring daemon mds.foofs.smithi103.xlxcbt on smithi103 2024-02-06T17:44:14.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:12.972519+0000 mon.smithi019 (mon.0) 255 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mds.foofs.smithi103.xlxcbt","key": "container_image"}]: dispatch 2024-02-06T17:44:15.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.86 MB/sec execute 169 sec latency 147352.004 ms 2024-02-06T17:44:15.111 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:13.827770+0000 mgr.smithi019.gohzab (mgr.34104) 70 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 17 KiB/s wr, 27 op/s 2024-02-06T17:44:15.111 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:14.336296+0000 mon.smithi019 (mon.0) 256 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:15.111 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:14.338239+0000 mon.smithi019 (mon.0) 257 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:44:15.111 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:14.341007+0000 mon.smithi019 (mon.0) 258 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:15.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:14.342939+0000 mon.smithi019 (mon.0) 259 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:15.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:14.349650+0000 mon.smithi019 (mon.0) 260 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:15.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:14.350514+0000 mon.smithi019 (mon.0) 261 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi019"}]: dispatch 2024-02-06T17:44:15.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:14.356619+0000 mon.smithi019 (mon.0) 262 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi019"}]': finished 2024-02-06T17:44:15.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:14.357415+0000 mon.smithi019 (mon.0) 263 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi103"}]: dispatch 2024-02-06T17:44:15.112 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:14.363304+0000 mon.smithi019 (mon.0) 264 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi103"}]': finished 2024-02-06T17:44:15.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:13.827770+0000 mgr.smithi019.gohzab (mgr.34104) 70 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 17 KiB/s wr, 27 op/s 2024-02-06T17:44:15.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:14.336296+0000 mon.smithi019 (mon.0) 256 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:15.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:14.338239+0000 mon.smithi019 (mon.0) 257 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:44:15.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:14.341007+0000 mon.smithi019 (mon.0) 258 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:15.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:14.342939+0000 mon.smithi019 (mon.0) 259 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:15.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:14.349650+0000 mon.smithi019 (mon.0) 260 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:15.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:14.350514+0000 mon.smithi019 (mon.0) 261 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi019"}]: dispatch 2024-02-06T17:44:15.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:14.356619+0000 mon.smithi019 (mon.0) 262 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi019"}]': finished 2024-02-06T17:44:15.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:14.357415+0000 mon.smithi019 (mon.0) 263 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi103"}]: dispatch 2024-02-06T17:44:15.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:14.363304+0000 mon.smithi019 (mon.0) 264 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi103"}]': finished 2024-02-06T17:44:16.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.85 MB/sec execute 170 sec latency 148352.084 ms 2024-02-06T17:44:16.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:15 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:14.343746+0000 mgr.smithi019.gohzab (mgr.34104) 71 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-06T17:44:16.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:15 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:15.767098+0000 mon.smithi019 (mon.0) 265 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:16.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:15 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:15.767895+0000 mon.smithi019 (mon.0) 266 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T17:44:16.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:15 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:15.768615+0000 mon.smithi019 (mon.0) 267 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:16.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:15 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:15.769572+0000 mon.smithi019 (mon.0) 268 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "client.crash.smithi019","key": "container_image"}]: dispatch 2024-02-06T17:44:16.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:14.343746+0000 mgr.smithi019.gohzab (mgr.34104) 71 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-06T17:44:16.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:15.767098+0000 mon.smithi019 (mon.0) 265 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:16.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:15.767895+0000 mon.smithi019 (mon.0) 266 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T17:44:16.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:15.768615+0000 mon.smithi019 (mon.0) 267 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:16.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:15.769572+0000 mon.smithi019 (mon.0) 268 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "client.crash.smithi019","key": "container_image"}]: dispatch 2024-02-06T17:44:17.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.83 MB/sec execute 171 sec latency 149352.124 ms 2024-02-06T17:44:17.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:15.762581+0000 mgr.smithi019.gohzab (mgr.34104) 72 : cephadm [INF] Upgrade: Updating crash.smithi019 (1/2) 2024-02-06T17:44:17.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:15.769193+0000 mgr.smithi019.gohzab (mgr.34104) 73 : cephadm [INF] Deploying daemon crash.smithi019 on smithi019 2024-02-06T17:44:17.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:15.828143+0000 mgr.smithi019.gohzab (mgr.34104) 74 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 17 KiB/s wr, 27 op/s 2024-02-06T17:44:17.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:15.762581+0000 mgr.smithi019.gohzab (mgr.34104) 72 : cephadm [INF] Upgrade: Updating crash.smithi019 (1/2) 2024-02-06T17:44:17.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:15.769193+0000 mgr.smithi019.gohzab (mgr.34104) 73 : cephadm [INF] Deploying daemon crash.smithi019 on smithi019 2024-02-06T17:44:17.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:15.828143+0000 mgr.smithi019.gohzab (mgr.34104) 74 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 17 KiB/s wr, 27 op/s 2024-02-06T17:44:18.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.82 MB/sec execute 172 sec latency 150352.184 ms 2024-02-06T17:44:19.052 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.81 MB/sec execute 173 sec latency 151352.210 ms 2024-02-06T17:44:19.200 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:17.828886+0000 mgr.smithi019.gohzab (mgr.34104) 75 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 21 KiB/s wr, 28 op/s 2024-02-06T17:44:19.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:17.828886+0000 mgr.smithi019.gohzab (mgr.34104) 75 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 21 KiB/s wr, 28 op/s 2024-02-06T17:44:20.053 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.80 MB/sec execute 174 sec latency 152352.615 ms 2024-02-06T17:44:20.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:19.246379+0000 mon.smithi019 (mon.0) 269 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:20.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:19.829344+0000 mgr.smithi019.gohzab (mgr.34104) 76 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 3.1 KiB/s rd, 21 KiB/s wr, 13 op/s 2024-02-06T17:44:20.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:19.246379+0000 mon.smithi019 (mon.0) 269 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:20.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:19.829344+0000 mgr.smithi019.gohzab (mgr.34104) 76 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 3.1 KiB/s rd, 21 KiB/s wr, 13 op/s 2024-02-06T17:44:21.053 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.79 MB/sec execute 175 sec latency 153352.698 ms 2024-02-06T17:44:22.053 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.78 MB/sec execute 176 sec latency 154352.813 ms 2024-02-06T17:44:22.068 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:20.785867+0000 mgr.smithi019.gohzab (mgr.34104) 77 : cephadm [INF] Upgrade: Updating crash.smithi103 (2/2) 2024-02-06T17:44:22.068 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:20.790933+0000 mon.smithi019 (mon.0) 270 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:22.068 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:20.791871+0000 mon.smithi019 (mon.0) 271 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi103", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T17:44:22.068 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:20.792740+0000 mon.smithi019 (mon.0) 272 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:22.068 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:20.793474+0000 mgr.smithi019.gohzab (mgr.34104) 78 : cephadm [INF] Deploying daemon crash.smithi103 on smithi103 2024-02-06T17:44:22.068 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:20.793941+0000 mon.smithi019 (mon.0) 273 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "client.crash.smithi103","key": "container_image"}]: dispatch 2024-02-06T17:44:22.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:20.785867+0000 mgr.smithi019.gohzab (mgr.34104) 77 : cephadm [INF] Upgrade: Updating crash.smithi103 (2/2) 2024-02-06T17:44:22.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:20.790933+0000 mon.smithi019 (mon.0) 270 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:22.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:20.791871+0000 mon.smithi019 (mon.0) 271 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi103", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T17:44:22.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:20.792740+0000 mon.smithi019 (mon.0) 272 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:22.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:20.793474+0000 mgr.smithi019.gohzab (mgr.34104) 78 : cephadm [INF] Deploying daemon crash.smithi103 on smithi103 2024-02-06T17:44:22.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:20.793941+0000 mon.smithi019 (mon.0) 273 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "client.crash.smithi103","key": "container_image"}]: dispatch 2024-02-06T17:44:23.024 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:21.829821+0000 mgr.smithi019.gohzab (mgr.34104) 79 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 3.1 KiB/s rd, 21 KiB/s wr, 13 op/s 2024-02-06T17:44:23.053 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.77 MB/sec execute 177 sec latency 155352.928 ms 2024-02-06T17:44:23.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:21.829821+0000 mgr.smithi019.gohzab (mgr.34104) 79 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 3.1 KiB/s rd, 21 KiB/s wr, 13 op/s 2024-02-06T17:44:24.053 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.76 MB/sec execute 178 sec latency 156353.044 ms 2024-02-06T17:44:24.678 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:23.830561+0000 mgr.smithi019.gohzab (mgr.34104) 80 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 3.1 KiB/s rd, 22 KiB/s wr, 14 op/s 2024-02-06T17:44:24.678 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:24.480575+0000 mon.smithi019 (mon.0) 274 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:24.678 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:24.481566+0000 mon.smithi019 (mon.0) 275 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:44:24.678 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:24.483269+0000 mon.smithi019 (mon.0) 276 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:44:24.678 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:24.483641+0000 mon.smithi019 (mon.0) 277 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:44:24.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:23.830561+0000 mgr.smithi019.gohzab (mgr.34104) 80 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 3.1 KiB/s rd, 22 KiB/s wr, 14 op/s 2024-02-06T17:44:24.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:24.480575+0000 mon.smithi019 (mon.0) 274 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:24.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:24.481566+0000 mon.smithi019 (mon.0) 275 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:44:24.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:24.483269+0000 mon.smithi019 (mon.0) 276 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:44:24.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:24.483641+0000 mon.smithi019 (mon.0) 277 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:44:25.053 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.75 MB/sec execute 179 sec latency 157353.094 ms 2024-02-06T17:44:26.053 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.74 MB/sec execute 180 sec latency 158353.142 ms 2024-02-06T17:44:27.053 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.73 MB/sec execute 181 sec latency 159353.179 ms 2024-02-06T17:44:27.068 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:25.831100+0000 mgr.smithi019.gohzab (mgr.34104) 81 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 4.7 KiB/s wr, 0 op/s 2024-02-06T17:44:27.172 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:25.831100+0000 mgr.smithi019.gohzab (mgr.34104) 81 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 4.7 KiB/s wr, 0 op/s 2024-02-06T17:44:28.053 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.72 MB/sec execute 182 sec latency 160353.220 ms 2024-02-06T17:44:29.053 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.71 MB/sec execute 183 sec latency 161353.291 ms 2024-02-06T17:44:29.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:27.831673+0000 mgr.smithi019.gohzab (mgr.34104) 82 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 5.1 KiB/s wr, 1 op/s 2024-02-06T17:44:29.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:27.831673+0000 mgr.smithi019.gohzab (mgr.34104) 82 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 5.1 KiB/s wr, 1 op/s 2024-02-06T17:44:30.053 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.71 MB/sec execute 184 sec latency 162353.347 ms 2024-02-06T17:44:30.670 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:30 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:29.369214+0000 mon.smithi019 (mon.0) 278 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:30.670 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:30 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:29.832022+0000 mgr.smithi019.gohzab (mgr.34104) 83 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 1.1 KiB/s wr, 0 op/s 2024-02-06T17:44:30.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:30 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:29.369214+0000 mon.smithi019 (mon.0) 278 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:30.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:30 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:29.832022+0000 mgr.smithi019.gohzab (mgr.34104) 83 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 1.1 KiB/s wr, 0 op/s 2024-02-06T17:44:31.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.70 MB/sec execute 185 sec latency 163353.396 ms 2024-02-06T17:44:31.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.500497+0000 mon.smithi019 (mon.0) 279 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:31.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.501352+0000 mon.smithi019 (mon.0) 280 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:31.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.502151+0000 mon.smithi019 (mon.0) 281 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:44:31.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:30.502750+0000 mgr.smithi019.gohzab (mgr.34104) 84 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:44:31.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.505789+0000 mon.smithi019 (mon.0) 282 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:31.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.508250+0000 mon.smithi019 (mon.0) 283 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:44:31.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:30.508633+0000 mgr.smithi019.gohzab (mgr.34104) 85 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:44:31.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:30.508721+0000 mgr.smithi019.gohzab (mgr.34104) 86 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:44:31.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.511792+0000 mon.smithi019 (mon.0) 284 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:31.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.515544+0000 mon.smithi019 (mon.0) 285 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:44:31.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.517533+0000 mon.smithi019 (mon.0) 286 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:31.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.518679+0000 mon.smithi019 (mon.0) 287 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:31.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.519817+0000 mon.smithi019 (mon.0) 288 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:31.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:30.520359+0000 mgr.smithi019.gohzab (mgr.34104) 87 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-06T17:44:31.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.523921+0000 mon.smithi019 (mon.0) 289 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:31.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.524546+0000 mon.smithi019 (mon.0) 290 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi019"}]: dispatch 2024-02-06T17:44:31.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.529418+0000 mon.smithi019 (mon.0) 291 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi019"}]': finished 2024-02-06T17:44:31.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.529986+0000 mon.smithi019 (mon.0) 292 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi103"}]: dispatch 2024-02-06T17:44:31.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.534083+0000 mon.smithi019 (mon.0) 293 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi103"}]': finished 2024-02-06T17:44:31.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.535194+0000 mon.smithi019 (mon.0) 294 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T17:44:31.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:30.535319+0000 mgr.smithi019.gohzab (mgr.34104) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T17:44:31.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:30.536057+0000 mgr.smithi019.gohzab (mgr.34104) 89 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-06T17:44:31.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.500497+0000 mon.smithi019 (mon.0) 279 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:31.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.501352+0000 mon.smithi019 (mon.0) 280 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:31.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.502151+0000 mon.smithi019 (mon.0) 281 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:44:31.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:30.502750+0000 mgr.smithi019.gohzab (mgr.34104) 84 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:44:31.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.505789+0000 mon.smithi019 (mon.0) 282 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:31.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.508250+0000 mon.smithi019 (mon.0) 283 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:44:31.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:30.508633+0000 mgr.smithi019.gohzab (mgr.34104) 85 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:44:31.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:30.508721+0000 mgr.smithi019.gohzab (mgr.34104) 86 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:44:31.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.511792+0000 mon.smithi019 (mon.0) 284 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:31.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.515544+0000 mon.smithi019 (mon.0) 285 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:44:31.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.517533+0000 mon.smithi019 (mon.0) 286 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:31.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.518679+0000 mon.smithi019 (mon.0) 287 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:31.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.519817+0000 mon.smithi019 (mon.0) 288 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:31.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:30.520359+0000 mgr.smithi019.gohzab (mgr.34104) 87 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-06T17:44:31.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.523921+0000 mon.smithi019 (mon.0) 289 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:31.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.524546+0000 mon.smithi019 (mon.0) 290 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi019"}]: dispatch 2024-02-06T17:44:31.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.529418+0000 mon.smithi019 (mon.0) 291 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi019"}]': finished 2024-02-06T17:44:31.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.529986+0000 mon.smithi019 (mon.0) 292 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi103"}]: dispatch 2024-02-06T17:44:31.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.534083+0000 mon.smithi019 (mon.0) 293 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi103"}]': finished 2024-02-06T17:44:31.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.535194+0000 mon.smithi019 (mon.0) 294 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T17:44:31.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:30.535319+0000 mgr.smithi019.gohzab (mgr.34104) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T17:44:31.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:30.536057+0000 mgr.smithi019.gohzab (mgr.34104) 89 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-06T17:44:32.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.69 MB/sec execute 186 sec latency 164353.701 ms 2024-02-06T17:44:32.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:31.832642+0000 mgr.smithi019.gohzab (mgr.34104) 90 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 1.1 KiB/s wr, 0 op/s 2024-02-06T17:44:32.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:31.859029+0000 mon.smithi019 (mon.0) 295 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-02-06T17:44:32.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:31.859360+0000 mon.smithi019 (mon.0) 296 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-06T17:44:32.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:31.859651+0000 mon.smithi019 (mon.0) 297 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-06T17:44:32.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:31.859948+0000 mon.smithi019 (mon.0) 298 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-06T17:44:32.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:31.975526+0000 mgr.smithi019.gohzab (mgr.34104) 91 : cephadm [INF] Upgrade: Updating osd.0 2024-02-06T17:44:32.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:31.980067+0000 mon.smithi019 (mon.0) 299 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:32.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:31.980850+0000 mon.smithi019 (mon.0) 300 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T17:44:32.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:31.981454+0000 mon.smithi019 (mon.0) 301 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:32.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:31.982649+0000 mgr.smithi019.gohzab (mgr.34104) 92 : cephadm [INF] Deploying daemon osd.0 on smithi019 2024-02-06T17:44:32.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:31.983128+0000 mon.smithi019 (mon.0) 302 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T17:44:32.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:31.832642+0000 mgr.smithi019.gohzab (mgr.34104) 90 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 1.1 KiB/s wr, 0 op/s 2024-02-06T17:44:32.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:31.859029+0000 mon.smithi019 (mon.0) 295 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-02-06T17:44:32.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:31.859360+0000 mon.smithi019 (mon.0) 296 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-06T17:44:32.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:31.859651+0000 mon.smithi019 (mon.0) 297 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-06T17:44:32.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:31.859948+0000 mon.smithi019 (mon.0) 298 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-06T17:44:32.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:31.975526+0000 mgr.smithi019.gohzab (mgr.34104) 91 : cephadm [INF] Upgrade: Updating osd.0 2024-02-06T17:44:32.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:31.980067+0000 mon.smithi019 (mon.0) 299 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:32.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:31.980850+0000 mon.smithi019 (mon.0) 300 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T17:44:32.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:31.981454+0000 mon.smithi019 (mon.0) 301 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:32.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:31.982649+0000 mgr.smithi019.gohzab (mgr.34104) 92 : cephadm [INF] Deploying daemon osd.0 on smithi019 2024-02-06T17:44:32.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:31.983128+0000 mon.smithi019 (mon.0) 302 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T17:44:33.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.68 MB/sec execute 187 sec latency 165353.789 ms 2024-02-06T17:44:34.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.67 MB/sec execute 188 sec latency 166353.852 ms 2024-02-06T17:44:34.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:33.833365+0000 mgr.smithi019.gohzab (mgr.34104) 93 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 1.1 KiB/s wr, 0 op/s 2024-02-06T17:44:35.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.66 MB/sec execute 189 sec latency 167353.885 ms 2024-02-06T17:44:35.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:33.833365+0000 mgr.smithi019.gohzab (mgr.34104) 93 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 1.1 KiB/s wr, 0 op/s 2024-02-06T17:44:35.178 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:35 smithi019 systemd[1]: Stopping Ceph osd.0 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:44:35.928 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:35 smithi019 bash[73103]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.0 2024-02-06T17:44:35.929 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:35 smithi019 bash[73158]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.0 2024-02-06T17:44:35.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.418103+0000 mon.smithi019 (mon.0) 303 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:44:35.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.418140+0000 mon.smithi019 (mon.0) 304 : cluster [INF] osd.0 failed (root=default,host=smithi019) (connection refused reported by osd.3) 2024-02-06T17:44:35.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.418375+0000 mon.smithi019 (mon.0) 305 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:44:35.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.418535+0000 mon.smithi019 (mon.0) 306 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:44:35.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.418682+0000 mon.smithi019 (mon.0) 307 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:44:35.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.418834+0000 mon.smithi019 (mon.0) 308 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:44:35.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.418965+0000 mon.smithi019 (mon.0) 309 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:44:35.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.419100+0000 mon.smithi019 (mon.0) 310 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:44:35.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.419243+0000 mon.smithi019 (mon.0) 311 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:44:35.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.419382+0000 mon.smithi019 (mon.0) 312 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:44:35.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.419514+0000 mon.smithi019 (mon.0) 313 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:44:35.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.419650+0000 mon.smithi019 (mon.0) 314 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:44:35.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.419809+0000 mon.smithi019 (mon.0) 315 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:44:35.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.419942+0000 mon.smithi019 (mon.0) 316 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:44:35.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.420075+0000 mon.smithi019 (mon.0) 317 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:44:35.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.420211+0000 mon.smithi019 (mon.0) 318 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:44:35.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.420347+0000 mon.smithi019 (mon.0) 319 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:44:35.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.420480+0000 mon.smithi019 (mon.0) 320 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:44:35.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.420623+0000 mon.smithi019 (mon.0) 321 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:44:35.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.420761+0000 mon.smithi019 (mon.0) 322 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:44:35.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.420907+0000 mon.smithi019 (mon.0) 323 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:44:36.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.65 MB/sec execute 190 sec latency 168353.918 ms 2024-02-06T17:44:36.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.418103+0000 mon.smithi019 (mon.0) 303 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:44:36.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.418140+0000 mon.smithi019 (mon.0) 304 : cluster [INF] osd.0 failed (root=default,host=smithi019) (connection refused reported by osd.3) 2024-02-06T17:44:36.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.418375+0000 mon.smithi019 (mon.0) 305 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:44:36.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.418535+0000 mon.smithi019 (mon.0) 306 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:44:36.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.418682+0000 mon.smithi019 (mon.0) 307 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:44:36.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.418834+0000 mon.smithi019 (mon.0) 308 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:44:36.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.418965+0000 mon.smithi019 (mon.0) 309 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:44:36.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.419100+0000 mon.smithi019 (mon.0) 310 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:44:36.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.419243+0000 mon.smithi019 (mon.0) 311 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:44:36.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.419382+0000 mon.smithi019 (mon.0) 312 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:44:36.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.419514+0000 mon.smithi019 (mon.0) 313 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:44:36.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.419650+0000 mon.smithi019 (mon.0) 314 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:44:36.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.419809+0000 mon.smithi019 (mon.0) 315 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:44:36.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.419942+0000 mon.smithi019 (mon.0) 316 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:44:36.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.420075+0000 mon.smithi019 (mon.0) 317 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:44:36.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.420211+0000 mon.smithi019 (mon.0) 318 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:44:36.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.420347+0000 mon.smithi019 (mon.0) 319 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:44:36.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.420480+0000 mon.smithi019 (mon.0) 320 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:44:36.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.420623+0000 mon.smithi019 (mon.0) 321 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:44:36.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.420761+0000 mon.smithi019 (mon.0) 322 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:44:36.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.420907+0000 mon.smithi019 (mon.0) 323 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:44:36.222 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:44:36.832 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:44:36.832 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (9m) 6s ago 10m 21.7M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:44:36.832 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (18s) 6s ago 10m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:44:36.832 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (12s) 7s ago 9m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:44:36.832 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (8m) 6s ago 10m 36.7M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:44:36.832 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (5m) 6s ago 5m 26.7M - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:44:36.833 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (5m) 7s ago 5m 10.9M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:44:36.833 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (2m) 6s ago 12m 428M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:44:36.833 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (89s) 7s ago 10m 385M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:44:36.833 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (78s) 6s ago 12m 41.5M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:44:36.833 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (53s) 7s ago 10m 37.4M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:44:36.833 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (2m) 6s ago 2m 83.6M - 3.3 2cf504fded39 adf1dd107571 2024-02-06T17:44:36.833 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (2m) 7s ago 2m 84.4M - 3.3 2cf504fded39 b4b433e0c555 2024-02-06T17:44:36.833 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (9m) 6s ago 9m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:44:36.833 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (10m) 7s ago 10m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:44:36.833 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (9m) 6s ago 9m 167M 4096M 15.2.13 2cf504fded39 30880daac887 2024-02-06T17:44:36.833 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (9m) 6s ago 9m 317M 4096M 15.2.13 2cf504fded39 117662ecaaa9 2024-02-06T17:44:36.833 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (8m) 6s ago 8m 252M 4096M 15.2.13 2cf504fded39 10f80ae626ee 2024-02-06T17:44:36.834 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (8m) 6s ago 8m 136M 4096M 15.2.13 2cf504fded39 d91107b31630 2024-02-06T17:44:36.834 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (8m) 7s ago 8m 386M 4096M 15.2.13 2cf504fded39 1b3bc00a3569 2024-02-06T17:44:36.834 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (7m) 7s ago 7m 173M 4096M 15.2.13 2cf504fded39 6804e0615190 2024-02-06T17:44:36.834 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (7m) 7s ago 7m 353M 4096M 15.2.13 2cf504fded39 45fcd81af22b 2024-02-06T17:44:36.834 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (7m) 7s ago 7m 259M 4096M 15.2.13 2cf504fded39 b2084015ed6c 2024-02-06T17:44:36.834 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (2m) 7s ago 9m 58.0M - 2.18.1 de242295e225 022e961862e3 2024-02-06T17:44:36.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.675639+0000 mon.smithi019 (mon.0) 324 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:44:36.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.686247+0000 mon.smithi019 (mon.0) 325 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-02-06T17:44:36.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:35.686548+0000 mon.smithi019 (mon.0) 326 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-06T17:44:36.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:35.687120+0000 mon.smithi019 (mon.0) 327 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T17:44:36.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:35.833938+0000 mgr.smithi019.gohzab (mgr.34104) 94 : cluster [DBG] pgmap v36: 129 pgs: 16 stale+active+clean, 113 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 409 B/s wr, 0 op/s 2024-02-06T17:44:37.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.64 MB/sec execute 191 sec latency 169353.969 ms 2024-02-06T17:44:37.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.675639+0000 mon.smithi019 (mon.0) 324 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:44:37.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.686247+0000 mon.smithi019 (mon.0) 325 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-02-06T17:44:37.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:35.686548+0000 mon.smithi019 (mon.0) 326 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-06T17:44:37.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:35.687120+0000 mon.smithi019 (mon.0) 327 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T17:44:37.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:35.833938+0000 mgr.smithi019.gohzab (mgr.34104) 94 : cluster [DBG] pgmap v36: 129 pgs: 16 stale+active+clean, 113 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 409 B/s wr, 0 op/s 2024-02-06T17:44:37.212 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:44:37.212 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:44:37.212 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 9, 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 4 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:44:37.213 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:44:37.504 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:44:37.504 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:44:37.504 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:44:37.504 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:44:37.504 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:44:37.504 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr", 2024-02-06T17:44:37.504 INFO:teuthology.orchestra.run.smithi019.stdout: "mon", 2024-02-06T17:44:37.504 INFO:teuthology.orchestra.run.smithi019.stdout: "crash" 2024-02-06T17:44:37.505 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:44:37.505 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "6/23 daemons upgraded", 2024-02-06T17:44:37.505 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T17:44:37.505 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:44:37.505 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:44:37.820 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:37 smithi019 systemd[1]: ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.0.service: Succeeded. 2024-02-06T17:44:37.820 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:37 smithi019 systemd[1]: Stopped Ceph osd.0 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:44:37.821 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.208365+0000 mgr.smithi019.gohzab (mgr.34104) 95 : audit [DBG] from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:37.821 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.519632+0000 mgr.smithi019.gohzab (mgr.34104) 96 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:37.821 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.686800+0000 mon.smithi019 (mon.0) 328 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-06T17:44:37.821 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:36.687033+0000 mon.smithi019 (mon.0) 329 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-06T17:44:37.821 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.817482+0000 mgr.smithi019.gohzab (mgr.34104) 97 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:37.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.819704+0000 mon.smithi019 (mon.0) 330 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:44:37.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.820176+0000 mon.smithi019 (mon.0) 331 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:37.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.820615+0000 mon.smithi019 (mon.0) 332 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:37.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.821037+0000 mon.smithi019 (mon.0) 333 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:37.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.821453+0000 mon.smithi019 (mon.0) 334 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:37.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.823349+0000 mon.smithi019 (mon.0) 335 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:44:37.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.823776+0000 mon.smithi019 (mon.0) 336 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:37.823 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.824190+0000 mon.smithi019 (mon.0) 337 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:37.823 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.824608+0000 mon.smithi019 (mon.0) 338 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:37.823 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:36.825027+0000 mon.smithi019 (mon.0) 339 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:37.823 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:37.212375+0000 mon.smithi019 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.19:0/1703238875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:38.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.63 MB/sec execute 192 sec latency 170354.025 ms 2024-02-06T17:44:38.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.208365+0000 mgr.smithi019.gohzab (mgr.34104) 95 : audit [DBG] from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:38.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.519632+0000 mgr.smithi019.gohzab (mgr.34104) 96 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:38.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.686800+0000 mon.smithi019 (mon.0) 328 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-06T17:44:38.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:36.687033+0000 mon.smithi019 (mon.0) 329 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-06T17:44:38.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.817482+0000 mgr.smithi019.gohzab (mgr.34104) 97 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:38.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.819704+0000 mon.smithi019 (mon.0) 330 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:44:38.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.820176+0000 mon.smithi019 (mon.0) 331 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:38.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.820615+0000 mon.smithi019 (mon.0) 332 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:38.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.821037+0000 mon.smithi019 (mon.0) 333 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:38.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.821453+0000 mon.smithi019 (mon.0) 334 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:38.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.823349+0000 mon.smithi019 (mon.0) 335 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:44:38.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.823776+0000 mon.smithi019 (mon.0) 336 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:38.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.824190+0000 mon.smithi019 (mon.0) 337 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:38.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.824608+0000 mon.smithi019 (mon.0) 338 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:38.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:36.825027+0000 mon.smithi019 (mon.0) 339 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:44:38.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:37.212375+0000 mon.smithi019 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.19:0/1703238875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:38.156 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:37 smithi019 systemd[1]: Starting Ceph osd.0 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:44:39.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.63 MB/sec execute 193 sec latency 171354.073 ms 2024-02-06T17:44:39.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:37.503537+0000 mgr.smithi019.gohzab (mgr.34104) 98 : audit [DBG] from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:39.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:37.834646+0000 mgr.smithi019.gohzab (mgr.34104) 99 : cluster [DBG] pgmap v38: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 192/1392 objects degraded (13.793%) 2024-02-06T17:44:39.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:37.503537+0000 mgr.smithi019.gohzab (mgr.34104) 98 : audit [DBG] from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:44:39.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:37.834646+0000 mgr.smithi019.gohzab (mgr.34104) 99 : cluster [DBG] pgmap v38: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 192/1392 objects degraded (13.793%) 2024-02-06T17:44:39.179 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:38 smithi019 bash[73542]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T17:44:39.179 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:38 smithi019 bash[73542]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-06T17:44:39.179 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:38 smithi019 bash[73542]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-02-06T17:44:39.179 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:38 smithi019 bash[73542]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-06T17:44:39.179 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:38 smithi019 bash[73542]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-02-06T17:44:39.179 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:38 smithi019 bash[73542]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-06T17:44:39.179 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:38 smithi019 bash[73542]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-06T17:44:39.179 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:38 smithi019 bash[73542]: --> ceph-volume lvm activate successful for osd ID: 0 2024-02-06T17:44:39.979 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:38.686646+0000 mon.smithi019 (mon.0) 341 : cluster [WRN] Health check failed: Degraded data redundancy: 192/1392 objects degraded (13.793%), 29 pgs degraded (PG_DEGRADED) 2024-02-06T17:44:40.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.62 MB/sec execute 194 sec latency 172354.144 ms 2024-02-06T17:44:40.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:39 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:38.686646+0000 mon.smithi019 (mon.0) 341 : cluster [WRN] Health check failed: Degraded data redundancy: 192/1392 objects degraded (13.793%), 29 pgs degraded (PG_DEGRADED) 2024-02-06T17:44:40.428 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-0[73800]: debug 2024-02-06T17:44:40.124+0000 7f5fd9e75700 1 -- 172.21.15.19:0/802961807 <== mon.0 v2:172.21.15.19:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5611763a6680 con 0x56117636f000 2024-02-06T17:44:40.429 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:40 smithi019 bash[73785]: 8b717c6300ef1adfbc2bc908671efafa1c7ea337c35feeb8ab5cb7e98c3994f2 2024-02-06T17:44:40.429 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:40 smithi019 systemd[1]: Started Ceph osd.0 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:44:40.928 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-0[73800]: debug 2024-02-06T17:44:40.644+0000 7f5fe1903380 -1 Falling back to public interface 2024-02-06T17:44:40.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:39.835049+0000 mgr.smithi019.gohzab (mgr.34104) 100 : cluster [DBG] pgmap v39: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 192/1392 objects degraded (13.793%) 2024-02-06T17:44:40.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:40.248250+0000 mon.smithi019 (mon.0) 342 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:40.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:40.249055+0000 mon.smithi019 (mon.0) 343 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:44:40.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:40.250452+0000 mon.smithi019 (mon.0) 344 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:44:41.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.61 MB/sec execute 195 sec latency 173354.228 ms 2024-02-06T17:44:41.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:39.835049+0000 mgr.smithi019.gohzab (mgr.34104) 100 : cluster [DBG] pgmap v39: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 192/1392 objects degraded (13.793%) 2024-02-06T17:44:41.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:40.248250+0000 mon.smithi019 (mon.0) 342 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:41.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:40.249055+0000 mon.smithi019 (mon.0) 343 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:44:41.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:40.250452+0000 mon.smithi019 (mon.0) 344 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:44:42.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.60 MB/sec execute 196 sec latency 174354.269 ms 2024-02-06T17:44:43.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.59 MB/sec execute 197 sec latency 175354.298 ms 2024-02-06T17:44:43.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:41.835456+0000 mgr.smithi019.gohzab (mgr.34104) 101 : cluster [DBG] pgmap v40: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 192/1392 objects degraded (13.793%) 2024-02-06T17:44:43.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:41.835456+0000 mgr.smithi019.gohzab (mgr.34104) 101 : cluster [DBG] pgmap v40: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 192/1392 objects degraded (13.793%) 2024-02-06T17:44:44.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.58 MB/sec execute 198 sec latency 176354.346 ms 2024-02-06T17:44:44.178 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-0[73800]: debug 2024-02-06T17:44:43.919+0000 7f5fe1903380 -1 osd.0 67 log_to_monitors {default=true} 2024-02-06T17:44:44.928 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:44:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-0[73800]: debug 2024-02-06T17:44:44.686+0000 7f5fd25e9700 -1 osd.0 67 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T17:44:44.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:43.836129+0000 mgr.smithi019.gohzab (mgr.34104) 102 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 192/1392 objects degraded (13.793%) 2024-02-06T17:44:44.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:43.924232+0000 mon.smithi019 (mon.0) 345 : audit [INF] from='osd.0 [v2:172.21.15.19:6802/2861495901,v1:172.21.15.19:6803/2861495901]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:44:45.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.58 MB/sec execute 199 sec latency 177354.379 ms 2024-02-06T17:44:45.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:43.836129+0000 mgr.smithi019.gohzab (mgr.34104) 102 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 192/1392 objects degraded (13.793%) 2024-02-06T17:44:45.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:43.924232+0000 mon.smithi019 (mon.0) 345 : audit [INF] from='osd.0 [v2:172.21.15.19:6802/2861495901,v1:172.21.15.19:6803/2861495901]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:44:45.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:44.679070+0000 mon.smithi019 (mon.0) 346 : audit [INF] from='osd.0 [v2:172.21.15.19:6802/2861495901,v1:172.21.15.19:6803/2861495901]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-06T17:44:45.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:44.679147+0000 mon.smithi019 (mon.0) 347 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-06T17:44:45.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:44.680223+0000 mon.smithi019 (mon.0) 348 : audit [INF] from='osd.0 [v2:172.21.15.19:6802/2861495901,v1:172.21.15.19:6803/2861495901]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-06T17:44:46.054 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.57 MB/sec execute 200 sec latency 178354.430 ms 2024-02-06T17:44:46.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:44.679070+0000 mon.smithi019 (mon.0) 346 : audit [INF] from='osd.0 [v2:172.21.15.19:6802/2861495901,v1:172.21.15.19:6803/2861495901]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-06T17:44:46.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:44.679147+0000 mon.smithi019 (mon.0) 347 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-06T17:44:46.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:44.680223+0000 mon.smithi019 (mon.0) 348 : audit [INF] from='osd.0 [v2:172.21.15.19:6802/2861495901,v1:172.21.15.19:6803/2861495901]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-06T17:44:47.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.56 MB/sec execute 201 sec latency 179354.485 ms 2024-02-06T17:44:47.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:45.677614+0000 mon.smithi019 (mon.0) 349 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:44:47.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:45.681697+0000 mon.smithi019 (mon.0) 350 : cluster [INF] osd.0 [v2:172.21.15.19:6802/2861495901,v1:172.21.15.19:6803/2861495901] boot 2024-02-06T17:44:47.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:45.681757+0000 mon.smithi019 (mon.0) 351 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-06T17:44:47.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:45.686284+0000 mon.smithi019 (mon.0) 352 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:44:47.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:45.836608+0000 mgr.smithi019.gohzab (mgr.34104) 103 : cluster [DBG] pgmap v44: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 192/1392 objects degraded (13.793%) 2024-02-06T17:44:47.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:45.859248+0000 mon.smithi019 (mon.0) 353 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:47.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:46.155299+0000 mon.smithi019 (mon.0) 354 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:47.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:46.155946+0000 mon.smithi019 (mon.0) 355 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:44:47.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:46.160148+0000 mon.smithi019 (mon.0) 356 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:47.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:46.162401+0000 mon.smithi019 (mon.0) 357 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:44:47.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:46.167465+0000 mon.smithi019 (mon.0) 358 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:47.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:46.171110+0000 mon.smithi019 (mon.0) 359 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:44:47.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:46.173020+0000 mon.smithi019 (mon.0) 360 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:47.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:46.174125+0000 mon.smithi019 (mon.0) 361 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:47.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:46.175210+0000 mon.smithi019 (mon.0) 362 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:47.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:46.176295+0000 mon.smithi019 (mon.0) 363 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:44:47.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:46.683579+0000 mon.smithi019 (mon.0) 364 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-06T17:44:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:45.677614+0000 mon.smithi019 (mon.0) 349 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:44:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:45.681697+0000 mon.smithi019 (mon.0) 350 : cluster [INF] osd.0 [v2:172.21.15.19:6802/2861495901,v1:172.21.15.19:6803/2861495901] boot 2024-02-06T17:44:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:45.681757+0000 mon.smithi019 (mon.0) 351 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-06T17:44:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:45.686284+0000 mon.smithi019 (mon.0) 352 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:44:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:45.836608+0000 mgr.smithi019.gohzab (mgr.34104) 103 : cluster [DBG] pgmap v44: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 192/1392 objects degraded (13.793%) 2024-02-06T17:44:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:45.859248+0000 mon.smithi019 (mon.0) 353 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:46.155299+0000 mon.smithi019 (mon.0) 354 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:44:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:46.155946+0000 mon.smithi019 (mon.0) 355 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:44:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:46.160148+0000 mon.smithi019 (mon.0) 356 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:46.162401+0000 mon.smithi019 (mon.0) 357 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:44:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:46.167465+0000 mon.smithi019 (mon.0) 358 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:46.171110+0000 mon.smithi019 (mon.0) 359 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:44:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:46.173020+0000 mon.smithi019 (mon.0) 360 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:46.174125+0000 mon.smithi019 (mon.0) 361 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:46.175210+0000 mon.smithi019 (mon.0) 362 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:44:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:46.176295+0000 mon.smithi019 (mon.0) 363 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:44:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:46.683579+0000 mon.smithi019 (mon.0) 364 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-06T17:44:48.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.55 MB/sec execute 202 sec latency 180354.576 ms 2024-02-06T17:44:48.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:46.156472+0000 mgr.smithi019.gohzab (mgr.34104) 104 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:44:48.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:46.162760+0000 mgr.smithi019.gohzab (mgr.34104) 105 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:44:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:46.162831+0000 mgr.smithi019.gohzab (mgr.34104) 106 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:44:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:46.176413+0000 mgr.smithi019.gohzab (mgr.34104) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:44:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:44:46.177017+0000 mgr.smithi019.gohzab (mgr.34104) 108 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-06T17:44:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:47.028421+0000 mon.smithi019 (mon.0) 365 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:46.156472+0000 mgr.smithi019.gohzab (mgr.34104) 104 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:44:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:46.162760+0000 mgr.smithi019.gohzab (mgr.34104) 105 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:44:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:46.162831+0000 mgr.smithi019.gohzab (mgr.34104) 106 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:44:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:46.176413+0000 mgr.smithi019.gohzab (mgr.34104) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:44:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:44:46.177017+0000 mgr.smithi019.gohzab (mgr.34104) 108 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-06T17:44:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:47.028421+0000 mon.smithi019 (mon.0) 365 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:49.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.55 MB/sec execute 203 sec latency 181354.683 ms 2024-02-06T17:44:49.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:47.837558+0000 mgr.smithi019.gohzab (mgr.34104) 109 : cluster [DBG] pgmap v46: 129 pgs: 10 active+undersized+degraded, 6 active+undersized, 113 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 84/1392 objects degraded (6.034%) 2024-02-06T17:44:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:48.026889+0000 mon.smithi019 (mon.0) 366 : cluster [WRN] Health check update: Degraded data redundancy: 84/1392 objects degraded (6.034%), 10 pgs degraded (PG_DEGRADED) 2024-02-06T17:44:49.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:47.837558+0000 mgr.smithi019.gohzab (mgr.34104) 109 : cluster [DBG] pgmap v46: 129 pgs: 10 active+undersized+degraded, 6 active+undersized, 113 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 84/1392 objects degraded (6.034%) 2024-02-06T17:44:49.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:48.026889+0000 mon.smithi019 (mon.0) 366 : cluster [WRN] Health check update: Degraded data redundancy: 84/1392 objects degraded (6.034%), 10 pgs degraded (PG_DEGRADED) 2024-02-06T17:44:50.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.54 MB/sec execute 204 sec latency 182354.791 ms 2024-02-06T17:44:50.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:50.040034+0000 mon.smithi019 (mon.0) 367 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 84/1392 objects degraded (6.034%), 10 pgs degraded) 2024-02-06T17:44:50.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:50.040034+0000 mon.smithi019 (mon.0) 367 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 84/1392 objects degraded (6.034%), 10 pgs degraded) 2024-02-06T17:44:51.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.53 MB/sec execute 205 sec latency 183354.919 ms 2024-02-06T17:44:51.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:49.838229+0000 mgr.smithi019.gohzab (mgr.34104) 110 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:44:51.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:49.838229+0000 mgr.smithi019.gohzab (mgr.34104) 110 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:44:52.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.52 MB/sec execute 206 sec latency 184355.029 ms 2024-02-06T17:44:53.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.52 MB/sec execute 207 sec latency 185355.119 ms 2024-02-06T17:44:53.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:51.838803+0000 mgr.smithi019.gohzab (mgr.34104) 111 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:44:53.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:51.838803+0000 mgr.smithi019.gohzab (mgr.34104) 111 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:44:54.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.51 MB/sec execute 208 sec latency 186355.194 ms 2024-02-06T17:44:55.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.50 MB/sec execute 209 sec latency 187355.232 ms 2024-02-06T17:44:55.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:53.839481+0000 mgr.smithi019.gohzab (mgr.34104) 112 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:44:55.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:53.839481+0000 mgr.smithi019.gohzab (mgr.34104) 112 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:44:56.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.49 MB/sec execute 210 sec latency 188355.271 ms 2024-02-06T17:44:57.055 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.49 MB/sec execute 211 sec latency 189355.320 ms 2024-02-06T17:44:57.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:55.839978+0000 mgr.smithi019.gohzab (mgr.34104) 113 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:44:57.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:55.839978+0000 mgr.smithi019.gohzab (mgr.34104) 113 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:44:58.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.48 MB/sec execute 212 sec latency 190355.440 ms 2024-02-06T17:44:58.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:44:57.073658+0000 mon.smithi019 (mon.0) 368 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:58.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:44:57.073658+0000 mon.smithi019 (mon.0) 368 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:44:59.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.47 MB/sec execute 213 sec latency 191355.535 ms 2024-02-06T17:44:59.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:44:59 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:57.840809+0000 mgr.smithi019.gohzab (mgr.34104) 114 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:44:59.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:44:59 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:57.840809+0000 mgr.smithi019.gohzab (mgr.34104) 114 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:45:00.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.47 MB/sec execute 214 sec latency 192355.637 ms 2024-02-06T17:45:01.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.46 MB/sec execute 215 sec latency 193355.744 ms 2024-02-06T17:45:01.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:44:59.841316+0000 mgr.smithi019.gohzab (mgr.34104) 115 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:45:01.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:01 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:44:59.841316+0000 mgr.smithi019.gohzab (mgr.34104) 115 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:45:02.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.45 MB/sec execute 216 sec latency 194355.808 ms 2024-02-06T17:45:02.292 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:02 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:01.190092+0000 mon.smithi019 (mon.0) 369 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:45:02.292 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:02 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:02.028880+0000 mon.smithi019 (mon.0) 370 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:02.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:02 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:01.190092+0000 mon.smithi019 (mon.0) 369 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:45:02.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:02 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:02.028880+0000 mon.smithi019 (mon.0) 370 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:03.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.45 MB/sec execute 217 sec latency 195355.843 ms 2024-02-06T17:45:03.403 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:01.190308+0000 mgr.smithi019.gohzab (mgr.34104) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:45:03.403 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:01.191485+0000 mgr.smithi019.gohzab (mgr.34104) 117 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-06T17:45:03.403 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:01.841899+0000 mgr.smithi019.gohzab (mgr.34104) 118 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:45:03.404 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:02.699855+0000 mon.smithi019 (mon.0) 371 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:03.404 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:02.700624+0000 mon.smithi019 (mon.0) 372 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T17:45:03.404 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:02.701248+0000 mon.smithi019 (mon.0) 373 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:45:03.404 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:02.702827+0000 mon.smithi019 (mon.0) 374 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-06T17:45:03.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:01.190308+0000 mgr.smithi019.gohzab (mgr.34104) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:45:03.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:01.191485+0000 mgr.smithi019.gohzab (mgr.34104) 117 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-06T17:45:03.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:01.841899+0000 mgr.smithi019.gohzab (mgr.34104) 118 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:45:03.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:02.699855+0000 mon.smithi019 (mon.0) 371 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:03.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:02.700624+0000 mon.smithi019 (mon.0) 372 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T17:45:03.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:02.701248+0000 mon.smithi019 (mon.0) 373 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:45:03.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:02.702827+0000 mon.smithi019 (mon.0) 374 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-06T17:45:04.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.44 MB/sec execute 218 sec latency 196355.937 ms 2024-02-06T17:45:04.307 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:02.695258+0000 mgr.smithi019.gohzab (mgr.34104) 119 : cephadm [INF] Upgrade: Updating osd.1 2024-02-06T17:45:04.307 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:02.702432+0000 mgr.smithi019.gohzab (mgr.34104) 120 : cephadm [INF] Deploying daemon osd.1 on smithi019 2024-02-06T17:45:04.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:02.695258+0000 mgr.smithi019.gohzab (mgr.34104) 119 : cephadm [INF] Upgrade: Updating osd.1 2024-02-06T17:45:04.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:02.702432+0000 mgr.smithi019.gohzab (mgr.34104) 120 : cephadm [INF] Deploying daemon osd.1 on smithi019 2024-02-06T17:45:05.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.43 MB/sec execute 219 sec latency 197356.017 ms 2024-02-06T17:45:05.204 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:03.842654+0000 mgr.smithi019.gohzab (mgr.34104) 121 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:45:05.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:03.842654+0000 mgr.smithi019.gohzab (mgr.34104) 121 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:45:05.579 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:05 smithi019 systemd[1]: Stopping Ceph osd.1 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:45:06.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.43 MB/sec execute 220 sec latency 198356.138 ms 2024-02-06T17:45:06.178 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:06 smithi019 bash[75046]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.1 2024-02-06T17:45:06.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.776049+0000 mon.smithi019 (mon.0) 375 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-06T17:45:06.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.776083+0000 mon.smithi019 (mon.0) 376 : cluster [INF] osd.1 failed (root=default,host=smithi019) (connection refused reported by osd.0) 2024-02-06T17:45:06.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.776216+0000 mon.smithi019 (mon.0) 377 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-06T17:45:06.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.776313+0000 mon.smithi019 (mon.0) 378 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-06T17:45:06.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.776353+0000 mon.smithi019 (mon.0) 379 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-06T17:45:06.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.776454+0000 mon.smithi019 (mon.0) 380 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-06T17:45:06.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.776494+0000 mon.smithi019 (mon.0) 381 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-06T17:45:06.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.776606+0000 mon.smithi019 (mon.0) 382 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-06T17:45:06.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.776647+0000 mon.smithi019 (mon.0) 383 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-06T17:45:06.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.776740+0000 mon.smithi019 (mon.0) 384 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-06T17:45:06.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.776820+0000 mon.smithi019 (mon.0) 385 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-06T17:45:06.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.776955+0000 mon.smithi019 (mon.0) 386 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-06T17:45:06.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.777028+0000 mon.smithi019 (mon.0) 387 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-06T17:45:06.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.777065+0000 mon.smithi019 (mon.0) 388 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-06T17:45:06.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.777168+0000 mon.smithi019 (mon.0) 389 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-06T17:45:06.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.776049+0000 mon.smithi019 (mon.0) 375 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-06T17:45:06.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.776083+0000 mon.smithi019 (mon.0) 376 : cluster [INF] osd.1 failed (root=default,host=smithi019) (connection refused reported by osd.0) 2024-02-06T17:45:06.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.776216+0000 mon.smithi019 (mon.0) 377 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-06T17:45:06.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.776313+0000 mon.smithi019 (mon.0) 378 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-06T17:45:06.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.776353+0000 mon.smithi019 (mon.0) 379 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-06T17:45:06.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.776454+0000 mon.smithi019 (mon.0) 380 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-06T17:45:06.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.776494+0000 mon.smithi019 (mon.0) 381 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-06T17:45:06.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.776606+0000 mon.smithi019 (mon.0) 382 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-06T17:45:06.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.776647+0000 mon.smithi019 (mon.0) 383 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-06T17:45:06.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.776740+0000 mon.smithi019 (mon.0) 384 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-06T17:45:06.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.776820+0000 mon.smithi019 (mon.0) 385 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-06T17:45:06.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.776955+0000 mon.smithi019 (mon.0) 386 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-06T17:45:06.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.777028+0000 mon.smithi019 (mon.0) 387 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-06T17:45:06.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.777065+0000 mon.smithi019 (mon.0) 388 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-06T17:45:06.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.777168+0000 mon.smithi019 (mon.0) 389 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-06T17:45:07.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.42 MB/sec execute 221 sec latency 199356.187 ms 2024-02-06T17:45:07.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:05.843047+0000 mgr.smithi019.gohzab (mgr.34104) 122 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:45:07.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:06.092572+0000 mon.smithi019 (mon.0) 390 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:45:07.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:06.099210+0000 mon.smithi019 (mon.0) 391 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-02-06T17:45:07.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:05.843047+0000 mgr.smithi019.gohzab (mgr.34104) 122 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:45:07.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:06.092572+0000 mon.smithi019 (mon.0) 390 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:45:07.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:06.099210+0000 mon.smithi019 (mon.0) 391 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-02-06T17:45:07.811 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:45:08.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.41 MB/sec execute 222 sec latency 200356.217 ms 2024-02-06T17:45:08.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:07.104049+0000 mon.smithi019 (mon.0) 392 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-06T17:45:08.179 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:07 smithi019 systemd[1]: ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.1.service: Succeeded. 2024-02-06T17:45:08.179 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:07 smithi019 systemd[1]: Stopped Ceph osd.1 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:45:08.179 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:08 smithi019 systemd[1]: Starting Ceph osd.1 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:45:08.424 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (9m) 22s ago 11m 21.7M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (49s) 22s ago 11m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (44s) 39s ago 9m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (9m) 22s ago 10m 36.7M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (6m) 22s ago 6m 26.8M - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (6m) 39s ago 6m 10.9M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (2m) 22s ago 12m 430M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (2m) 39s ago 10m 385M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (110s) 22s ago 12m 42.3M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (85s) 39s ago 11m 37.4M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (3m) 22s ago 3m 85.3M - 3.3 2cf504fded39 adf1dd107571 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (3m) 39s ago 3m 84.4M - 3.3 2cf504fded39 b4b433e0c555 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (10m) 22s ago 10m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (10m) 39s ago 10m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:45:08.425 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (28s) 22s ago 10m 13.0M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8b717c6300ef 2024-02-06T17:45:08.426 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (9m) 22s ago 9m 317M 4096M 15.2.13 2cf504fded39 117662ecaaa9 2024-02-06T17:45:08.426 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (9m) 22s ago 9m 251M 4096M 15.2.13 2cf504fded39 10f80ae626ee 2024-02-06T17:45:08.426 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (9m) 22s ago 9m 136M 4096M 15.2.13 2cf504fded39 d91107b31630 2024-02-06T17:45:08.426 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (8m) 39s ago 8m 386M 4096M 15.2.13 2cf504fded39 1b3bc00a3569 2024-02-06T17:45:08.426 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (8m) 39s ago 8m 173M 4096M 15.2.13 2cf504fded39 6804e0615190 2024-02-06T17:45:08.426 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (8m) 39s ago 8m 353M 4096M 15.2.13 2cf504fded39 45fcd81af22b 2024-02-06T17:45:08.426 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (7m) 39s ago 7m 259M 4096M 15.2.13 2cf504fded39 b2084015ed6c 2024-02-06T17:45:08.426 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (2m) 39s ago 10m 58.0M - 2.18.1 de242295e225 022e961862e3 2024-02-06T17:45:08.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:07.104049+0000 mon.smithi019 (mon.0) 392 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-06T17:45:08.770 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:45:08.770 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:45:08.770 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:45:08.770 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8, 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 5 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:45:08.771 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:45:09.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.41 MB/sec execute 223 sec latency 201356.275 ms 2024-02-06T17:45:09.065 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:45:09.065 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:45:09.065 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:45:09.065 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:45:09.065 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:45:09.065 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr", 2024-02-06T17:45:09.065 INFO:teuthology.orchestra.run.smithi019.stdout: "mon", 2024-02-06T17:45:09.065 INFO:teuthology.orchestra.run.smithi019.stdout: "crash" 2024-02-06T17:45:09.065 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:45:09.066 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "7/23 daemons upgraded", 2024-02-06T17:45:09.066 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T17:45:09.066 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:45:09.066 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:45:09.428 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:09 smithi019 bash[75397]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T17:45:09.429 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:09 smithi019 bash[75397]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-06T17:45:09.429 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:09 smithi019 bash[75397]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-02-06T17:45:09.429 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:09 smithi019 bash[75397]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-02-06T17:45:09.429 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:09 smithi019 bash[75397]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-02-06T17:45:09.429 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:09 smithi019 bash[75397]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-06T17:45:09.429 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:09 smithi019 bash[75397]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-06T17:45:09.429 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:09 smithi019 bash[75397]: --> ceph-volume lvm activate successful for osd ID: 1 2024-02-06T17:45:09.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:07.797877+0000 mgr.smithi019.gohzab (mgr.34104) 123 : audit [DBG] from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:09.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:07.843486+0000 mgr.smithi019.gohzab (mgr.34104) 124 : cluster [DBG] pgmap v58: 129 pgs: 51 peering, 1 stale+active+clean, 77 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:45:09.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:08.101755+0000 mon.smithi019 (mon.0) 393 : cluster [WRN] Health check failed: Reduced data availability: 5 pgs inactive, 14 pgs peering (PG_AVAILABILITY) 2024-02-06T17:45:09.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:08.112904+0000 mgr.smithi019.gohzab (mgr.34104) 125 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:09.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:08.412567+0000 mon.smithi019 (mon.0) 394 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:45:09.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:08.412983+0000 mon.smithi019 (mon.0) 395 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:08.413371+0000 mon.smithi019 (mon.0) 396 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:08.413729+0000 mon.smithi019 (mon.0) 397 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:08.414071+0000 mon.smithi019 (mon.0) 398 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:08.415905+0000 mon.smithi019 (mon.0) 399 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:45:09.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:08.416249+0000 mon.smithi019 (mon.0) 400 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:08.416581+0000 mon.smithi019 (mon.0) 401 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:08.416923+0000 mon.smithi019 (mon.0) 402 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:08.417242+0000 mon.smithi019 (mon.0) 403 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:08.770255+0000 mon.smithi019 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.19:0/3876044887' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:09.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:07.797877+0000 mgr.smithi019.gohzab (mgr.34104) 123 : audit [DBG] from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:09.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:07.843486+0000 mgr.smithi019.gohzab (mgr.34104) 124 : cluster [DBG] pgmap v58: 129 pgs: 51 peering, 1 stale+active+clean, 77 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T17:45:09.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:08.101755+0000 mon.smithi019 (mon.0) 393 : cluster [WRN] Health check failed: Reduced data availability: 5 pgs inactive, 14 pgs peering (PG_AVAILABILITY) 2024-02-06T17:45:09.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:08.112904+0000 mgr.smithi019.gohzab (mgr.34104) 125 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:09.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:08.412567+0000 mon.smithi019 (mon.0) 394 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:45:09.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:08.412983+0000 mon.smithi019 (mon.0) 395 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:08.413371+0000 mon.smithi019 (mon.0) 396 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:08.413729+0000 mon.smithi019 (mon.0) 397 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:08.414071+0000 mon.smithi019 (mon.0) 398 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:08.415905+0000 mon.smithi019 (mon.0) 399 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:45:09.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:08.416249+0000 mon.smithi019 (mon.0) 400 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:08.416581+0000 mon.smithi019 (mon.0) 401 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:08.416923+0000 mon.smithi019 (mon.0) 402 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:08.417242+0000 mon.smithi019 (mon.0) 403 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:09.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:08.770255+0000 mon.smithi019 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.19:0/3876044887' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:10.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.40 MB/sec execute 224 sec latency 202356.304 ms 2024-02-06T17:45:10.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:08.410409+0000 mgr.smithi019.gohzab (mgr.34104) 126 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:10.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:09.065129+0000 mgr.smithi019.gohzab (mgr.34104) 127 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:10.429 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-1[75758]: debug 2024-02-06T17:45:10.281+0000 7f251c320700 1 -- 172.21.15.19:0/2627316000 <== mon.0 v2:172.21.15.19:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ca1eb62680 con 0x55ca1eb2b000 2024-02-06T17:45:10.429 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:10 smithi019 bash[75743]: c145e664fd94098ccc47854ec7280edba36d30f3ed20971b1056e157f210018a 2024-02-06T17:45:10.429 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:10 smithi019 systemd[1]: Started Ceph osd.1 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:45:10.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:08.410409+0000 mgr.smithi019.gohzab (mgr.34104) 126 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:10.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:09.065129+0000 mgr.smithi019.gohzab (mgr.34104) 127 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:11.057 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.39 MB/sec execute 225 sec latency 203356.352 ms 2024-02-06T17:45:11.111 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-1[75758]: debug 2024-02-06T17:45:10.804+0000 7f2523dae380 -1 Falling back to public interface 2024-02-06T17:45:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:09.844008+0000 mgr.smithi019.gohzab (mgr.34104) 128 : cluster [DBG] pgmap v59: 129 pgs: 3 active+undersized+degraded, 51 peering, 2 active+undersized, 73 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 17/1392 objects degraded (1.221%) 2024-02-06T17:45:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:10.104559+0000 mon.smithi019 (mon.0) 405 : cluster [WRN] Health check failed: Degraded data redundancy: 17/1392 objects degraded (1.221%), 3 pgs degraded (PG_DEGRADED) 2024-02-06T17:45:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:10.369136+0000 mon.smithi019 (mon.0) 406 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:11.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:10.369872+0000 mon.smithi019 (mon.0) 407 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:45:11.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:10.371182+0000 mon.smithi019 (mon.0) 408 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:45:11.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:10.608281+0000 mon.smithi019 (mon.0) 409 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:11.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:09.844008+0000 mgr.smithi019.gohzab (mgr.34104) 128 : cluster [DBG] pgmap v59: 129 pgs: 3 active+undersized+degraded, 51 peering, 2 active+undersized, 73 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 17/1392 objects degraded (1.221%) 2024-02-06T17:45:11.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:10.104559+0000 mon.smithi019 (mon.0) 405 : cluster [WRN] Health check failed: Degraded data redundancy: 17/1392 objects degraded (1.221%), 3 pgs degraded (PG_DEGRADED) 2024-02-06T17:45:11.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:10.369136+0000 mon.smithi019 (mon.0) 406 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:11.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:10.369872+0000 mon.smithi019 (mon.0) 407 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:45:11.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:10.371182+0000 mon.smithi019 (mon.0) 408 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:45:11.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:10.608281+0000 mon.smithi019 (mon.0) 409 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:12.056 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.39 MB/sec execute 226 sec latency 204356.415 ms 2024-02-06T17:45:13.057 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.38 MB/sec execute 227 sec latency 205356.478 ms 2024-02-06T17:45:13.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:11.844641+0000 mgr.smithi019.gohzab (mgr.34104) 129 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 51 peering, 2 active+undersized, 73 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 17/1392 objects degraded (1.221%) 2024-02-06T17:45:13.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:11.844641+0000 mgr.smithi019.gohzab (mgr.34104) 129 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 51 peering, 2 active+undersized, 73 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 17/1392 objects degraded (1.221%) 2024-02-06T17:45:14.057 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.38 MB/sec execute 228 sec latency 206356.850 ms 2024-02-06T17:45:14.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:13.845262+0000 mgr.smithi019.gohzab (mgr.34104) 130 : cluster [DBG] pgmap v61: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 149/1392 objects degraded (10.704%) 2024-02-06T17:45:15.057 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.37 MB/sec execute 229 sec latency 207356.882 ms 2024-02-06T17:45:15.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:13.845262+0000 mgr.smithi019.gohzab (mgr.34104) 130 : cluster [DBG] pgmap v61: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 149/1392 objects degraded (10.704%) 2024-02-06T17:45:15.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:15 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:14.678323+0000 mon.smithi019 (mon.0) 410 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 14 pgs peering) 2024-02-06T17:45:15.929 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:15 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-1[75758]: debug 2024-02-06T17:45:15.760+0000 7f2523dae380 -1 osd.1 72 log_to_monitors {default=true} 2024-02-06T17:45:16.057 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.36 MB/sec execute 230 sec latency 208356.967 ms 2024-02-06T17:45:16.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:14.678323+0000 mon.smithi019 (mon.0) 410 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 14 pgs peering) 2024-02-06T17:45:17.057 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.36 MB/sec execute 231 sec latency 209357.008 ms 2024-02-06T17:45:17.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:15.763515+0000 mon.smithi019 (mon.0) 411 : audit [INF] from='osd.1 [v2:172.21.15.19:6810/3052325780,v1:172.21.15.19:6811/3052325780]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-06T17:45:17.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:15.845893+0000 mgr.smithi019.gohzab (mgr.34104) 131 : cluster [DBG] pgmap v62: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 149/1392 objects degraded (10.704%) 2024-02-06T17:45:17.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:15.992409+0000 mon.smithi019 (mon.0) 412 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:17.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:15.993198+0000 mon.smithi019 (mon.0) 413 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:45:17.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:15.993892+0000 mon.smithi019 (mon.0) 414 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:45:17.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:15.994453+0000 mgr.smithi019.gohzab (mgr.34104) 132 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:45:17.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:15.999531+0000 mon.smithi019 (mon.0) 415 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:17.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:16.001928+0000 mon.smithi019 (mon.0) 416 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:45:17.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:16.002294+0000 mgr.smithi019.gohzab (mgr.34104) 133 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:45:17.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:16.002366+0000 mgr.smithi019.gohzab (mgr.34104) 134 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:45:17.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:16.005063+0000 mon.smithi019 (mon.0) 417 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:17.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:16.008864+0000 mon.smithi019 (mon.0) 418 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:45:17.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:16.010821+0000 mon.smithi019 (mon.0) 419 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:17.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:16.011920+0000 mon.smithi019 (mon.0) 420 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:17.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:16.012981+0000 mon.smithi019 (mon.0) 421 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:17.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:16.014087+0000 mon.smithi019 (mon.0) 422 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T17:45:17.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:16.014220+0000 mgr.smithi019.gohzab (mgr.34104) 135 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T17:45:17.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:16.014793+0000 mgr.smithi019.gohzab (mgr.34104) 136 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-06T17:45:17.178 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-1[75758]: debug 2024-02-06T17:45:16.704+0000 7f2516a98700 -1 osd.1 72 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T17:45:17.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:15.763515+0000 mon.smithi019 (mon.0) 411 : audit [INF] from='osd.1 [v2:172.21.15.19:6810/3052325780,v1:172.21.15.19:6811/3052325780]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-06T17:45:17.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:15.845893+0000 mgr.smithi019.gohzab (mgr.34104) 131 : cluster [DBG] pgmap v62: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 149/1392 objects degraded (10.704%) 2024-02-06T17:45:17.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:15.992409+0000 mon.smithi019 (mon.0) 412 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:17.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:15.993198+0000 mon.smithi019 (mon.0) 413 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:45:17.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:15.993892+0000 mon.smithi019 (mon.0) 414 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:45:17.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:15.994453+0000 mgr.smithi019.gohzab (mgr.34104) 132 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:45:17.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:15.999531+0000 mon.smithi019 (mon.0) 415 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:17.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:16.001928+0000 mon.smithi019 (mon.0) 416 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:45:17.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:16.002294+0000 mgr.smithi019.gohzab (mgr.34104) 133 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:45:17.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:16.002366+0000 mgr.smithi019.gohzab (mgr.34104) 134 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:45:17.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:16.005063+0000 mon.smithi019 (mon.0) 417 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:17.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:16.008864+0000 mon.smithi019 (mon.0) 418 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:45:17.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:16.010821+0000 mon.smithi019 (mon.0) 419 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:17.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:16.011920+0000 mon.smithi019 (mon.0) 420 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:17.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:16.012981+0000 mon.smithi019 (mon.0) 421 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:17.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:16.014087+0000 mon.smithi019 (mon.0) 422 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T17:45:17.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:16.014220+0000 mgr.smithi019.gohzab (mgr.34104) 135 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T17:45:17.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:16.014793+0000 mgr.smithi019.gohzab (mgr.34104) 136 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-06T17:45:17.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:16.692766+0000 mon.smithi019 (mon.0) 423 : audit [INF] from='osd.1 [v2:172.21.15.19:6810/3052325780,v1:172.21.15.19:6811/3052325780]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-06T17:45:17.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:16.692837+0000 mon.smithi019 (mon.0) 424 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-02-06T17:45:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:16.693384+0000 mon.smithi019 (mon.0) 425 : audit [INF] from='osd.1 [v2:172.21.15.19:6810/3052325780,v1:172.21.15.19:6811/3052325780]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-06T17:45:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:17.030199+0000 mon.smithi019 (mon.0) 426 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:18.057 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.35 MB/sec execute 232 sec latency 210357.137 ms 2024-02-06T17:45:18.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:16.692766+0000 mon.smithi019 (mon.0) 423 : audit [INF] from='osd.1 [v2:172.21.15.19:6810/3052325780,v1:172.21.15.19:6811/3052325780]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-06T17:45:18.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:16.692837+0000 mon.smithi019 (mon.0) 424 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-02-06T17:45:18.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:16.693384+0000 mon.smithi019 (mon.0) 425 : audit [INF] from='osd.1 [v2:172.21.15.19:6810/3052325780,v1:172.21.15.19:6811/3052325780]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-06T17:45:18.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:17.030199+0000 mon.smithi019 (mon.0) 426 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:19.057 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.35 MB/sec execute 233 sec latency 211357.257 ms 2024-02-06T17:45:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:17.691062+0000 mon.smithi019 (mon.0) 427 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:45:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:17.696322+0000 mon.smithi019 (mon.0) 428 : cluster [INF] osd.1 [v2:172.21.15.19:6810/3052325780,v1:172.21.15.19:6811/3052325780] boot 2024-02-06T17:45:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:17.696394+0000 mon.smithi019 (mon.0) 429 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-02-06T17:45:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:17.698049+0000 mon.smithi019 (mon.0) 430 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:45:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:17.846474+0000 mgr.smithi019.gohzab (mgr.34104) 137 : cluster [DBG] pgmap v65: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 149/1392 objects degraded (10.704%) 2024-02-06T17:45:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:18.677596+0000 mon.smithi019 (mon.0) 431 : cluster [WRN] Health check update: Degraded data redundancy: 149/1392 objects degraded (10.704%), 27 pgs degraded (PG_DEGRADED) 2024-02-06T17:45:19.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:17.691062+0000 mon.smithi019 (mon.0) 427 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:45:19.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:17.696322+0000 mon.smithi019 (mon.0) 428 : cluster [INF] osd.1 [v2:172.21.15.19:6810/3052325780,v1:172.21.15.19:6811/3052325780] boot 2024-02-06T17:45:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:17.696394+0000 mon.smithi019 (mon.0) 429 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-02-06T17:45:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:17.698049+0000 mon.smithi019 (mon.0) 430 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:45:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:17.846474+0000 mgr.smithi019.gohzab (mgr.34104) 137 : cluster [DBG] pgmap v65: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 149/1392 objects degraded (10.704%) 2024-02-06T17:45:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:18.677596+0000 mon.smithi019 (mon.0) 431 : cluster [WRN] Health check update: Degraded data redundancy: 149/1392 objects degraded (10.704%), 27 pgs degraded (PG_DEGRADED) 2024-02-06T17:45:20.058 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.34 MB/sec execute 234 sec latency 212357.335 ms 2024-02-06T17:45:20.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:18.708365+0000 mon.smithi019 (mon.0) 432 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-02-06T17:45:20.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:19 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:18.708365+0000 mon.smithi019 (mon.0) 432 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-02-06T17:45:21.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:19.847132+0000 mgr.smithi019.gohzab (mgr.34104) 138 : cluster [DBG] pgmap v67: 129 pgs: 25 active+undersized+degraded, 27 active+undersized, 77 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 136/1392 objects degraded (9.770%) 2024-02-06T17:45:21.057 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.34 MB/sec execute 235 sec latency 213357.446 ms 2024-02-06T17:45:21.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:19.847132+0000 mgr.smithi019.gohzab (mgr.34104) 138 : cluster [DBG] pgmap v67: 129 pgs: 25 active+undersized+degraded, 27 active+undersized, 77 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 136/1392 objects degraded (9.770%) 2024-02-06T17:45:22.058 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.33 MB/sec execute 236 sec latency 214357.539 ms 2024-02-06T17:45:23.058 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.32 MB/sec execute 237 sec latency 215357.634 ms 2024-02-06T17:45:23.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:21.847924+0000 mgr.smithi019.gohzab (mgr.34104) 139 : cluster [DBG] pgmap v68: 129 pgs: 15 active+undersized+degraded, 19 active+undersized, 95 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 77/1392 objects degraded (5.532%) 2024-02-06T17:45:23.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:21.847924+0000 mgr.smithi019.gohzab (mgr.34104) 139 : cluster [DBG] pgmap v68: 129 pgs: 15 active+undersized+degraded, 19 active+undersized, 95 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 77/1392 objects degraded (5.532%) 2024-02-06T17:45:24.058 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.32 MB/sec execute 238 sec latency 216357.736 ms 2024-02-06T17:45:24.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:23 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:23.678678+0000 mon.smithi019 (mon.0) 433 : cluster [WRN] Health check update: Degraded data redundancy: 77/1392 objects degraded (5.532%), 15 pgs degraded (PG_DEGRADED) 2024-02-06T17:45:24.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:23.678678+0000 mon.smithi019 (mon.0) 433 : cluster [WRN] Health check update: Degraded data redundancy: 77/1392 objects degraded (5.532%), 15 pgs degraded (PG_DEGRADED) 2024-02-06T17:45:25.058 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.31 MB/sec execute 239 sec latency 217357.852 ms 2024-02-06T17:45:25.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:23.848737+0000 mgr.smithi019.gohzab (mgr.34104) 140 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:25.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:24.680527+0000 mon.smithi019 (mon.0) 434 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 77/1392 objects degraded (5.532%), 15 pgs degraded) 2024-02-06T17:45:25.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:23.848737+0000 mgr.smithi019.gohzab (mgr.34104) 140 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:25.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:24.680527+0000 mon.smithi019 (mon.0) 434 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 77/1392 objects degraded (5.532%), 15 pgs degraded) 2024-02-06T17:45:26.058 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.31 MB/sec execute 240 sec latency 218357.914 ms 2024-02-06T17:45:27.058 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.30 MB/sec execute 241 sec latency 219358.012 ms 2024-02-06T17:45:27.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:25.849360+0000 mgr.smithi019.gohzab (mgr.34104) 141 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:27.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:25.849360+0000 mgr.smithi019.gohzab (mgr.34104) 141 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:28.058 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.30 MB/sec execute 242 sec latency 220358.131 ms 2024-02-06T17:45:28.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:27.092721+0000 mon.smithi019 (mon.0) 435 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:28.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:27.092721+0000 mon.smithi019 (mon.0) 435 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:29.058 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.29 MB/sec execute 243 sec latency 221358.252 ms 2024-02-06T17:45:29.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:29 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:27.850122+0000 mgr.smithi019.gohzab (mgr.34104) 142 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:29.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:27.850122+0000 mgr.smithi019.gohzab (mgr.34104) 142 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:30.058 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.29 MB/sec execute 244 sec latency 222358.377 ms 2024-02-06T17:45:31.058 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.28 MB/sec execute 245 sec latency 223358.434 ms 2024-02-06T17:45:31.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:29.850577+0000 mgr.smithi019.gohzab (mgr.34104) 143 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:31.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:31.019202+0000 mon.smithi019 (mon.0) 436 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T17:45:31.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:29.850577+0000 mgr.smithi019.gohzab (mgr.34104) 143 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:31.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:31.019202+0000 mon.smithi019 (mon.0) 436 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T17:45:32.058 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.28 MB/sec execute 246 sec latency 224358.473 ms 2024-02-06T17:45:32.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:31.019414+0000 mgr.smithi019.gohzab (mgr.34104) 144 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T17:45:32.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:31.020503+0000 mgr.smithi019.gohzab (mgr.34104) 145 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-06T17:45:32.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:31.863319+0000 mon.smithi019 (mon.0) 437 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-02-06T17:45:32.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:31.863630+0000 mon.smithi019 (mon.0) 438 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-02-06T17:45:32.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:31.863904+0000 mon.smithi019 (mon.0) 439 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-06T17:45:32.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:31.864176+0000 mon.smithi019 (mon.0) 440 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-06T17:45:32.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:32.030924+0000 mon.smithi019 (mon.0) 441 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:32.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:31.019414+0000 mgr.smithi019.gohzab (mgr.34104) 144 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T17:45:32.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:31.020503+0000 mgr.smithi019.gohzab (mgr.34104) 145 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-06T17:45:32.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:31.863319+0000 mon.smithi019 (mon.0) 437 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-02-06T17:45:32.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:31.863630+0000 mon.smithi019 (mon.0) 438 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-02-06T17:45:32.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:31.863904+0000 mon.smithi019 (mon.0) 439 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-06T17:45:32.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:31.864176+0000 mon.smithi019 (mon.0) 440 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-06T17:45:32.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:32.030924+0000 mon.smithi019 (mon.0) 441 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:33.059 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.27 MB/sec execute 247 sec latency 225358.526 ms 2024-02-06T17:45:33.424 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:31.851077+0000 mgr.smithi019.gohzab (mgr.34104) 146 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:33.424 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:33.007212+0000 mon.smithi019 (mon.0) 442 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:33.424 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:33.008002+0000 mon.smithi019 (mon.0) 443 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T17:45:33.424 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:33.008634+0000 mon.smithi019 (mon.0) 444 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:45:33.424 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:33.010267+0000 mon.smithi019 (mon.0) 445 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-06T17:45:33.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:31.851077+0000 mgr.smithi019.gohzab (mgr.34104) 146 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:33.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:33.007212+0000 mon.smithi019 (mon.0) 442 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:33.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:33.008002+0000 mon.smithi019 (mon.0) 443 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T17:45:33.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:33.008634+0000 mon.smithi019 (mon.0) 444 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:45:33.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:33.010267+0000 mon.smithi019 (mon.0) 445 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-06T17:45:34.059 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.27 MB/sec execute 248 sec latency 226358.598 ms 2024-02-06T17:45:34.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:33.002459+0000 mgr.smithi019.gohzab (mgr.34104) 147 : cephadm [INF] Upgrade: Updating osd.2 2024-02-06T17:45:34.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:33.009873+0000 mgr.smithi019.gohzab (mgr.34104) 148 : cephadm [INF] Deploying daemon osd.2 on smithi019 2024-02-06T17:45:34.420 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:33.002459+0000 mgr.smithi019.gohzab (mgr.34104) 147 : cephadm [INF] Upgrade: Updating osd.2 2024-02-06T17:45:34.420 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:33.009873+0000 mgr.smithi019.gohzab (mgr.34104) 148 : cephadm [INF] Deploying daemon osd.2 on smithi019 2024-02-06T17:45:35.059 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.26 MB/sec execute 249 sec latency 227358.661 ms 2024-02-06T17:45:35.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:33.851615+0000 mgr.smithi019.gohzab (mgr.34104) 149 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:35.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:33.851615+0000 mgr.smithi019.gohzab (mgr.34104) 149 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:36.059 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.26 MB/sec execute 250 sec latency 228358.700 ms 2024-02-06T17:45:36.428 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:36 smithi019 systemd[1]: Stopping Ceph osd.2 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:45:37.059 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.25 MB/sec execute 251 sec latency 229358.799 ms 2024-02-06T17:45:37.116 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:37 smithi019 bash[76955]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.2 2024-02-06T17:45:37.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:35.852188+0000 mgr.smithi019.gohzab (mgr.34104) 150 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:37.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.516935+0000 mon.smithi019 (mon.0) 446 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T17:45:37.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.516978+0000 mon.smithi019 (mon.0) 447 : cluster [INF] osd.2 failed (root=default,host=smithi019) (connection refused reported by osd.3) 2024-02-06T17:45:37.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.672754+0000 mon.smithi019 (mon.0) 448 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T17:45:37.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.672984+0000 mon.smithi019 (mon.0) 449 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T17:45:37.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.673112+0000 mon.smithi019 (mon.0) 450 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T17:45:37.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.673186+0000 mon.smithi019 (mon.0) 451 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T17:45:37.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.673262+0000 mon.smithi019 (mon.0) 452 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T17:45:37.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.673335+0000 mon.smithi019 (mon.0) 453 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T17:45:37.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.673405+0000 mon.smithi019 (mon.0) 454 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T17:45:37.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.673483+0000 mon.smithi019 (mon.0) 455 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T17:45:37.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.673567+0000 mon.smithi019 (mon.0) 456 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T17:45:37.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.673635+0000 mon.smithi019 (mon.0) 457 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T17:45:37.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.673719+0000 mon.smithi019 (mon.0) 458 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T17:45:37.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.673797+0000 mon.smithi019 (mon.0) 459 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T17:45:37.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.673868+0000 mon.smithi019 (mon.0) 460 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T17:45:37.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.673934+0000 mon.smithi019 (mon.0) 461 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T17:45:37.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:36.717900+0000 mon.smithi019 (mon.0) 462 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T17:45:37.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.073719+0000 mon.smithi019 (mon.0) 463 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T17:45:37.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.073872+0000 mon.smithi019 (mon.0) 464 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T17:45:37.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.074046+0000 mon.smithi019 (mon.0) 465 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T17:45:37.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.074093+0000 mon.smithi019 (mon.0) 466 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T17:45:37.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.074196+0000 mon.smithi019 (mon.0) 467 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T17:45:37.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.074239+0000 mon.smithi019 (mon.0) 468 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T17:45:37.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.074346+0000 mon.smithi019 (mon.0) 469 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T17:45:37.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.074387+0000 mon.smithi019 (mon.0) 470 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T17:45:37.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.074505+0000 mon.smithi019 (mon.0) 471 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T17:45:37.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.074547+0000 mon.smithi019 (mon.0) 472 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T17:45:37.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.074654+0000 mon.smithi019 (mon.0) 473 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T17:45:37.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.074749+0000 mon.smithi019 (mon.0) 474 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T17:45:37.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.074831+0000 mon.smithi019 (mon.0) 475 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T17:45:37.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.074874+0000 mon.smithi019 (mon.0) 476 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T17:45:37.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:35.852188+0000 mgr.smithi019.gohzab (mgr.34104) 150 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:37.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.516935+0000 mon.smithi019 (mon.0) 446 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T17:45:37.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.516978+0000 mon.smithi019 (mon.0) 447 : cluster [INF] osd.2 failed (root=default,host=smithi019) (connection refused reported by osd.3) 2024-02-06T17:45:37.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.672754+0000 mon.smithi019 (mon.0) 448 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T17:45:37.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.672984+0000 mon.smithi019 (mon.0) 449 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T17:45:37.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.673112+0000 mon.smithi019 (mon.0) 450 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T17:45:37.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.673186+0000 mon.smithi019 (mon.0) 451 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T17:45:37.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.673262+0000 mon.smithi019 (mon.0) 452 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T17:45:37.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.673335+0000 mon.smithi019 (mon.0) 453 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T17:45:37.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.673405+0000 mon.smithi019 (mon.0) 454 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T17:45:37.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.673483+0000 mon.smithi019 (mon.0) 455 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.673567+0000 mon.smithi019 (mon.0) 456 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.673635+0000 mon.smithi019 (mon.0) 457 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.673719+0000 mon.smithi019 (mon.0) 458 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.673797+0000 mon.smithi019 (mon.0) 459 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.673868+0000 mon.smithi019 (mon.0) 460 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.673934+0000 mon.smithi019 (mon.0) 461 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:36.717900+0000 mon.smithi019 (mon.0) 462 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.073719+0000 mon.smithi019 (mon.0) 463 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.073872+0000 mon.smithi019 (mon.0) 464 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.074046+0000 mon.smithi019 (mon.0) 465 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.074093+0000 mon.smithi019 (mon.0) 466 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.074196+0000 mon.smithi019 (mon.0) 467 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.074239+0000 mon.smithi019 (mon.0) 468 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T17:45:37.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.074346+0000 mon.smithi019 (mon.0) 469 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T17:45:37.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.074387+0000 mon.smithi019 (mon.0) 470 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T17:45:37.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.074505+0000 mon.smithi019 (mon.0) 471 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T17:45:37.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.074547+0000 mon.smithi019 (mon.0) 472 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T17:45:37.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.074654+0000 mon.smithi019 (mon.0) 473 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T17:45:37.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.074749+0000 mon.smithi019 (mon.0) 474 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T17:45:37.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.074831+0000 mon.smithi019 (mon.0) 475 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T17:45:37.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.074874+0000 mon.smithi019 (mon.0) 476 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T17:45:38.059 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.25 MB/sec execute 252 sec latency 230358.860 ms 2024-02-06T17:45:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.115009+0000 mon.smithi019 (mon.0) 477 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:45:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.127541+0000 mon.smithi019 (mon.0) 478 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-02-06T17:45:38.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.115009+0000 mon.smithi019 (mon.0) 477 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:45:38.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.127541+0000 mon.smithi019 (mon.0) 478 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-02-06T17:45:39.059 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.24 MB/sec execute 253 sec latency 231358.891 ms 2024-02-06T17:45:39.128 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:38 smithi019 systemd[1]: ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.2.service: Succeeded. 2024-02-06T17:45:39.128 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:38 smithi019 systemd[1]: Stopped Ceph osd.2 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:45:39.128 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:39 smithi019 systemd[1]: Starting Ceph osd.2 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:45:39.384 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:45:39.411 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:37.852584+0000 mgr.smithi019.gohzab (mgr.34104) 151 : cluster [DBG] pgmap v77: 129 pgs: 10 stale+active+clean, 119 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:39.411 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:38.129049+0000 mon.smithi019 (mon.0) 479 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-06T17:45:39.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:39 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:37.852584+0000 mgr.smithi019.gohzab (mgr.34104) 151 : cluster [DBG] pgmap v77: 129 pgs: 10 stale+active+clean, 119 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:39.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:39 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:38.129049+0000 mon.smithi019 (mon.0) 479 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-06T17:45:39.971 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:45:39.971 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (10m) 23s ago 11m 21.7M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:45:39.971 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (81s) 23s ago 11m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:45:39.971 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (76s) 70s ago 10m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:45:39.971 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (9m) 23s ago 11m 36.7M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:45:39.971 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (6m) 23s ago 6m 26.9M - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:45:39.971 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (6m) 70s ago 6m 10.9M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (3m) 23s ago 13m 432M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (2m) 70s ago 11m 385M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (2m) 23s ago 13m 45.4M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (116s) 70s ago 11m 37.4M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (3m) 23s ago 3m 85.5M - 3.3 2cf504fded39 adf1dd107571 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (3m) 70s ago 3m 84.4M - 3.3 2cf504fded39 b4b433e0c555 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (10m) 23s ago 10m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (11m) 70s ago 11m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (60s) 23s ago 10m 121M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8b717c6300ef 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (30s) 23s ago 10m 12.8M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab c145e664fd94 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (9m) 23s ago 9m 252M 4096M 15.2.13 2cf504fded39 10f80ae626ee 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (9m) 23s ago 9m 137M 4096M 15.2.13 2cf504fded39 d91107b31630 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (9m) 70s ago 9m 386M 4096M 15.2.13 2cf504fded39 1b3bc00a3569 2024-02-06T17:45:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (8m) 70s ago 8m 173M 4096M 15.2.13 2cf504fded39 6804e0615190 2024-02-06T17:45:39.973 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (8m) 70s ago 8m 353M 4096M 15.2.13 2cf504fded39 45fcd81af22b 2024-02-06T17:45:39.973 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (8m) 70s ago 8m 259M 4096M 15.2.13 2cf504fded39 b2084015ed6c 2024-02-06T17:45:39.973 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (3m) 70s ago 10m 58.0M - 2.18.1 de242295e225 022e961862e3 2024-02-06T17:45:40.059 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.24 MB/sec execute 254 sec latency 232358.926 ms 2024-02-06T17:45:40.316 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:45:40.316 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:45:40.316 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:45:40.316 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:45:40.316 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 6 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:45:40.317 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:45:40.428 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:40 smithi019 bash[77263]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T17:45:40.429 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:40 smithi019 bash[77263]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-06T17:45:40.429 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:40 smithi019 bash[77263]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-02-06T17:45:40.429 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:40 smithi019 bash[77263]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-02-06T17:45:40.429 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:40 smithi019 bash[77263]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-02-06T17:45:40.429 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:40 smithi019 bash[77263]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-06T17:45:40.429 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:40 smithi019 bash[77263]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-06T17:45:40.429 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:40 smithi019 bash[77263]: --> ceph-volume lvm activate successful for osd ID: 2 2024-02-06T17:45:40.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:39.960178+0000 mon.smithi019 (mon.0) 480 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:45:40.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:39.960529+0000 mon.smithi019 (mon.0) 481 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:39.960833+0000 mon.smithi019 (mon.0) 482 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:39.961111+0000 mon.smithi019 (mon.0) 483 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:39.961383+0000 mon.smithi019 (mon.0) 484 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:39.963156+0000 mon.smithi019 (mon.0) 485 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:45:40.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:39.963465+0000 mon.smithi019 (mon.0) 486 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:39.963759+0000 mon.smithi019 (mon.0) 487 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:39.964039+0000 mon.smithi019 (mon.0) 488 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:39.964317+0000 mon.smithi019 (mon.0) 489 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:39.960178+0000 mon.smithi019 (mon.0) 480 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:45:40.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:39.960529+0000 mon.smithi019 (mon.0) 481 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:39.960833+0000 mon.smithi019 (mon.0) 482 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:39.961111+0000 mon.smithi019 (mon.0) 483 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:39.961383+0000 mon.smithi019 (mon.0) 484 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:39.963156+0000 mon.smithi019 (mon.0) 485 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:45:40.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:39.963465+0000 mon.smithi019 (mon.0) 486 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:39.963759+0000 mon.smithi019 (mon.0) 487 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:39.964039+0000 mon.smithi019 (mon.0) 488 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:39.964317+0000 mon.smithi019 (mon.0) 489 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:45:40.605 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:45:40.605 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:45:40.606 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:45:40.606 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:45:40.606 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:45:40.606 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr", 2024-02-06T17:45:40.606 INFO:teuthology.orchestra.run.smithi019.stdout: "mon", 2024-02-06T17:45:40.606 INFO:teuthology.orchestra.run.smithi019.stdout: "crash" 2024-02-06T17:45:40.606 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:45:40.606 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "8/23 daemons upgraded", 2024-02-06T17:45:40.606 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T17:45:40.606 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:45:40.606 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:45:41.059 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.23 MB/sec execute 255 sec latency 233359.008 ms 2024-02-06T17:45:41.354 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:39.370719+0000 mgr.smithi019.gohzab (mgr.34104) 152 : audit [DBG] from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:41.354 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:39.668762+0000 mgr.smithi019.gohzab (mgr.34104) 153 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:41.354 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:39.853034+0000 mgr.smithi019.gohzab (mgr.34104) 154 : cluster [DBG] pgmap v79: 129 pgs: 1 active+undersized+degraded, 8 stale+active+clean, 4 active+undersized, 116 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 10/1392 objects degraded (0.718%) 2024-02-06T17:45:41.354 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:39.958016+0000 mgr.smithi019.gohzab (mgr.34104) 155 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:41.354 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:40.127658+0000 mon.smithi019 (mon.0) 490 : cluster [WRN] Health check failed: Degraded data redundancy: 10/1392 objects degraded (0.718%), 1 pg degraded (PG_DEGRADED) 2024-02-06T17:45:41.355 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:40.315888+0000 mon.smithi019 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.19:0/1808490420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:41.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:39.370719+0000 mgr.smithi019.gohzab (mgr.34104) 152 : audit [DBG] from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:41.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:39.668762+0000 mgr.smithi019.gohzab (mgr.34104) 153 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:41.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:39.853034+0000 mgr.smithi019.gohzab (mgr.34104) 154 : cluster [DBG] pgmap v79: 129 pgs: 1 active+undersized+degraded, 8 stale+active+clean, 4 active+undersized, 116 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 10/1392 objects degraded (0.718%) 2024-02-06T17:45:41.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:39.958016+0000 mgr.smithi019.gohzab (mgr.34104) 155 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:41.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:40.127658+0000 mon.smithi019 (mon.0) 490 : cluster [WRN] Health check failed: Degraded data redundancy: 10/1392 objects degraded (0.718%), 1 pg degraded (PG_DEGRADED) 2024-02-06T17:45:41.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:40.315888+0000 mon.smithi019 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.19:0/1808490420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:41.678 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-2[77673]: debug 2024-02-06T17:45:41.353+0000 7f318918a700 1 -- 172.21.15.19:0/873091284 <== mon.0 v2:172.21.15.19:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5608a71c6680 con 0x5608a718f400 2024-02-06T17:45:41.678 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:41 smithi019 bash[77658]: 9f4d167f6c5ab72b4c59677d7d2c897e41f940efeb4613015ee07d6e7f980c67 2024-02-06T17:45:41.678 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:41 smithi019 systemd[1]: Started Ceph osd.2 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:45:42.059 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.23 MB/sec execute 256 sec latency 234359.067 ms 2024-02-06T17:45:42.136 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-2[77673]: debug 2024-02-06T17:45:41.875+0000 7f3190c18380 -1 Falling back to public interface 2024-02-06T17:45:42.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:40.604998+0000 mgr.smithi019.gohzab (mgr.34104) 156 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:42.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:41.485645+0000 mon.smithi019 (mon.0) 492 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:42.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:41.486364+0000 mon.smithi019 (mon.0) 493 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:45:42.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:41.487609+0000 mon.smithi019 (mon.0) 494 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:45:42.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:40.604998+0000 mgr.smithi019.gohzab (mgr.34104) 156 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:45:42.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:41.485645+0000 mon.smithi019 (mon.0) 492 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:42.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:41.486364+0000 mon.smithi019 (mon.0) 493 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:45:42.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:41.487609+0000 mon.smithi019 (mon.0) 494 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:45:43.059 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.22 MB/sec execute 257 sec latency 235359.097 ms 2024-02-06T17:45:43.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:41.853458+0000 mgr.smithi019.gohzab (mgr.34104) 157 : cluster [DBG] pgmap v80: 129 pgs: 4 active+undersized+degraded, 6 stale+active+clean, 7 active+undersized, 112 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 36/1392 objects degraded (2.586%) 2024-02-06T17:45:43.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:41.853458+0000 mgr.smithi019.gohzab (mgr.34104) 157 : cluster [DBG] pgmap v80: 129 pgs: 4 active+undersized+degraded, 6 stale+active+clean, 7 active+undersized, 112 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 36/1392 objects degraded (2.586%) 2024-02-06T17:45:44.059 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.22 MB/sec execute 258 sec latency 236359.132 ms 2024-02-06T17:45:45.007 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:43.854104+0000 mgr.smithi019.gohzab (mgr.34104) 158 : cluster [DBG] pgmap v81: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 113/1392 objects degraded (8.118%) 2024-02-06T17:45:45.059 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.21 MB/sec execute 259 sec latency 237359.180 ms 2024-02-06T17:45:45.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:43.854104+0000 mgr.smithi019.gohzab (mgr.34104) 158 : cluster [DBG] pgmap v81: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 113/1392 objects degraded (8.118%) 2024-02-06T17:45:46.060 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.21 MB/sec execute 260 sec latency 238359.210 ms 2024-02-06T17:45:46.678 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-2[77673]: debug 2024-02-06T17:45:46.351+0000 7f3190c18380 -1 osd.2 77 log_to_monitors {default=true} 2024-02-06T17:45:47.060 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.20 MB/sec execute 261 sec latency 239359.649 ms 2024-02-06T17:45:47.178 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:45:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-2[77673]: debug 2024-02-06T17:45:46.920+0000 7f31820ff700 -1 osd.2 77 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T17:45:47.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:45.854572+0000 mgr.smithi019.gohzab (mgr.34104) 159 : cluster [DBG] pgmap v82: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 113/1392 objects degraded (8.118%) 2024-02-06T17:45:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:46.356041+0000 mon.smithi019 (mon.0) 495 : audit [INF] from='osd.2 [v2:172.21.15.19:6818/1376186371,v1:172.21.15.19:6819/1376186371]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-06T17:45:47.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:45.854572+0000 mgr.smithi019.gohzab (mgr.34104) 159 : cluster [DBG] pgmap v82: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 113/1392 objects degraded (8.118%) 2024-02-06T17:45:47.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:46.356041+0000 mon.smithi019 (mon.0) 495 : audit [INF] from='osd.2 [v2:172.21.15.19:6818/1376186371,v1:172.21.15.19:6819/1376186371]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-06T17:45:48.060 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.20 MB/sec execute 262 sec latency 240359.735 ms 2024-02-06T17:45:48.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:46.911736+0000 mon.smithi019 (mon.0) 496 : audit [INF] from='osd.2 [v2:172.21.15.19:6818/1376186371,v1:172.21.15.19:6819/1376186371]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-06T17:45:48.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:46.911795+0000 mon.smithi019 (mon.0) 497 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-02-06T17:45:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:46.912434+0000 mon.smithi019 (mon.0) 498 : audit [INF] from='osd.2 [v2:172.21.15.19:6818/1376186371,v1:172.21.15.19:6819/1376186371]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-06T17:45:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.031463+0000 mon.smithi019 (mon.0) 499 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.099056+0000 mon.smithi019 (mon.0) 500 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.390151+0000 mon.smithi019 (mon.0) 501 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:45:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.390823+0000 mon.smithi019 (mon.0) 502 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:45:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.394886+0000 mon.smithi019 (mon.0) 503 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.397425+0000 mon.smithi019 (mon.0) 504 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:45:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.401127+0000 mon.smithi019 (mon.0) 505 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.405242+0000 mon.smithi019 (mon.0) 506 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:45:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.407428+0000 mon.smithi019 (mon.0) 507 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.408698+0000 mon.smithi019 (mon.0) 508 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.409905+0000 mon.smithi019 (mon.0) 509 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.411272+0000 mon.smithi019 (mon.0) 510 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T17:45:48.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:46.911736+0000 mon.smithi019 (mon.0) 496 : audit [INF] from='osd.2 [v2:172.21.15.19:6818/1376186371,v1:172.21.15.19:6819/1376186371]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-06T17:45:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:46.911795+0000 mon.smithi019 (mon.0) 497 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-02-06T17:45:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:46.912434+0000 mon.smithi019 (mon.0) 498 : audit [INF] from='osd.2 [v2:172.21.15.19:6818/1376186371,v1:172.21.15.19:6819/1376186371]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-06T17:45:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.031463+0000 mon.smithi019 (mon.0) 499 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.099056+0000 mon.smithi019 (mon.0) 500 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.390151+0000 mon.smithi019 (mon.0) 501 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:45:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.390823+0000 mon.smithi019 (mon.0) 502 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:45:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.394886+0000 mon.smithi019 (mon.0) 503 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.397425+0000 mon.smithi019 (mon.0) 504 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:45:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.401127+0000 mon.smithi019 (mon.0) 505 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.405242+0000 mon.smithi019 (mon.0) 506 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:45:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.407428+0000 mon.smithi019 (mon.0) 507 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.408698+0000 mon.smithi019 (mon.0) 508 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.409905+0000 mon.smithi019 (mon.0) 509 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:45:48.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.411272+0000 mon.smithi019 (mon.0) 510 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T17:45:49.060 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.19 MB/sec execute 263 sec latency 241359.775 ms 2024-02-06T17:45:49.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:47.391374+0000 mgr.smithi019.gohzab (mgr.34104) 160 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:45:49.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:47.397812+0000 mgr.smithi019.gohzab (mgr.34104) 161 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:45:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:47.397902+0000 mgr.smithi019.gohzab (mgr.34104) 162 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:45:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.411400+0000 mgr.smithi019.gohzab (mgr.34104) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T17:45:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:45:47.412039+0000 mgr.smithi019.gohzab (mgr.34104) 164 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-06T17:45:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:47.855516+0000 mgr.smithi019.gohzab (mgr.34104) 165 : cluster [DBG] pgmap v84: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 113/1392 objects degraded (8.118%) 2024-02-06T17:45:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:47.913405+0000 mon.smithi019 (mon.0) 511 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:45:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:47.920529+0000 mon.smithi019 (mon.0) 512 : cluster [INF] osd.2 [v2:172.21.15.19:6818/1376186371,v1:172.21.15.19:6819/1376186371] boot 2024-02-06T17:45:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:47.920591+0000 mon.smithi019 (mon.0) 513 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-02-06T17:45:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:47.924048+0000 mon.smithi019 (mon.0) 514 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:45:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:48.683747+0000 mon.smithi019 (mon.0) 515 : cluster [WRN] Health check update: Degraded data redundancy: 113/1392 objects degraded (8.118%), 17 pgs degraded (PG_DEGRADED) 2024-02-06T17:45:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:48.919542+0000 mon.smithi019 (mon.0) 516 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-02-06T17:45:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:47.391374+0000 mgr.smithi019.gohzab (mgr.34104) 160 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:45:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:47.397812+0000 mgr.smithi019.gohzab (mgr.34104) 161 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:45:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:47.397902+0000 mgr.smithi019.gohzab (mgr.34104) 162 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:45:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.411400+0000 mgr.smithi019.gohzab (mgr.34104) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T17:45:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:45:47.412039+0000 mgr.smithi019.gohzab (mgr.34104) 164 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-06T17:45:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:47.855516+0000 mgr.smithi019.gohzab (mgr.34104) 165 : cluster [DBG] pgmap v84: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 113/1392 objects degraded (8.118%) 2024-02-06T17:45:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:47.913405+0000 mon.smithi019 (mon.0) 511 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:45:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:47.920529+0000 mon.smithi019 (mon.0) 512 : cluster [INF] osd.2 [v2:172.21.15.19:6818/1376186371,v1:172.21.15.19:6819/1376186371] boot 2024-02-06T17:45:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:47.920591+0000 mon.smithi019 (mon.0) 513 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-02-06T17:45:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:47.924048+0000 mon.smithi019 (mon.0) 514 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:45:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:48.683747+0000 mon.smithi019 (mon.0) 515 : cluster [WRN] Health check update: Degraded data redundancy: 113/1392 objects degraded (8.118%), 17 pgs degraded (PG_DEGRADED) 2024-02-06T17:45:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:48.919542+0000 mon.smithi019 (mon.0) 516 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-02-06T17:45:50.060 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.19 MB/sec execute 264 sec latency 242359.881 ms 2024-02-06T17:45:51.060 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.18 MB/sec execute 265 sec latency 243360.007 ms 2024-02-06T17:45:51.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:49.856090+0000 mgr.smithi019.gohzab (mgr.34104) 166 : cluster [DBG] pgmap v87: 129 pgs: 16 active+undersized+degraded, 13 active+undersized, 100 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 103/1392 objects degraded (7.399%) 2024-02-06T17:45:51.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:49.856090+0000 mgr.smithi019.gohzab (mgr.34104) 166 : cluster [DBG] pgmap v87: 129 pgs: 16 active+undersized+degraded, 13 active+undersized, 100 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 103/1392 objects degraded (7.399%) 2024-02-06T17:45:52.060 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.18 MB/sec execute 266 sec latency 244360.140 ms 2024-02-06T17:45:53.060 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.18 MB/sec execute 267 sec latency 245360.280 ms 2024-02-06T17:45:53.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:51.856599+0000 mgr.smithi019.gohzab (mgr.34104) 167 : cluster [DBG] pgmap v88: 129 pgs: 14 active+undersized+degraded, 11 active+undersized, 104 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 83/1392 objects degraded (5.963%) 2024-02-06T17:45:53.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:45:52.108958+0000 mon.smithi019 (mon.0) 517 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:53.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:51.856599+0000 mgr.smithi019.gohzab (mgr.34104) 167 : cluster [DBG] pgmap v88: 129 pgs: 14 active+undersized+degraded, 11 active+undersized, 104 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 83/1392 objects degraded (5.963%) 2024-02-06T17:45:53.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:45:52.108958+0000 mon.smithi019 (mon.0) 517 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:45:54.060 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.17 MB/sec execute 268 sec latency 246360.377 ms 2024-02-06T17:45:54.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:53.684964+0000 mon.smithi019 (mon.0) 518 : cluster [WRN] Health check update: Degraded data redundancy: 83/1392 objects degraded (5.963%), 14 pgs degraded (PG_DEGRADED) 2024-02-06T17:45:54.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:53.684964+0000 mon.smithi019 (mon.0) 518 : cluster [WRN] Health check update: Degraded data redundancy: 83/1392 objects degraded (5.963%), 14 pgs degraded (PG_DEGRADED) 2024-02-06T17:45:55.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.17 MB/sec execute 269 sec latency 247360.482 ms 2024-02-06T17:45:55.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:55 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:53.857315+0000 mgr.smithi019.gohzab (mgr.34104) 168 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:55.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:55 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:54.687019+0000 mon.smithi019 (mon.0) 519 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 83/1392 objects degraded (5.963%), 14 pgs degraded) 2024-02-06T17:45:55.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:55 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:53.857315+0000 mgr.smithi019.gohzab (mgr.34104) 168 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:55.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:55 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:54.687019+0000 mon.smithi019 (mon.0) 519 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 83/1392 objects degraded (5.963%), 14 pgs degraded) 2024-02-06T17:45:56.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.16 MB/sec execute 270 sec latency 248360.598 ms 2024-02-06T17:45:57.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.16 MB/sec execute 271 sec latency 249360.704 ms 2024-02-06T17:45:57.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:57 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:55.857963+0000 mgr.smithi019.gohzab (mgr.34104) 169 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:57.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:55.857963+0000 mgr.smithi019.gohzab (mgr.34104) 169 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:58.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.15 MB/sec execute 272 sec latency 250360.812 ms 2024-02-06T17:45:59.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.15 MB/sec execute 273 sec latency 251360.932 ms 2024-02-06T17:45:59.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:45:59 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:57.858803+0000 mgr.smithi019.gohzab (mgr.34104) 170 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:45:59.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:45:59 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:57.858803+0000 mgr.smithi019.gohzab (mgr.34104) 170 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:46:00.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.15 MB/sec execute 274 sec latency 252361.054 ms 2024-02-06T17:46:01.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.14 MB/sec execute 275 sec latency 253361.143 ms 2024-02-06T17:46:01.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:45:59.859261+0000 mgr.smithi019.gohzab (mgr.34104) 171 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:46:01.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:01 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:45:59.859261+0000 mgr.smithi019.gohzab (mgr.34104) 171 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:46:02.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.14 MB/sec execute 276 sec latency 254361.178 ms 2024-02-06T17:46:03.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.13 MB/sec execute 277 sec latency 255361.284 ms 2024-02-06T17:46:03.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:01.859782+0000 mgr.smithi019.gohzab (mgr.34104) 172 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:46:03.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:02.032205+0000 mon.smithi019 (mon.0) 520 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:03.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:02.122116+0000 mon.smithi019 (mon.0) 521 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:03.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:02.421006+0000 mon.smithi019 (mon.0) 522 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T17:46:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:01.859782+0000 mgr.smithi019.gohzab (mgr.34104) 172 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:46:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:02.032205+0000 mon.smithi019 (mon.0) 520 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:02.122116+0000 mon.smithi019 (mon.0) 521 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:03.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:02.421006+0000 mon.smithi019 (mon.0) 522 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T17:46:04.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.13 MB/sec execute 278 sec latency 256361.400 ms 2024-02-06T17:46:04.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:02.421214+0000 mgr.smithi019.gohzab (mgr.34104) 173 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T17:46:04.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:02.422304+0000 mgr.smithi019.gohzab (mgr.34104) 174 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-06T17:46:04.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:02.421214+0000 mgr.smithi019.gohzab (mgr.34104) 173 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T17:46:04.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:02.422304+0000 mgr.smithi019.gohzab (mgr.34104) 174 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-06T17:46:05.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.12 MB/sec execute 279 sec latency 257361.446 ms 2024-02-06T17:46:05.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:03.860501+0000 mgr.smithi019.gohzab (mgr.34104) 175 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:46:05.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:04.109465+0000 mgr.smithi019.gohzab (mgr.34104) 176 : cephadm [INF] Upgrade: Updating osd.3 2024-02-06T17:46:05.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:04.115963+0000 mon.smithi019 (mon.0) 523 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:05.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:04.116712+0000 mon.smithi019 (mon.0) 524 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T17:46:05.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:04.117287+0000 mon.smithi019 (mon.0) 525 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:46:05.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:04.118439+0000 mgr.smithi019.gohzab (mgr.34104) 177 : cephadm [INF] Deploying daemon osd.3 on smithi019 2024-02-06T17:46:05.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:04.118861+0000 mon.smithi019 (mon.0) 526 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-06T17:46:05.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:03.860501+0000 mgr.smithi019.gohzab (mgr.34104) 175 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:46:05.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:04.109465+0000 mgr.smithi019.gohzab (mgr.34104) 176 : cephadm [INF] Upgrade: Updating osd.3 2024-02-06T17:46:05.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:04.115963+0000 mon.smithi019 (mon.0) 523 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:05.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:04.116712+0000 mon.smithi019 (mon.0) 524 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T17:46:05.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:04.117287+0000 mon.smithi019 (mon.0) 525 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:46:05.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:04.118439+0000 mgr.smithi019.gohzab (mgr.34104) 177 : cephadm [INF] Deploying daemon osd.3 on smithi019 2024-02-06T17:46:05.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:04.118861+0000 mon.smithi019 (mon.0) 526 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-06T17:46:06.061 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.12 MB/sec execute 280 sec latency 258361.496 ms 2024-02-06T17:46:07.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.12 MB/sec execute 281 sec latency 259361.596 ms 2024-02-06T17:46:07.120 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:07 smithi019 systemd[1]: Stopping Ceph osd.3 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:46:07.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:05.860993+0000 mgr.smithi019.gohzab (mgr.34104) 178 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:46:07.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:05.860993+0000 mgr.smithi019.gohzab (mgr.34104) 178 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:46:07.881 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:07 smithi019 bash[78892]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.3 2024-02-06T17:46:08.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.11 MB/sec execute 282 sec latency 260361.641 ms 2024-02-06T17:46:08.178 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:07 smithi019 bash[78947]: Error: no container with name or ID "ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.3" found: no such container 2024-02-06T17:46:08.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.432068+0000 mon.smithi019 (mon.0) 527 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T17:46:08.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.432096+0000 mon.smithi019 (mon.0) 528 : cluster [INF] osd.3 failed (root=default,host=smithi019) (connection refused reported by osd.0) 2024-02-06T17:46:08.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.432228+0000 mon.smithi019 (mon.0) 529 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T17:46:08.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.432307+0000 mon.smithi019 (mon.0) 530 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T17:46:08.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.432350+0000 mon.smithi019 (mon.0) 531 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T17:46:08.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.432456+0000 mon.smithi019 (mon.0) 532 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T17:46:08.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.432567+0000 mon.smithi019 (mon.0) 533 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T17:46:08.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.432642+0000 mon.smithi019 (mon.0) 534 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T17:46:08.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.432727+0000 mon.smithi019 (mon.0) 535 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.432768+0000 mon.smithi019 (mon.0) 536 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.432867+0000 mon.smithi019 (mon.0) 537 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.432907+0000 mon.smithi019 (mon.0) 538 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.432998+0000 mon.smithi019 (mon.0) 539 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.433038+0000 mon.smithi019 (mon.0) 540 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.433134+0000 mon.smithi019 (mon.0) 541 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.833069+0000 mon.smithi019 (mon.0) 542 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.833172+0000 mon.smithi019 (mon.0) 543 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.833252+0000 mon.smithi019 (mon.0) 544 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.833297+0000 mon.smithi019 (mon.0) 545 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.833411+0000 mon.smithi019 (mon.0) 546 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.833517+0000 mon.smithi019 (mon.0) 547 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.833598+0000 mon.smithi019 (mon.0) 548 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T17:46:08.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.833642+0000 mon.smithi019 (mon.0) 549 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T17:46:08.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.833756+0000 mon.smithi019 (mon.0) 550 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T17:46:08.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.833842+0000 mon.smithi019 (mon.0) 551 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T17:46:08.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.833922+0000 mon.smithi019 (mon.0) 552 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T17:46:08.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.833993+0000 mon.smithi019 (mon.0) 553 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T17:46:08.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.834069+0000 mon.smithi019 (mon.0) 554 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T17:46:08.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.834145+0000 mon.smithi019 (mon.0) 555 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T17:46:08.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:08.045822+0000 mon.smithi019 (mon.0) 556 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T17:46:08.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.432068+0000 mon.smithi019 (mon.0) 527 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T17:46:08.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.432096+0000 mon.smithi019 (mon.0) 528 : cluster [INF] osd.3 failed (root=default,host=smithi019) (connection refused reported by osd.0) 2024-02-06T17:46:08.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.432228+0000 mon.smithi019 (mon.0) 529 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T17:46:08.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.432307+0000 mon.smithi019 (mon.0) 530 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T17:46:08.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.432350+0000 mon.smithi019 (mon.0) 531 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T17:46:08.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.432456+0000 mon.smithi019 (mon.0) 532 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T17:46:08.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.432567+0000 mon.smithi019 (mon.0) 533 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T17:46:08.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.432642+0000 mon.smithi019 (mon.0) 534 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T17:46:08.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.432727+0000 mon.smithi019 (mon.0) 535 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T17:46:08.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.432768+0000 mon.smithi019 (mon.0) 536 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T17:46:08.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.432867+0000 mon.smithi019 (mon.0) 537 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.432907+0000 mon.smithi019 (mon.0) 538 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.432998+0000 mon.smithi019 (mon.0) 539 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.433038+0000 mon.smithi019 (mon.0) 540 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.433134+0000 mon.smithi019 (mon.0) 541 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.833069+0000 mon.smithi019 (mon.0) 542 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.833172+0000 mon.smithi019 (mon.0) 543 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.833252+0000 mon.smithi019 (mon.0) 544 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.833297+0000 mon.smithi019 (mon.0) 545 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.833411+0000 mon.smithi019 (mon.0) 546 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.833517+0000 mon.smithi019 (mon.0) 547 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.833598+0000 mon.smithi019 (mon.0) 548 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.833642+0000 mon.smithi019 (mon.0) 549 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.833756+0000 mon.smithi019 (mon.0) 550 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.833842+0000 mon.smithi019 (mon.0) 551 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T17:46:08.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.833922+0000 mon.smithi019 (mon.0) 552 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T17:46:08.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.833993+0000 mon.smithi019 (mon.0) 553 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T17:46:08.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.834069+0000 mon.smithi019 (mon.0) 554 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T17:46:08.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.834145+0000 mon.smithi019 (mon.0) 555 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T17:46:08.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:08.045822+0000 mon.smithi019 (mon.0) 556 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T17:46:09.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.11 MB/sec execute 283 sec latency 261361.742 ms 2024-02-06T17:46:09.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:07.861540+0000 mgr.smithi019.gohzab (mgr.34104) 179 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:46:09.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:08.120266+0000 mon.smithi019 (mon.0) 557 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:46:09.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:08.131920+0000 mon.smithi019 (mon.0) 558 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-02-06T17:46:09.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:07.861540+0000 mgr.smithi019.gohzab (mgr.34104) 179 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T17:46:09.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:08.120266+0000 mon.smithi019 (mon.0) 557 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:46:09.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:08.131920+0000 mon.smithi019 (mon.0) 558 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-02-06T17:46:09.928 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:09 smithi019 systemd[1]: ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.3.service: Succeeded. 2024-02-06T17:46:09.928 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:09 smithi019 systemd[1]: Stopped Ceph osd.3 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:46:09.928 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:09 smithi019 systemd[1]: Starting Ceph osd.3 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:46:10.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.10 MB/sec execute 284 sec latency 262361.795 ms 2024-02-06T17:46:10.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:09.130264+0000 mon.smithi019 (mon.0) 559 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-06T17:46:10.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:09.130264+0000 mon.smithi019 (mon.0) 559 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-06T17:46:10.914 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:46:11.032 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:10 smithi019 bash[79206]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T17:46:11.032 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:10 smithi019 bash[79206]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-06T17:46:11.032 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:10 smithi019 bash[79206]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-02-06T17:46:11.032 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:10 smithi019 bash[79206]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-02-06T17:46:11.032 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:10 smithi019 bash[79206]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-02-06T17:46:11.032 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:10 smithi019 bash[79206]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-06T17:46:11.032 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:10 smithi019 bash[79206]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-06T17:46:11.032 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:10 smithi019 bash[79206]: --> ceph-volume lvm activate successful for osd ID: 3 2024-02-06T17:46:11.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.10 MB/sec execute 285 sec latency 263361.857 ms 2024-02-06T17:46:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:09.862159+0000 mgr.smithi019.gohzab (mgr.34104) 180 : cluster [DBG] pgmap v99: 129 pgs: 8 active+undersized+degraded, 16 stale+active+clean, 2 active+undersized, 103 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 63/1392 objects degraded (4.526%) 2024-02-06T17:46:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:10.128712+0000 mon.smithi019 (mon.0) 560 : cluster [WRN] Health check failed: Degraded data redundancy: 63/1392 objects degraded (4.526%), 8 pgs degraded (PG_DEGRADED) 2024-02-06T17:46:11.510 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:46:11.510 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (10m) 24s ago 12m 21.7M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:46:11.510 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (112s) 24s ago 12m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (107s) 102s ago 11m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (10m) 24s ago 12m 36.7M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (7m) 24s ago 7m 27.1M - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (7m) 102s ago 7m 10.9M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (3m) 24s ago 13m 434M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (3m) 102s ago 11m 385M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (2m) 24s ago 13m 48.5M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (2m) 102s ago 12m 37.4M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (4m) 24s ago 4m 87.2M - 3.3 2cf504fded39 adf1dd107571 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (4m) 102s ago 4m 84.4M - 3.3 2cf504fded39 b4b433e0c555 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (11m) 24s ago 11m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (11m) 102s ago 11m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (91s) 24s ago 11m 121M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8b717c6300ef 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (61s) 24s ago 10m 106M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab c145e664fd94 2024-02-06T17:46:11.511 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (30s) 24s ago 10m 13.1M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 9f4d167f6c5a 2024-02-06T17:46:11.512 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (10m) 24s ago 10m 137M 4096M 15.2.13 2cf504fded39 d91107b31630 2024-02-06T17:46:11.512 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (9m) 102s ago 9m 386M 4096M 15.2.13 2cf504fded39 1b3bc00a3569 2024-02-06T17:46:11.512 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (9m) 102s ago 9m 173M 4096M 15.2.13 2cf504fded39 6804e0615190 2024-02-06T17:46:11.512 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (9m) 102s ago 9m 353M 4096M 15.2.13 2cf504fded39 45fcd81af22b 2024-02-06T17:46:11.512 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (8m) 102s ago 8m 259M 4096M 15.2.13 2cf504fded39 b2084015ed6c 2024-02-06T17:46:11.512 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (3m) 102s ago 11m 58.0M - 2.18.1 de242295e225 022e961862e3 2024-02-06T17:46:11.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:09.862159+0000 mgr.smithi019.gohzab (mgr.34104) 180 : cluster [DBG] pgmap v99: 129 pgs: 8 active+undersized+degraded, 16 stale+active+clean, 2 active+undersized, 103 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 63/1392 objects degraded (4.526%) 2024-02-06T17:46:11.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:10.128712+0000 mon.smithi019 (mon.0) 560 : cluster [WRN] Health check failed: Degraded data redundancy: 63/1392 objects degraded (4.526%), 8 pgs degraded (PG_DEGRADED) 2024-02-06T17:46:11.860 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:46:11.860 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:46:11.860 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:46:11.860 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:46:11.860 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:46:11.860 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:46:11.860 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:46:11.860 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:46:11.860 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-06T17:46:11.861 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 3 2024-02-06T17:46:11.861 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:46:11.861 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:46:11.861 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:46:11.861 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:46:11.861 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:46:11.861 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-06T17:46:11.861 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 7 2024-02-06T17:46:11.861 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:46:11.861 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:46:12.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.10 MB/sec execute 286 sec latency 264361.906 ms 2024-02-06T17:46:12.154 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:46:12.154 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:46:12.154 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:46:12.154 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:46:12.155 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:46:12.155 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr", 2024-02-06T17:46:12.155 INFO:teuthology.orchestra.run.smithi019.stdout: "mon", 2024-02-06T17:46:12.155 INFO:teuthology.orchestra.run.smithi019.stdout: "crash" 2024-02-06T17:46:12.155 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:46:12.155 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "9/23 daemons upgraded", 2024-02-06T17:46:12.155 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T17:46:12.155 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:46:12.155 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:46:12.178 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-3[79566]: debug 2024-02-06T17:46:11.898+0000 7fe6e22aa700 1 -- 172.21.15.19:0/675790205 <== mon.0 v2:172.21.15.19:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556227d1e680 con 0x556227ce7400 2024-02-06T17:46:12.178 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:11 smithi019 bash[79525]: 559ebbba1aa29ba4394ccde7c93f3851ff83225e0125a001b3b0f73b22df7402 2024-02-06T17:46:12.178 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:11 smithi019 systemd[1]: Started Ceph osd.3 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:46:12.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:10.901634+0000 mgr.smithi019.gohzab (mgr.34104) 181 : audit [DBG] from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:12.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:11.500015+0000 mon.smithi019 (mon.0) 561 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:46:12.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:11.500425+0000 mon.smithi019 (mon.0) 562 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:11.500785+0000 mon.smithi019 (mon.0) 563 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:11.501138+0000 mon.smithi019 (mon.0) 564 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:11.501485+0000 mon.smithi019 (mon.0) 565 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:11.503300+0000 mon.smithi019 (mon.0) 566 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:46:12.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:11.503641+0000 mon.smithi019 (mon.0) 567 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:11.504003+0000 mon.smithi019 (mon.0) 568 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:11.504335+0000 mon.smithi019 (mon.0) 569 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:11.504662+0000 mon.smithi019 (mon.0) 570 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:11.859064+0000 mon.smithi019 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.19:0/2724918827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:12.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:12.034657+0000 mon.smithi019 (mon.0) 572 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:12.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:12.035481+0000 mon.smithi019 (mon.0) 573 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:46:12.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:12.036990+0000 mon.smithi019 (mon.0) 574 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:46:12.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:10.901634+0000 mgr.smithi019.gohzab (mgr.34104) 181 : audit [DBG] from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:12.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:11.500015+0000 mon.smithi019 (mon.0) 561 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:46:12.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:11.500425+0000 mon.smithi019 (mon.0) 562 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:11.500785+0000 mon.smithi019 (mon.0) 563 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:11.501138+0000 mon.smithi019 (mon.0) 564 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:11.501485+0000 mon.smithi019 (mon.0) 565 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:11.503300+0000 mon.smithi019 (mon.0) 566 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:46:12.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:11.503641+0000 mon.smithi019 (mon.0) 567 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:11.504003+0000 mon.smithi019 (mon.0) 568 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:11.504335+0000 mon.smithi019 (mon.0) 569 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:11.504662+0000 mon.smithi019 (mon.0) 570 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:12.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:11.859064+0000 mon.smithi019 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.19:0/2724918827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:12.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:12.034657+0000 mon.smithi019 (mon.0) 572 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:12.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:12.035481+0000 mon.smithi019 (mon.0) 573 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:46:12.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:12.036990+0000 mon.smithi019 (mon.0) 574 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:46:12.678 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-3[79566]: debug 2024-02-06T17:46:12.420+0000 7fe6e9d38380 -1 Falling back to public interface 2024-02-06T17:46:13.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.09 MB/sec execute 287 sec latency 265361.960 ms 2024-02-06T17:46:13.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:11.204883+0000 mgr.smithi019.gohzab (mgr.34104) 182 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:13.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:11.497807+0000 mgr.smithi019.gohzab (mgr.34104) 183 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:13.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:11.862583+0000 mgr.smithi019.gohzab (mgr.34104) 184 : cluster [DBG] pgmap v100: 129 pgs: 15 active+undersized+degraded, 10 stale+active+clean, 8 active+undersized, 96 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 97/1392 objects degraded (6.968%) 2024-02-06T17:46:13.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:12.154244+0000 mgr.smithi019.gohzab (mgr.34104) 185 : audit [DBG] from='client.34258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:13.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:11.204883+0000 mgr.smithi019.gohzab (mgr.34104) 182 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:13.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:11.497807+0000 mgr.smithi019.gohzab (mgr.34104) 183 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:13.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:11.862583+0000 mgr.smithi019.gohzab (mgr.34104) 184 : cluster [DBG] pgmap v100: 129 pgs: 15 active+undersized+degraded, 10 stale+active+clean, 8 active+undersized, 96 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 97/1392 objects degraded (6.968%) 2024-02-06T17:46:13.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:12.154244+0000 mgr.smithi019.gohzab (mgr.34104) 185 : audit [DBG] from='client.34258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:14.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.09 MB/sec execute 288 sec latency 266362.006 ms 2024-02-06T17:46:15.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.09 MB/sec execute 289 sec latency 267362.050 ms 2024-02-06T17:46:15.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:13.863223+0000 mgr.smithi019.gohzab (mgr.34104) 186 : cluster [DBG] pgmap v101: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 187/1392 objects degraded (13.434%) 2024-02-06T17:46:15.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:13.863223+0000 mgr.smithi019.gohzab (mgr.34104) 186 : cluster [DBG] pgmap v101: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 187/1392 objects degraded (13.434%) 2024-02-06T17:46:16.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.08 MB/sec execute 290 sec latency 268362.104 ms 2024-02-06T17:46:17.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.08 MB/sec execute 291 sec latency 269362.134 ms 2024-02-06T17:46:17.098 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-3[79566]: debug 2024-02-06T17:46:16.801+0000 7fe6e9d38380 -1 osd.3 82 log_to_monitors {default=true} 2024-02-06T17:46:17.098 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:46:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-3[79566]: debug 2024-02-06T17:46:16.933+0000 7fe6dca22700 -1 osd.3 82 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T17:46:17.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:15.863912+0000 mgr.smithi019.gohzab (mgr.34104) 187 : cluster [DBG] pgmap v102: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 187/1392 objects degraded (13.434%) 2024-02-06T17:46:17.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:16.807061+0000 mon.smithi103 (mon.1) 3 : audit [INF] from='osd.3 [v2:172.21.15.19:6826/110897391,v1:172.21.15.19:6827/110897391]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-06T17:46:17.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:16.807720+0000 mon.smithi019 (mon.0) 575 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-06T17:46:17.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:15.863912+0000 mgr.smithi019.gohzab (mgr.34104) 187 : cluster [DBG] pgmap v102: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 298 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 187/1392 objects degraded (13.434%) 2024-02-06T17:46:17.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:16.807061+0000 mon.smithi103 (mon.1) 3 : audit [INF] from='osd.3 [v2:172.21.15.19:6826/110897391,v1:172.21.15.19:6827/110897391]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-06T17:46:17.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:16.807720+0000 mon.smithi019 (mon.0) 575 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-06T17:46:18.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.07 MB/sec execute 292 sec latency 270362.174 ms 2024-02-06T17:46:18.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:16.922784+0000 mon.smithi019 (mon.0) 576 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-06T17:46:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:16.922863+0000 mon.smithi019 (mon.0) 577 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-02-06T17:46:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:16.923548+0000 mon.smithi103 (mon.1) 4 : audit [INF] from='osd.3 [v2:172.21.15.19:6826/110897391,v1:172.21.15.19:6827/110897391]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-06T17:46:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:16.923933+0000 mon.smithi019 (mon.0) 578 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-06T17:46:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.031904+0000 mon.smithi019 (mon.0) 579 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.546384+0000 mon.smithi019 (mon.0) 580 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.547191+0000 mon.smithi019 (mon.0) 581 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:46:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.547898+0000 mon.smithi019 (mon.0) 582 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:46:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.551796+0000 mon.smithi019 (mon.0) 583 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.554475+0000 mon.smithi019 (mon.0) 584 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:46:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.558125+0000 mon.smithi019 (mon.0) 585 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.563947+0000 mon.smithi019 (mon.0) 586 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:46:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.566294+0000 mon.smithi019 (mon.0) 587 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.567675+0000 mon.smithi019 (mon.0) 588 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:18.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.568962+0000 mon.smithi019 (mon.0) 589 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:18.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.570365+0000 mon.smithi019 (mon.0) 590 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T17:46:18.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:16.922784+0000 mon.smithi019 (mon.0) 576 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-06T17:46:18.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:16.922863+0000 mon.smithi019 (mon.0) 577 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-02-06T17:46:18.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:16.923548+0000 mon.smithi103 (mon.1) 4 : audit [INF] from='osd.3 [v2:172.21.15.19:6826/110897391,v1:172.21.15.19:6827/110897391]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-06T17:46:18.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:16.923933+0000 mon.smithi019 (mon.0) 578 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-06T17:46:18.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.031904+0000 mon.smithi019 (mon.0) 579 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:18.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.546384+0000 mon.smithi019 (mon.0) 580 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:18.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.547191+0000 mon.smithi019 (mon.0) 581 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:46:18.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.547898+0000 mon.smithi019 (mon.0) 582 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:46:18.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.551796+0000 mon.smithi019 (mon.0) 583 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:18.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.554475+0000 mon.smithi019 (mon.0) 584 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:46:18.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.558125+0000 mon.smithi019 (mon.0) 585 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:18.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.563947+0000 mon.smithi019 (mon.0) 586 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:46:18.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.566294+0000 mon.smithi019 (mon.0) 587 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:18.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.567675+0000 mon.smithi019 (mon.0) 588 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:18.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.568962+0000 mon.smithi019 (mon.0) 589 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:18.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.570365+0000 mon.smithi019 (mon.0) 590 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T17:46:19.062 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.07 MB/sec execute 293 sec latency 271362.511 ms 2024-02-06T17:46:19.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:17.548521+0000 mgr.smithi019.gohzab (mgr.34104) 188 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:46:19.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:17.554884+0000 mgr.smithi019.gohzab (mgr.34104) 189 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:46:19.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:17.554979+0000 mgr.smithi019.gohzab (mgr.34104) 190 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:46:19.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.570483+0000 mgr.smithi019.gohzab (mgr.34104) 191 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T17:46:19.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:17.571076+0000 mgr.smithi019.gohzab (mgr.34104) 192 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-06T17:46:19.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:17.864760+0000 mgr.smithi019.gohzab (mgr.34104) 193 : cluster [DBG] pgmap v104: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 187/1392 objects degraded (13.434%) 2024-02-06T17:46:19.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:17.921172+0000 mon.smithi019 (mon.0) 591 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:46:19.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:17.929346+0000 mon.smithi019 (mon.0) 592 : cluster [INF] osd.3 [v2:172.21.15.19:6826/110897391,v1:172.21.15.19:6827/110897391] boot 2024-02-06T17:46:19.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:17.929402+0000 mon.smithi019 (mon.0) 593 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-02-06T17:46:19.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:17.932292+0000 mon.smithi019 (mon.0) 594 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:46:19.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:18.690589+0000 mon.smithi019 (mon.0) 595 : cluster [WRN] Health check update: Degraded data redundancy: 187/1392 objects degraded (13.434%), 29 pgs degraded (PG_DEGRADED) 2024-02-06T17:46:19.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:18.927939+0000 mon.smithi019 (mon.0) 596 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-02-06T17:46:19.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:17.548521+0000 mgr.smithi019.gohzab (mgr.34104) 188 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:46:19.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:17.554884+0000 mgr.smithi019.gohzab (mgr.34104) 189 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:46:19.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:17.554979+0000 mgr.smithi019.gohzab (mgr.34104) 190 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:46:19.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.570483+0000 mgr.smithi019.gohzab (mgr.34104) 191 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T17:46:19.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:17.571076+0000 mgr.smithi019.gohzab (mgr.34104) 192 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-06T17:46:19.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:17.864760+0000 mgr.smithi019.gohzab (mgr.34104) 193 : cluster [DBG] pgmap v104: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 187/1392 objects degraded (13.434%) 2024-02-06T17:46:19.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:17.921172+0000 mon.smithi019 (mon.0) 591 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:46:19.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:17.929346+0000 mon.smithi019 (mon.0) 592 : cluster [INF] osd.3 [v2:172.21.15.19:6826/110897391,v1:172.21.15.19:6827/110897391] boot 2024-02-06T17:46:19.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:17.929402+0000 mon.smithi019 (mon.0) 593 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-02-06T17:46:19.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:17.932292+0000 mon.smithi019 (mon.0) 594 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:46:19.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:18.690589+0000 mon.smithi019 (mon.0) 595 : cluster [WRN] Health check update: Degraded data redundancy: 187/1392 objects degraded (13.434%), 29 pgs degraded (PG_DEGRADED) 2024-02-06T17:46:19.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:18.927939+0000 mon.smithi019 (mon.0) 596 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-02-06T17:46:20.063 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.07 MB/sec execute 294 sec latency 272362.610 ms 2024-02-06T17:46:21.063 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.06 MB/sec execute 295 sec latency 273362.710 ms 2024-02-06T17:46:21.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:19.865358+0000 mgr.smithi019.gohzab (mgr.34104) 194 : cluster [DBG] pgmap v107: 129 pgs: 24 active+undersized+degraded, 20 active+undersized, 85 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 147/1392 objects degraded (10.560%) 2024-02-06T17:46:21.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:19.865358+0000 mgr.smithi019.gohzab (mgr.34104) 194 : cluster [DBG] pgmap v107: 129 pgs: 24 active+undersized+degraded, 20 active+undersized, 85 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 147/1392 objects degraded (10.560%) 2024-02-06T17:46:22.063 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.06 MB/sec execute 296 sec latency 274362.830 ms 2024-02-06T17:46:23.063 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.06 MB/sec execute 297 sec latency 275362.927 ms 2024-02-06T17:46:23.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:23 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:21.865898+0000 mgr.smithi019.gohzab (mgr.34104) 195 : cluster [DBG] pgmap v108: 129 pgs: 20 active+undersized+degraded, 17 active+undersized, 92 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 123/1392 objects degraded (8.836%) 2024-02-06T17:46:23.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:23 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:22.135804+0000 mon.smithi019 (mon.0) 597 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:23.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:21.865898+0000 mgr.smithi019.gohzab (mgr.34104) 195 : cluster [DBG] pgmap v108: 129 pgs: 20 active+undersized+degraded, 17 active+undersized, 92 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 123/1392 objects degraded (8.836%) 2024-02-06T17:46:23.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:22.135804+0000 mon.smithi019 (mon.0) 597 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:24.063 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.05 MB/sec execute 298 sec latency 276363.033 ms 2024-02-06T17:46:24.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:23.691792+0000 mon.smithi019 (mon.0) 598 : cluster [WRN] Health check update: Degraded data redundancy: 123/1392 objects degraded (8.836%), 20 pgs degraded (PG_DEGRADED) 2024-02-06T17:46:24.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:23.691792+0000 mon.smithi019 (mon.0) 598 : cluster [WRN] Health check update: Degraded data redundancy: 123/1392 objects degraded (8.836%), 20 pgs degraded (PG_DEGRADED) 2024-02-06T17:46:25.063 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.05 MB/sec execute 299 sec latency 277363.095 ms 2024-02-06T17:46:25.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:23.866673+0000 mgr.smithi019.gohzab (mgr.34104) 196 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 147 B/s rd, 0 op/s 2024-02-06T17:46:25.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:24.693861+0000 mon.smithi019 (mon.0) 599 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 123/1392 objects degraded (8.836%), 20 pgs degraded) 2024-02-06T17:46:25.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:23.866673+0000 mgr.smithi019.gohzab (mgr.34104) 196 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 147 B/s rd, 0 op/s 2024-02-06T17:46:25.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:24.693861+0000 mon.smithi019 (mon.0) 599 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 123/1392 objects degraded (8.836%), 20 pgs degraded) 2024-02-06T17:46:26.063 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.05 MB/sec execute 300 sec latency 278363.146 ms 2024-02-06T17:46:27.063 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.04 MB/sec execute 301 sec latency 279363.283 ms 2024-02-06T17:46:27.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:27 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:25.867190+0000 mgr.smithi019.gohzab (mgr.34104) 197 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-06T17:46:27.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:27 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:25.867190+0000 mgr.smithi019.gohzab (mgr.34104) 197 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-06T17:46:28.063 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.04 MB/sec execute 302 sec latency 280363.347 ms 2024-02-06T17:46:29.063 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.04 MB/sec execute 303 sec latency 281363.414 ms 2024-02-06T17:46:29.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:29 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:27.868018+0000 mgr.smithi019.gohzab (mgr.34104) 198 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-06T17:46:29.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:27.868018+0000 mgr.smithi019.gohzab (mgr.34104) 198 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-06T17:46:30.064 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.03 MB/sec execute 304 sec latency 282363.459 ms 2024-02-06T17:46:31.064 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.03 MB/sec execute 305 sec latency 283363.561 ms 2024-02-06T17:46:31.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:29.868535+0000 mgr.smithi019.gohzab (mgr.34104) 199 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-06T17:46:31.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:29.868535+0000 mgr.smithi019.gohzab (mgr.34104) 199 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-06T17:46:32.064 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.03 MB/sec execute 306 sec latency 284363.629 ms 2024-02-06T17:46:32.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:31.867459+0000 mon.smithi019 (mon.0) 600 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-06T17:46:32.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:31.867861+0000 mon.smithi019 (mon.0) 601 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-06T17:46:32.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:31.868207+0000 mon.smithi019 (mon.0) 602 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-06T17:46:32.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:31.868546+0000 mon.smithi019 (mon.0) 603 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-06T17:46:32.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:32.033060+0000 mon.smithi019 (mon.0) 604 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:32.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:32.148487+0000 mon.smithi019 (mon.0) 605 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:32.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:31.867459+0000 mon.smithi019 (mon.0) 600 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-06T17:46:32.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:31.867861+0000 mon.smithi019 (mon.0) 601 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-06T17:46:32.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:31.868207+0000 mon.smithi019 (mon.0) 602 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-02-06T17:46:32.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:31.868546+0000 mon.smithi019 (mon.0) 603 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-06T17:46:32.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:32.033060+0000 mon.smithi019 (mon.0) 604 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:32.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:32.148487+0000 mon.smithi019 (mon.0) 605 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:33.064 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.02 MB/sec execute 307 sec latency 285363.717 ms 2024-02-06T17:46:33.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:31.868960+0000 mgr.smithi019.gohzab (mgr.34104) 200 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-06T17:46:33.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:32.586482+0000 mon.smithi019 (mon.0) 606 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T17:46:33.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:31.868960+0000 mgr.smithi019.gohzab (mgr.34104) 200 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-06T17:46:33.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:32.586482+0000 mon.smithi019 (mon.0) 606 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T17:46:34.064 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.02 MB/sec execute 308 sec latency 286363.825 ms 2024-02-06T17:46:34.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:32.586693+0000 mgr.smithi019.gohzab (mgr.34104) 201 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T17:46:34.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:32.587784+0000 mgr.smithi019.gohzab (mgr.34104) 202 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-06T17:46:34.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:32.586693+0000 mgr.smithi019.gohzab (mgr.34104) 201 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T17:46:34.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:32.587784+0000 mgr.smithi019.gohzab (mgr.34104) 202 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-06T17:46:35.064 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.02 MB/sec execute 309 sec latency 287363.950 ms 2024-02-06T17:46:35.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:33.869847+0000 mgr.smithi019.gohzab (mgr.34104) 203 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-06T17:46:35.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:34.168996+0000 mgr.smithi019.gohzab (mgr.34104) 204 : cephadm [INF] Upgrade: Updating osd.4 2024-02-06T17:46:35.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:34.173903+0000 mon.smithi019 (mon.0) 607 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:35.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:34.174760+0000 mon.smithi019 (mon.0) 608 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T17:46:35.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:34.175522+0000 mon.smithi019 (mon.0) 609 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:46:35.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:34.177392+0000 mon.smithi019 (mon.0) 610 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-06T17:46:35.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:33.869847+0000 mgr.smithi019.gohzab (mgr.34104) 203 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-06T17:46:35.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:34.168996+0000 mgr.smithi019.gohzab (mgr.34104) 204 : cephadm [INF] Upgrade: Updating osd.4 2024-02-06T17:46:35.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:34.173903+0000 mon.smithi019 (mon.0) 607 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:35.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:34.174760+0000 mon.smithi019 (mon.0) 608 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T17:46:35.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:34.175522+0000 mon.smithi019 (mon.0) 609 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:46:35.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:34.177392+0000 mon.smithi019 (mon.0) 610 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-06T17:46:36.064 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.01 MB/sec execute 310 sec latency 288364.072 ms 2024-02-06T17:46:36.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:34.176935+0000 mgr.smithi019.gohzab (mgr.34104) 205 : cephadm [INF] Deploying daemon osd.4 on smithi103 2024-02-06T17:46:36.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:35.870334+0000 mgr.smithi019.gohzab (mgr.34104) 206 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T17:46:36.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:34.176935+0000 mgr.smithi019.gohzab (mgr.34104) 205 : cephadm [INF] Deploying daemon osd.4 on smithi103 2024-02-06T17:46:36.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:35.870334+0000 mgr.smithi019.gohzab (mgr.34104) 206 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T17:46:37.064 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.01 MB/sec execute 311 sec latency 289364.138 ms 2024-02-06T17:46:37.321 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:37 smithi103 systemd[1]: Stopping Ceph osd.4 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:46:37.909 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:37 smithi103 bash[58727]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.4 2024-02-06T17:46:37.909 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.586082+0000 mon.smithi019 (mon.0) 611 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-06T17:46:37.909 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.586133+0000 mon.smithi019 (mon.0) 612 : cluster [INF] osd.4 failed (root=default,host=smithi103) (connection refused reported by osd.7) 2024-02-06T17:46:37.909 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.586388+0000 mon.smithi019 (mon.0) 613 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-06T17:46:37.909 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.586467+0000 mon.smithi019 (mon.0) 614 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-06T17:46:37.909 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.586582+0000 mon.smithi019 (mon.0) 615 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-06T17:46:37.909 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.586659+0000 mon.smithi019 (mon.0) 616 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-06T17:46:37.910 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.586831+0000 mon.smithi019 (mon.0) 617 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-06T17:46:37.910 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.586918+0000 mon.smithi019 (mon.0) 618 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-06T17:46:37.910 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.587101+0000 mon.smithi019 (mon.0) 619 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T17:46:37.910 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.587160+0000 mon.smithi019 (mon.0) 620 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-06T17:46:37.910 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.587284+0000 mon.smithi019 (mon.0) 621 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-06T17:46:37.910 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.587337+0000 mon.smithi019 (mon.0) 622 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-06T17:46:37.910 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.587499+0000 mon.smithi019 (mon.0) 623 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-06T17:46:37.910 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.587553+0000 mon.smithi019 (mon.0) 624 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-06T17:46:37.910 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.587693+0000 mon.smithi019 (mon.0) 625 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T17:46:37.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.586082+0000 mon.smithi019 (mon.0) 611 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-06T17:46:37.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.586133+0000 mon.smithi019 (mon.0) 612 : cluster [INF] osd.4 failed (root=default,host=smithi103) (connection refused reported by osd.7) 2024-02-06T17:46:37.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.586388+0000 mon.smithi019 (mon.0) 613 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-06T17:46:37.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.586467+0000 mon.smithi019 (mon.0) 614 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-06T17:46:37.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.586582+0000 mon.smithi019 (mon.0) 615 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-06T17:46:37.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.586659+0000 mon.smithi019 (mon.0) 616 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-06T17:46:37.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.586831+0000 mon.smithi019 (mon.0) 617 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-06T17:46:37.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.586918+0000 mon.smithi019 (mon.0) 618 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-06T17:46:37.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.587101+0000 mon.smithi019 (mon.0) 619 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T17:46:37.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.587160+0000 mon.smithi019 (mon.0) 620 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-06T17:46:37.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.587284+0000 mon.smithi019 (mon.0) 621 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-06T17:46:37.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.587337+0000 mon.smithi019 (mon.0) 622 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-06T17:46:37.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.587499+0000 mon.smithi019 (mon.0) 623 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-06T17:46:37.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.587553+0000 mon.smithi019 (mon.0) 624 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-06T17:46:37.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.587693+0000 mon.smithi019 (mon.0) 625 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T17:46:38.064 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.01 MB/sec execute 312 sec latency 290364.216 ms 2024-02-06T17:46:38.170 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:37 smithi103 bash[58783]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.4 2024-02-06T17:46:38.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.636850+0000 mon.smithi019 (mon.0) 626 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:46:38.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.641243+0000 mon.smithi019 (mon.0) 627 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-02-06T17:46:38.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:37.870761+0000 mgr.smithi019.gohzab (mgr.34104) 207 : cluster [DBG] pgmap v117: 129 pgs: 18 stale+active+clean, 111 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T17:46:38.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:38.646572+0000 mon.smithi019 (mon.0) 628 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-06T17:46:39.064 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.00 MB/sec execute 313 sec latency 291364.263 ms 2024-02-06T17:46:39.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.636850+0000 mon.smithi019 (mon.0) 626 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:46:39.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.641243+0000 mon.smithi019 (mon.0) 627 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-02-06T17:46:39.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:37.870761+0000 mgr.smithi019.gohzab (mgr.34104) 207 : cluster [DBG] pgmap v117: 129 pgs: 18 stale+active+clean, 111 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T17:46:39.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:38.646572+0000 mon.smithi019 (mon.0) 628 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-06T17:46:40.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.00 MB/sec execute 314 sec latency 292364.379 ms 2024-02-06T17:46:40.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:39 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:39.922366+0000 mon.smithi019 (mon.0) 629 : cluster [WRN] Health check failed: Degraded data redundancy: 63/1392 objects degraded (4.526%), 8 pgs degraded (PG_DEGRADED) 2024-02-06T17:46:40.322 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:39 smithi103 systemd[1]: ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.4.service: Succeeded. 2024-02-06T17:46:40.322 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:39 smithi103 systemd[1]: Stopped Ceph osd.4 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:46:40.322 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:40 smithi103 systemd[1]: Starting Ceph osd.4 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:46:40.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:39.922366+0000 mon.smithi019 (mon.0) 629 : cluster [WRN] Health check failed: Degraded data redundancy: 63/1392 objects degraded (4.526%), 8 pgs degraded (PG_DEGRADED) 2024-02-06T17:46:41.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 1.00 MB/sec execute 315 sec latency 293364.502 ms 2024-02-06T17:46:41.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:39.871459+0000 mgr.smithi019.gohzab (mgr.34104) 208 : cluster [DBG] pgmap v119: 129 pgs: 8 active+undersized+degraded, 16 stale+active+clean, 1 active+undersized, 104 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 63/1392 objects degraded (4.526%) 2024-02-06T17:46:41.321 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:40 smithi103 bash[59049]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T17:46:41.322 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:40 smithi103 bash[59049]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-06T17:46:41.322 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:40 smithi103 bash[59049]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-02-06T17:46:41.322 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:40 smithi103 bash[59049]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-02-06T17:46:41.322 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:40 smithi103 bash[59049]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-02-06T17:46:41.322 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:40 smithi103 bash[59049]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-06T17:46:41.322 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:40 smithi103 bash[59049]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-06T17:46:41.322 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:40 smithi103 bash[59049]: --> ceph-volume lvm activate successful for osd ID: 4 2024-02-06T17:46:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:39.871459+0000 mgr.smithi019.gohzab (mgr.34104) 208 : cluster [DBG] pgmap v119: 129 pgs: 8 active+undersized+degraded, 16 stale+active+clean, 1 active+undersized, 104 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 63/1392 objects degraded (4.526%) 2024-02-06T17:46:42.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.99 MB/sec execute 316 sec latency 294364.577 ms 2024-02-06T17:46:42.470 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:46:42.571 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:46:42.226+0000 7f3780450700 1 -- 172.21.15.103:0/3658314740 <== mon.1 v2:172.21.15.103:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562079b22680 con 0x562079aeb000 2024-02-06T17:46:42.571 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:42 smithi103 bash[59287]: b709e19a3a8bf5710fceb1301f5ce876750f1d37df5a6ef0384e132b37b289d2 2024-02-06T17:46:42.571 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:42 smithi103 systemd[1]: Started Ceph osd.4 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:46:43.044 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:46:42.742+0000 7f3787ede380 -1 Falling back to public interface 2024-02-06T17:46:43.045 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:41.872131+0000 mgr.smithi019.gohzab (mgr.34104) 209 : cluster [DBG] pgmap v120: 129 pgs: 12 active+undersized+degraded, 14 stale+active+clean, 6 active+undersized, 97 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 94/1392 objects degraded (6.753%) 2024-02-06T17:46:43.045 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:42.351695+0000 mon.smithi019 (mon.0) 630 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:43.045 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:42.352590+0000 mon.smithi019 (mon.0) 631 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:46:43.045 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:42.353904+0000 mon.smithi019 (mon.0) 632 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:46:43.046 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:46:43.046 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (11m) 25s ago 12m 21.7M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:46:43.046 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (2m) 25s ago 12m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:46:43.046 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (2m) 2m ago 11m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:46:43.046 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (10m) 25s ago 12m 36.5M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:46:43.046 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (7m) 25s ago 7m 27.2M - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:46:43.046 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (7m) 2m ago 7m 10.9M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:46:43.046 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (4m) 25s ago 14m 435M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:46:43.046 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (3m) 2m ago 12m 385M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:46:43.046 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (3m) 25s ago 14m 51.5M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:46:43.047 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (2m) 2m ago 12m 37.4M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:46:43.047 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (4m) 25s ago 4m 87.3M - 3.3 2cf504fded39 adf1dd107571 2024-02-06T17:46:43.047 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (4m) 2m ago 4m 84.4M - 3.3 2cf504fded39 b4b433e0c555 2024-02-06T17:46:43.047 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (12m) 25s ago 12m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:46:43.047 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (12m) 2m ago 12m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:46:43.047 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (2m) 25s ago 11m 122M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8b717c6300ef 2024-02-06T17:46:43.047 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (93s) 25s ago 11m 107M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab c145e664fd94 2024-02-06T17:46:43.047 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (62s) 25s ago 11m 87.1M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 9f4d167f6c5a 2024-02-06T17:46:43.047 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (31s) 25s ago 10m 11.5M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 559ebbba1aa2 2024-02-06T17:46:43.047 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 starting - - - 4096M 2024-02-06T17:46:43.047 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (9m) 2m ago 9m 173M 4096M 15.2.13 2cf504fded39 6804e0615190 2024-02-06T17:46:43.048 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (9m) 2m ago 9m 353M 4096M 15.2.13 2cf504fded39 45fcd81af22b 2024-02-06T17:46:43.048 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (9m) 2m ago 9m 259M 4096M 15.2.13 2cf504fded39 b2084015ed6c 2024-02-06T17:46:43.048 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (4m) 2m ago 11m 58.0M - 2.18.1 de242295e225 022e961862e3 2024-02-06T17:46:43.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.99 MB/sec execute 317 sec latency 295364.640 ms 2024-02-06T17:46:43.390 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:46:43.391 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:46:43.391 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:46:43.391 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:46:43.391 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:46:43.391 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:46:43.391 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:46:43.391 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:46:43.391 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-06T17:46:43.391 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 4 2024-02-06T17:46:43.391 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:46:43.391 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:46:43.391 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:46:43.392 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:46:43.392 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:46:43.392 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-06T17:46:43.392 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T17:46:43.392 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:46:43.392 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:46:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:41.872131+0000 mgr.smithi019.gohzab (mgr.34104) 209 : cluster [DBG] pgmap v120: 129 pgs: 12 active+undersized+degraded, 14 stale+active+clean, 6 active+undersized, 97 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 94/1392 objects degraded (6.753%) 2024-02-06T17:46:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:42.351695+0000 mon.smithi019 (mon.0) 630 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:42.352590+0000 mon.smithi019 (mon.0) 631 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:46:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:42.353904+0000 mon.smithi019 (mon.0) 632 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:46:43.679 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:46:43.679 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:46:43.679 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:46:43.679 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:46:43.679 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:46:43.679 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr", 2024-02-06T17:46:43.680 INFO:teuthology.orchestra.run.smithi019.stdout: "mon", 2024-02-06T17:46:43.680 INFO:teuthology.orchestra.run.smithi019.stdout: "crash" 2024-02-06T17:46:43.680 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:46:43.680 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "10/23 daemons upgraded", 2024-02-06T17:46:43.680 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T17:46:43.680 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:46:43.680 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:46:44.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.99 MB/sec execute 318 sec latency 296364.727 ms 2024-02-06T17:46:44.169 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:42.458954+0000 mgr.smithi019.gohzab (mgr.34104) 210 : audit [DBG] from='client.44205 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:44.169 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:42.749331+0000 mgr.smithi019.gohzab (mgr.34104) 211 : audit [DBG] from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:44.169 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:43.033117+0000 mgr.smithi019.gohzab (mgr.34104) 212 : audit [DBG] from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:44.169 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:43.035243+0000 mon.smithi019 (mon.0) 633 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:46:44.169 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:43.035669+0000 mon.smithi019 (mon.0) 634 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.169 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:43.035994+0000 mon.smithi019 (mon.0) 635 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.170 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:43.036266+0000 mon.smithi019 (mon.0) 636 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.170 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:43.036583+0000 mon.smithi019 (mon.0) 637 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.170 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:43.038279+0000 mon.smithi019 (mon.0) 638 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:46:44.170 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:43.038578+0000 mon.smithi019 (mon.0) 639 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.170 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:43.038871+0000 mon.smithi019 (mon.0) 640 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.170 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:43.039154+0000 mon.smithi019 (mon.0) 641 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.170 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:43.039432+0000 mon.smithi019 (mon.0) 642 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.170 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:43.390653+0000 mon.smithi019 (mon.0) 643 : audit [DBG] from='client.? 172.21.15.19:0/1685706890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:44.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:42.458954+0000 mgr.smithi019.gohzab (mgr.34104) 210 : audit [DBG] from='client.44205 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:44.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:42.749331+0000 mgr.smithi019.gohzab (mgr.34104) 211 : audit [DBG] from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:44.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:43.033117+0000 mgr.smithi019.gohzab (mgr.34104) 212 : audit [DBG] from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:44.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:43.035243+0000 mon.smithi019 (mon.0) 633 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:46:44.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:43.035669+0000 mon.smithi019 (mon.0) 634 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:43.035994+0000 mon.smithi019 (mon.0) 635 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:43.036266+0000 mon.smithi019 (mon.0) 636 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:43.036583+0000 mon.smithi019 (mon.0) 637 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:43.038279+0000 mon.smithi019 (mon.0) 638 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:46:44.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:43.038578+0000 mon.smithi019 (mon.0) 639 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:43.038871+0000 mon.smithi019 (mon.0) 640 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:43.039154+0000 mon.smithi019 (mon.0) 641 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:43.039432+0000 mon.smithi019 (mon.0) 642 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:46:44.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:43.390653+0000 mon.smithi019 (mon.0) 643 : audit [DBG] from='client.? 172.21.15.19:0/1685706890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:45.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.98 MB/sec execute 319 sec latency 297364.787 ms 2024-02-06T17:46:45.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:43.679088+0000 mgr.smithi019.gohzab (mgr.34104) 213 : audit [DBG] from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:45.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:43.873145+0000 mgr.smithi019.gohzab (mgr.34104) 214 : cluster [DBG] pgmap v121: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 232/1392 objects degraded (16.667%) 2024-02-06T17:46:45.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:43.679088+0000 mgr.smithi019.gohzab (mgr.34104) 213 : audit [DBG] from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:46:45.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:43.873145+0000 mgr.smithi019.gohzab (mgr.34104) 214 : cluster [DBG] pgmap v121: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 232/1392 objects degraded (16.667%) 2024-02-06T17:46:46.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.98 MB/sec execute 320 sec latency 298364.912 ms 2024-02-06T17:46:47.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.98 MB/sec execute 321 sec latency 299365.003 ms 2024-02-06T17:46:47.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:45.873759+0000 mgr.smithi019.gohzab (mgr.34104) 215 : cluster [DBG] pgmap v122: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 232/1392 objects degraded (16.667%) 2024-02-06T17:46:47.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:45.873759+0000 mgr.smithi019.gohzab (mgr.34104) 215 : cluster [DBG] pgmap v122: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 232/1392 objects degraded (16.667%) 2024-02-06T17:46:48.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.97 MB/sec execute 322 sec latency 300365.117 ms 2024-02-06T17:46:48.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:47.032277+0000 mon.smithi019 (mon.0) 644 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:48.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:47.359842+0000 mon.smithi019 (mon.0) 645 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:48.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:47.660082+0000 mon.smithi019 (mon.0) 646 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:46:48.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:47.661078+0000 mon.smithi019 (mon.0) 647 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:46:48.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:47.666087+0000 mon.smithi019 (mon.0) 648 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:48.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:47.669135+0000 mon.smithi019 (mon.0) 649 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:46:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:47.673103+0000 mon.smithi019 (mon.0) 650 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:47.677459+0000 mon.smithi019 (mon.0) 651 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:46:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:47.680140+0000 mon.smithi019 (mon.0) 652 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:47.681613+0000 mon.smithi019 (mon.0) 653 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:47.683026+0000 mon.smithi019 (mon.0) 654 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:47.684565+0000 mon.smithi019 (mon.0) 655 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T17:46:48.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:47.032277+0000 mon.smithi019 (mon.0) 644 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:48.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:47.359842+0000 mon.smithi019 (mon.0) 645 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:48.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:47.660082+0000 mon.smithi019 (mon.0) 646 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:46:48.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:47.661078+0000 mon.smithi019 (mon.0) 647 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:46:48.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:47.666087+0000 mon.smithi019 (mon.0) 648 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:48.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:47.669135+0000 mon.smithi019 (mon.0) 649 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:46:48.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:47.673103+0000 mon.smithi019 (mon.0) 650 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:48.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:47.677459+0000 mon.smithi019 (mon.0) 651 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:46:48.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:47.680140+0000 mon.smithi019 (mon.0) 652 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:48.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:47.681613+0000 mon.smithi019 (mon.0) 653 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:48.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:47.683026+0000 mon.smithi019 (mon.0) 654 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:46:48.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:47.684565+0000 mon.smithi019 (mon.0) 655 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T17:46:48.821 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:46:48.452+0000 7f3787ede380 -1 osd.4 87 log_to_monitors {default=true} 2024-02-06T17:46:49.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.97 MB/sec execute 323 sec latency 301365.191 ms 2024-02-06T17:46:49.321 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:46:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:46:49.055+0000 7f377abc8700 -1 osd.4 87 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T17:46:49.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:47.661822+0000 mgr.smithi019.gohzab (mgr.34104) 216 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:46:49.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:47.669660+0000 mgr.smithi019.gohzab (mgr.34104) 217 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:46:49.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:47.669780+0000 mgr.smithi019.gohzab (mgr.34104) 218 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:46:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:47.684757+0000 mgr.smithi019.gohzab (mgr.34104) 219 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T17:46:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:46:47.685631+0000 mgr.smithi019.gohzab (mgr.34104) 220 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-06T17:46:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:47.874603+0000 mgr.smithi019.gohzab (mgr.34104) 221 : cluster [DBG] pgmap v123: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 232/1392 objects degraded (16.667%) 2024-02-06T17:46:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:48.455491+0000 mon.smithi103 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.103:6800/590358883,v1:172.21.15.103:6801/590358883]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T17:46:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:48.456234+0000 mon.smithi019 (mon.0) 656 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T17:46:49.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:48.696924+0000 mon.smithi019 (mon.0) 657 : cluster [WRN] Health check update: Degraded data redundancy: 232/1392 objects degraded (16.667%), 33 pgs degraded (PG_DEGRADED) 2024-02-06T17:46:49.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:47.661822+0000 mgr.smithi019.gohzab (mgr.34104) 216 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:46:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:47.669660+0000 mgr.smithi019.gohzab (mgr.34104) 217 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:46:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:47.669780+0000 mgr.smithi019.gohzab (mgr.34104) 218 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:46:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:47.684757+0000 mgr.smithi019.gohzab (mgr.34104) 219 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T17:46:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:46:47.685631+0000 mgr.smithi019.gohzab (mgr.34104) 220 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-06T17:46:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:47.874603+0000 mgr.smithi019.gohzab (mgr.34104) 221 : cluster [DBG] pgmap v123: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 298 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 232/1392 objects degraded (16.667%) 2024-02-06T17:46:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:48.455491+0000 mon.smithi103 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.103:6800/590358883,v1:172.21.15.103:6801/590358883]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T17:46:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:48.456234+0000 mon.smithi019 (mon.0) 656 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T17:46:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:48.696924+0000 mon.smithi019 (mon.0) 657 : cluster [WRN] Health check update: Degraded data redundancy: 232/1392 objects degraded (16.667%), 33 pgs degraded (PG_DEGRADED) 2024-02-06T17:46:50.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.97 MB/sec execute 324 sec latency 302365.227 ms 2024-02-06T17:46:50.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:49.037048+0000 mon.smithi019 (mon.0) 658 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-06T17:46:50.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:49.037190+0000 mon.smithi019 (mon.0) 659 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-02-06T17:46:50.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:49.038175+0000 mon.smithi103 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.103:6800/590358883,v1:172.21.15.103:6801/590358883]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:46:50.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:49.041520+0000 mon.smithi019 (mon.0) 660 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:46:50.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:49.037048+0000 mon.smithi019 (mon.0) 658 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-06T17:46:50.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:49.037190+0000 mon.smithi019 (mon.0) 659 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2024-02-06T17:46:50.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:49.038175+0000 mon.smithi103 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.103:6800/590358883,v1:172.21.15.103:6801/590358883]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:46:50.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:49.041520+0000 mon.smithi019 (mon.0) 660 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:46:51.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.97 MB/sec execute 325 sec latency 303365.263 ms 2024-02-06T17:46:51.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:49.875268+0000 mgr.smithi019.gohzab (mgr.34104) 222 : cluster [DBG] pgmap v125: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 232/1392 objects degraded (16.667%) 2024-02-06T17:46:51.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:50.038930+0000 mon.smithi019 (mon.0) 661 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:46:51.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:50.044444+0000 mon.smithi019 (mon.0) 662 : cluster [INF] osd.4 [v2:172.21.15.103:6800/590358883,v1:172.21.15.103:6801/590358883] boot 2024-02-06T17:46:51.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:50.044500+0000 mon.smithi019 (mon.0) 663 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-02-06T17:46:51.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:50.049683+0000 mon.smithi019 (mon.0) 664 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:46:51.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:51.045345+0000 mon.smithi019 (mon.0) 665 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-02-06T17:46:51.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:49.875268+0000 mgr.smithi019.gohzab (mgr.34104) 222 : cluster [DBG] pgmap v125: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 232/1392 objects degraded (16.667%) 2024-02-06T17:46:51.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:50.038930+0000 mon.smithi019 (mon.0) 661 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:46:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:50.044444+0000 mon.smithi019 (mon.0) 662 : cluster [INF] osd.4 [v2:172.21.15.103:6800/590358883,v1:172.21.15.103:6801/590358883] boot 2024-02-06T17:46:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:50.044500+0000 mon.smithi019 (mon.0) 663 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-02-06T17:46:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:50.049683+0000 mon.smithi019 (mon.0) 664 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:46:51.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:51.045345+0000 mon.smithi019 (mon.0) 665 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-02-06T17:46:52.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.96 MB/sec execute 326 sec latency 304365.300 ms 2024-02-06T17:46:53.065 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.96 MB/sec execute 327 sec latency 305365.344 ms 2024-02-06T17:46:53.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:51.875882+0000 mgr.smithi019.gohzab (mgr.34104) 223 : cluster [DBG] pgmap v128: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 212/1392 objects degraded (15.230%) 2024-02-06T17:46:53.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:46:52.165996+0000 mon.smithi019 (mon.0) 666 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:53.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:51.875882+0000 mgr.smithi019.gohzab (mgr.34104) 223 : cluster [DBG] pgmap v128: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 212/1392 objects degraded (15.230%) 2024-02-06T17:46:53.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:46:52.165996+0000 mon.smithi019 (mon.0) 666 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:46:54.066 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.96 MB/sec execute 328 sec latency 306365.459 ms 2024-02-06T17:46:54.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:53.697944+0000 mon.smithi019 (mon.0) 667 : cluster [WRN] Health check update: Degraded data redundancy: 212/1392 objects degraded (15.230%), 30 pgs degraded (PG_DEGRADED) 2024-02-06T17:46:54.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:53.697944+0000 mon.smithi019 (mon.0) 667 : cluster [WRN] Health check update: Degraded data redundancy: 212/1392 objects degraded (15.230%), 30 pgs degraded (PG_DEGRADED) 2024-02-06T17:46:55.066 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.95 MB/sec execute 329 sec latency 307365.556 ms 2024-02-06T17:46:55.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:55 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:53.876599+0000 mgr.smithi019.gohzab (mgr.34104) 224 : cluster [DBG] pgmap v129: 129 pgs: 14 active+undersized+degraded, 11 active+undersized, 104 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 100/1392 objects degraded (7.184%) 2024-02-06T17:46:55.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:55 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:53.876599+0000 mgr.smithi019.gohzab (mgr.34104) 224 : cluster [DBG] pgmap v129: 129 pgs: 14 active+undersized+degraded, 11 active+undersized, 104 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 100/1392 objects degraded (7.184%) 2024-02-06T17:46:56.066 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.95 MB/sec execute 330 sec latency 308365.650 ms 2024-02-06T17:46:56.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:55.877220+0000 mgr.smithi019.gohzab (mgr.34104) 225 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:46:56.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:56.171962+0000 mon.smithi019 (mon.0) 668 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 100/1392 objects degraded (7.184%), 14 pgs degraded) 2024-02-06T17:46:56.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:55.877220+0000 mgr.smithi019.gohzab (mgr.34104) 225 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:46:56.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:56.171962+0000 mon.smithi019 (mon.0) 668 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 100/1392 objects degraded (7.184%), 14 pgs degraded) 2024-02-06T17:46:57.066 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.95 MB/sec execute 331 sec latency 309365.748 ms 2024-02-06T17:46:58.066 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.95 MB/sec execute 332 sec latency 310365.861 ms 2024-02-06T17:46:59.067 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.94 MB/sec execute 333 sec latency 311365.974 ms 2024-02-06T17:46:59.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:46:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:57.877984+0000 mgr.smithi019.gohzab (mgr.34104) 226 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:46:59.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:46:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:57.877984+0000 mgr.smithi019.gohzab (mgr.34104) 226 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:00.066 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.94 MB/sec execute 334 sec latency 312366.060 ms 2024-02-06T17:47:01.066 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.94 MB/sec execute 335 sec latency 313366.132 ms 2024-02-06T17:47:01.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:00 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:46:59.878723+0000 mgr.smithi019.gohzab (mgr.34104) 227 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:01.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:00 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:46:59.878723+0000 mgr.smithi019.gohzab (mgr.34104) 227 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:02.066 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.93 MB/sec execute 336 sec latency 314366.217 ms 2024-02-06T17:47:03.066 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.93 MB/sec execute 337 sec latency 315366.324 ms 2024-02-06T17:47:03.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:01.879183+0000 mgr.smithi019.gohzab (mgr.34104) 228 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:03.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:02.032796+0000 mon.smithi019 (mon.0) 669 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:03.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:02.179843+0000 mon.smithi019 (mon.0) 670 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:03.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:02.701243+0000 mon.smithi019 (mon.0) 671 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T17:47:03.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:01.879183+0000 mgr.smithi019.gohzab (mgr.34104) 228 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:03.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:02.032796+0000 mon.smithi019 (mon.0) 669 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:03.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:02.179843+0000 mon.smithi019 (mon.0) 670 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:03.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:02.701243+0000 mon.smithi019 (mon.0) 671 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T17:47:04.067 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.93 MB/sec execute 338 sec latency 316366.383 ms 2024-02-06T17:47:04.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:02.701460+0000 mgr.smithi019.gohzab (mgr.34104) 229 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T17:47:04.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:02.702633+0000 mgr.smithi019.gohzab (mgr.34104) 230 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-06T17:47:04.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:02.701460+0000 mgr.smithi019.gohzab (mgr.34104) 229 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T17:47:04.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:02.702633+0000 mgr.smithi019.gohzab (mgr.34104) 230 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-06T17:47:05.067 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.93 MB/sec execute 339 sec latency 317366.460 ms 2024-02-06T17:47:05.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:03.879914+0000 mgr.smithi019.gohzab (mgr.34104) 231 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:05.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:04.203294+0000 mon.smithi019 (mon.0) 672 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:05.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:04.204159+0000 mon.smithi019 (mon.0) 673 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T17:47:05.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:04.204884+0000 mon.smithi019 (mon.0) 674 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:47:05.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:04.206830+0000 mon.smithi019 (mon.0) 675 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-06T17:47:05.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:03.879914+0000 mgr.smithi019.gohzab (mgr.34104) 231 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:05.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:04.203294+0000 mon.smithi019 (mon.0) 672 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:05.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:04.204159+0000 mon.smithi019 (mon.0) 673 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T17:47:05.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:04.204884+0000 mon.smithi019 (mon.0) 674 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:47:05.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:04.206830+0000 mon.smithi019 (mon.0) 675 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-06T17:47:06.067 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.92 MB/sec execute 340 sec latency 318366.536 ms 2024-02-06T17:47:06.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:04.198386+0000 mgr.smithi019.gohzab (mgr.34104) 232 : cephadm [INF] Upgrade: Updating osd.5 2024-02-06T17:47:06.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:04.206261+0000 mgr.smithi019.gohzab (mgr.34104) 233 : cephadm [INF] Deploying daemon osd.5 on smithi103 2024-02-06T17:47:06.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:04.198386+0000 mgr.smithi019.gohzab (mgr.34104) 232 : cephadm [INF] Upgrade: Updating osd.5 2024-02-06T17:47:06.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:04.206261+0000 mgr.smithi019.gohzab (mgr.34104) 233 : cephadm [INF] Deploying daemon osd.5 on smithi103 2024-02-06T17:47:07.044 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:06 smithi103 systemd[1]: Stopping Ceph osd.5 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:47:07.067 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.92 MB/sec execute 341 sec latency 319366.635 ms 2024-02-06T17:47:07.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:05.880480+0000 mgr.smithi019.gohzab (mgr.34104) 234 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:07.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:05.880480+0000 mgr.smithi019.gohzab (mgr.34104) 234 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:07.821 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:07 smithi103 bash[60437]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.5 2024-02-06T17:47:08.067 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.92 MB/sec execute 342 sec latency 320366.682 ms 2024-02-06T17:47:08.322 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:07 smithi103 bash[60490]: Error: no container with ID 6804e0615190c33f386ee3853c0cf49d8734c47b6178d76cd326638178ff4ddd found in database: no such container 2024-02-06T17:47:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.239932+0000 mon.smithi019 (mon.0) 676 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.239980+0000 mon.smithi019 (mon.0) 677 : cluster [INF] osd.5 failed (root=default,host=smithi103) (connection refused reported by osd.7) 2024-02-06T17:47:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.251402+0000 mon.smithi019 (mon.0) 678 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.368108+0000 mon.smithi019 (mon.0) 679 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T17:47:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.368516+0000 mon.smithi019 (mon.0) 680 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T17:47:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.368898+0000 mon.smithi019 (mon.0) 681 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T17:47:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.368992+0000 mon.smithi019 (mon.0) 682 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T17:47:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.369102+0000 mon.smithi019 (mon.0) 683 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.369297+0000 mon.smithi019 (mon.0) 684 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.369403+0000 mon.smithi019 (mon.0) 685 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T17:47:08.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.369542+0000 mon.smithi019 (mon.0) 686 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T17:47:08.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.369715+0000 mon.smithi019 (mon.0) 687 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T17:47:08.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.369772+0000 mon.smithi019 (mon.0) 688 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.369902+0000 mon.smithi019 (mon.0) 689 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T17:47:08.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.370006+0000 mon.smithi019 (mon.0) 690 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:08.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.370139+0000 mon.smithi019 (mon.0) 691 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T17:47:08.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.370294+0000 mon.smithi019 (mon.0) 692 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T17:47:08.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.370438+0000 mon.smithi019 (mon.0) 693 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T17:47:08.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.370576+0000 mon.smithi019 (mon.0) 694 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T17:47:08.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.370739+0000 mon.smithi019 (mon.0) 695 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T17:47:08.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.440632+0000 mon.smithi019 (mon.0) 696 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.451960+0000 mon.smithi019 (mon.0) 697 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:08.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.769296+0000 mon.smithi019 (mon.0) 698 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T17:47:08.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.769417+0000 mon.smithi019 (mon.0) 699 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T17:47:08.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.769769+0000 mon.smithi019 (mon.0) 700 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.769879+0000 mon.smithi019 (mon.0) 701 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T17:47:08.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.770037+0000 mon.smithi019 (mon.0) 702 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.770117+0000 mon.smithi019 (mon.0) 703 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T17:47:08.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.770480+0000 mon.smithi019 (mon.0) 704 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T17:47:08.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.770575+0000 mon.smithi019 (mon.0) 705 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T17:47:08.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.770790+0000 mon.smithi019 (mon.0) 706 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T17:47:08.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.770953+0000 mon.smithi019 (mon.0) 707 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:08.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.771110+0000 mon.smithi019 (mon.0) 708 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T17:47:08.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.771319+0000 mon.smithi019 (mon.0) 709 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T17:47:08.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.771478+0000 mon.smithi019 (mon.0) 710 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:08.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.771695+0000 mon.smithi019 (mon.0) 711 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T17:47:08.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.771913+0000 mon.smithi019 (mon.0) 712 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T17:47:08.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.772112+0000 mon.smithi019 (mon.0) 713 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T17:47:08.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.772316+0000 mon.smithi019 (mon.0) 714 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T17:47:08.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.841594+0000 mon.smithi019 (mon.0) 715 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.853065+0000 mon.smithi019 (mon.0) 716 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.239932+0000 mon.smithi019 (mon.0) 676 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.239980+0000 mon.smithi019 (mon.0) 677 : cluster [INF] osd.5 failed (root=default,host=smithi103) (connection refused reported by osd.7) 2024-02-06T17:47:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.251402+0000 mon.smithi019 (mon.0) 678 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.368108+0000 mon.smithi019 (mon.0) 679 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T17:47:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.368516+0000 mon.smithi019 (mon.0) 680 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T17:47:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.368898+0000 mon.smithi019 (mon.0) 681 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T17:47:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.368992+0000 mon.smithi019 (mon.0) 682 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T17:47:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.369102+0000 mon.smithi019 (mon.0) 683 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.369297+0000 mon.smithi019 (mon.0) 684 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.369403+0000 mon.smithi019 (mon.0) 685 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T17:47:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.369542+0000 mon.smithi019 (mon.0) 686 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T17:47:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.369715+0000 mon.smithi019 (mon.0) 687 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T17:47:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.369772+0000 mon.smithi019 (mon.0) 688 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.369902+0000 mon.smithi019 (mon.0) 689 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T17:47:08.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.370006+0000 mon.smithi019 (mon.0) 690 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:08.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.370139+0000 mon.smithi019 (mon.0) 691 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T17:47:08.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.370294+0000 mon.smithi019 (mon.0) 692 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T17:47:08.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.370438+0000 mon.smithi019 (mon.0) 693 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T17:47:08.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.370576+0000 mon.smithi019 (mon.0) 694 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T17:47:08.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.370739+0000 mon.smithi019 (mon.0) 695 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T17:47:08.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.440632+0000 mon.smithi019 (mon.0) 696 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.451960+0000 mon.smithi019 (mon.0) 697 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:08.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.769296+0000 mon.smithi019 (mon.0) 698 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T17:47:08.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.769417+0000 mon.smithi019 (mon.0) 699 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T17:47:08.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.769769+0000 mon.smithi019 (mon.0) 700 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.769879+0000 mon.smithi019 (mon.0) 701 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T17:47:08.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.770037+0000 mon.smithi019 (mon.0) 702 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.770117+0000 mon.smithi019 (mon.0) 703 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T17:47:08.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.770480+0000 mon.smithi019 (mon.0) 704 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T17:47:08.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.770575+0000 mon.smithi019 (mon.0) 705 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T17:47:08.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.770790+0000 mon.smithi019 (mon.0) 706 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T17:47:08.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.770953+0000 mon.smithi019 (mon.0) 707 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:08.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.771110+0000 mon.smithi019 (mon.0) 708 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T17:47:08.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.771319+0000 mon.smithi019 (mon.0) 709 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T17:47:08.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.771478+0000 mon.smithi019 (mon.0) 710 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:08.433 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.771695+0000 mon.smithi019 (mon.0) 711 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T17:47:08.433 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.771913+0000 mon.smithi019 (mon.0) 712 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T17:47:08.433 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.772112+0000 mon.smithi019 (mon.0) 713 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T17:47:08.433 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.772316+0000 mon.smithi019 (mon.0) 714 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T17:47:08.433 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.841594+0000 mon.smithi019 (mon.0) 715 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T17:47:08.433 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.853065+0000 mon.smithi019 (mon.0) 716 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T17:47:09.068 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.91 MB/sec execute 343 sec latency 321368.041 ms 2024-02-06T17:47:09.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:07.881320+0000 mgr.smithi019.gohzab (mgr.34104) 235 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:09.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:08.044200+0000 mon.smithi019 (mon.0) 717 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:47:09.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:08.055614+0000 mon.smithi019 (mon.0) 718 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-02-06T17:47:09.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:07.881320+0000 mgr.smithi019.gohzab (mgr.34104) 235 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:09.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:08.044200+0000 mon.smithi019 (mon.0) 717 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:47:09.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:08.055614+0000 mon.smithi019 (mon.0) 718 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-02-06T17:47:10.071 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.91 MB/sec execute 344 sec latency 322368.126 ms 2024-02-06T17:47:10.072 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:09 smithi103 systemd[1]: ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.5.service: Succeeded. 2024-02-06T17:47:10.072 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:09 smithi103 systemd[1]: Stopped Ceph osd.5 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:47:10.072 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:09 smithi103 systemd[1]: Starting Ceph osd.5 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:47:10.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:09.053498+0000 mon.smithi019 (mon.0) 719 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-06T17:47:10.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:09.053498+0000 mon.smithi019 (mon.0) 719 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-06T17:47:11.068 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.91 MB/sec execute 345 sec latency 323368.223 ms 2024-02-06T17:47:11.071 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:10 smithi103 bash[60748]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T17:47:11.071 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:10 smithi103 bash[60748]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-06T17:47:11.071 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:10 smithi103 bash[60748]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-02-06T17:47:11.072 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:10 smithi103 bash[60748]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-02-06T17:47:11.072 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:10 smithi103 bash[60748]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-02-06T17:47:11.072 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:10 smithi103 bash[60748]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-06T17:47:11.072 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:10 smithi103 bash[60748]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-06T17:47:11.072 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:10 smithi103 bash[60748]: --> ceph-volume lvm activate successful for osd ID: 5 2024-02-06T17:47:11.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:09.881970+0000 mgr.smithi019.gohzab (mgr.34104) 236 : cluster [DBG] pgmap v139: 129 pgs: 2 active+undersized+degraded, 6 activating+undersized, 12 stale+active+clean, 3 active+undersized, 106 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 35/1392 objects degraded (2.514%) 2024-02-06T17:47:11.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:10.062341+0000 mon.smithi019 (mon.0) 720 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-06T17:47:11.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:10.062372+0000 mon.smithi019 (mon.0) 721 : cluster [WRN] Health check failed: Degraded data redundancy: 35/1392 objects degraded (2.514%), 2 pgs degraded (PG_DEGRADED) 2024-02-06T17:47:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:09.881970+0000 mgr.smithi019.gohzab (mgr.34104) 236 : cluster [DBG] pgmap v139: 129 pgs: 2 active+undersized+degraded, 6 activating+undersized, 12 stale+active+clean, 3 active+undersized, 106 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 35/1392 objects degraded (2.514%) 2024-02-06T17:47:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:10.062341+0000 mon.smithi019 (mon.0) 720 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-06T17:47:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:10.062372+0000 mon.smithi019 (mon.0) 721 : cluster [WRN] Health check failed: Degraded data redundancy: 35/1392 objects degraded (2.514%), 2 pgs degraded (PG_DEGRADED) 2024-02-06T17:47:12.068 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.91 MB/sec execute 346 sec latency 324368.304 ms 2024-02-06T17:47:12.571 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:47:12.295+0000 7fe5530a6700 1 -- 172.21.15.103:0/2475962309 <== mon.1 v2:172.21.15.103:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559db8098680 con 0x559db8061000 2024-02-06T17:47:12.571 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:12 smithi103 bash[60988]: ba7e796912483bc5af2ea532d2c1d9f9bf898e76af2f9048be62d0c346729fed 2024-02-06T17:47:12.571 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:12 smithi103 systemd[1]: Started Ceph osd.5 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:47:13.068 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.90 MB/sec execute 347 sec latency 325368.382 ms 2024-02-06T17:47:13.071 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:47:12.815+0000 7fe55ab34380 -1 Falling back to public interface 2024-02-06T17:47:13.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:11.882444+0000 mgr.smithi019.gohzab (mgr.34104) 237 : cluster [DBG] pgmap v140: 129 pgs: 6 active+undersized+degraded, 6 activating+undersized, 9 stale+active+clean, 8 active+undersized, 100 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 53/1392 objects degraded (3.807%) 2024-02-06T17:47:13.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:12.429442+0000 mon.smithi019 (mon.0) 722 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:13.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:12.430420+0000 mon.smithi019 (mon.0) 723 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:47:13.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:12.432695+0000 mon.smithi019 (mon.0) 724 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:47:13.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:11.882444+0000 mgr.smithi019.gohzab (mgr.34104) 237 : cluster [DBG] pgmap v140: 129 pgs: 6 active+undersized+degraded, 6 activating+undersized, 9 stale+active+clean, 8 active+undersized, 100 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 53/1392 objects degraded (3.807%) 2024-02-06T17:47:13.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:12.429442+0000 mon.smithi019 (mon.0) 722 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:13.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:12.430420+0000 mon.smithi019 (mon.0) 723 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:47:13.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:12.432695+0000 mon.smithi019 (mon.0) 724 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:47:13.995 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:47:14.068 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.90 MB/sec execute 348 sec latency 326368.444 ms 2024-02-06T17:47:14.570 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:47:14.570 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (11m) 57s ago 13m 21.7M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:47:14.570 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (2m) 57s ago 13m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:47:14.570 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (2m) 27s ago 12m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:47:14.571 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (11m) 57s ago 13m 36.5M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:47:14.571 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (8m) 57s ago 8m 27.2M - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:47:14.571 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (8m) 27s ago 8m 11.6M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:47:14.571 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (4m) 57s ago 14m 435M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:47:14.571 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (4m) 27s ago 13m 386M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:47:14.571 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (3m) 57s ago 14m 51.5M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:47:14.571 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (3m) 27s ago 13m 50.5M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:47:14.571 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (5m) 57s ago 5m 87.3M - 3.3 2cf504fded39 adf1dd107571 2024-02-06T17:47:14.571 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (5m) 27s ago 5m 88.0M - 3.3 2cf504fded39 b4b433e0c555 2024-02-06T17:47:14.571 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (12m) 57s ago 12m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:47:14.571 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (12m) 27s ago 12m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:47:14.571 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (2m) 57s ago 12m 122M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8b717c6300ef 2024-02-06T17:47:14.572 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (2m) 57s ago 12m 107M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab c145e664fd94 2024-02-06T17:47:14.572 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (93s) 57s ago 11m 87.1M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 9f4d167f6c5a 2024-02-06T17:47:14.572 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (63s) 57s ago 11m 11.5M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 559ebbba1aa2 2024-02-06T17:47:14.572 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (32s) 27s ago 10m 11.5M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b709e19a3a8b 2024-02-06T17:47:14.572 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 starting - - - 4096M 2024-02-06T17:47:14.572 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (10m) 27s ago 10m 353M 4096M 15.2.13 2cf504fded39 45fcd81af22b 2024-02-06T17:47:14.572 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (9m) 27s ago 9m 255M 4096M 15.2.13 2cf504fded39 b2084015ed6c 2024-02-06T17:47:14.572 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (4m) 27s ago 12m 62.6M - 2.18.1 de242295e225 022e961862e3 2024-02-06T17:47:14.917 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:47:14.917 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:47:14.917 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:47:14.917 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:47:14.918 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:47:14.918 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:47:14.918 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:47:14.918 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:47:14.918 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-06T17:47:14.918 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 5 2024-02-06T17:47:14.918 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:47:14.918 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:47:14.918 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:47:14.918 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:47:14.918 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:47:14.918 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-06T17:47:14.918 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 9 2024-02-06T17:47:14.919 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:47:14.919 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:47:14.948 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:13.883034+0000 mgr.smithi019.gohzab (mgr.34104) 238 : cluster [DBG] pgmap v141: 129 pgs: 20 active+undersized+degraded, 6 activating+undersized, 18 active+undersized, 85 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 152/1392 objects degraded (10.920%) 2024-02-06T17:47:14.948 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:13.982843+0000 mgr.smithi019.gohzab (mgr.34104) 239 : audit [DBG] from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:14.948 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:14.560012+0000 mon.smithi019 (mon.0) 725 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:47:14.948 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:14.560381+0000 mon.smithi019 (mon.0) 726 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:14.948 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:14.560697+0000 mon.smithi019 (mon.0) 727 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:14.948 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:14.561006+0000 mon.smithi019 (mon.0) 728 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:14.948 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:14.561303+0000 mon.smithi019 (mon.0) 729 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:14.949 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:14.562974+0000 mon.smithi019 (mon.0) 730 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:47:14.949 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:14.563284+0000 mon.smithi019 (mon.0) 731 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:14.949 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:14.563584+0000 mon.smithi019 (mon.0) 732 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:14.949 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:14.563912+0000 mon.smithi019 (mon.0) 733 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:14.949 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:14.564213+0000 mon.smithi019 (mon.0) 734 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:15.068 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.90 MB/sec execute 349 sec latency 327368.493 ms 2024-02-06T17:47:15.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:13.883034+0000 mgr.smithi019.gohzab (mgr.34104) 238 : cluster [DBG] pgmap v141: 129 pgs: 20 active+undersized+degraded, 6 activating+undersized, 18 active+undersized, 85 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 152/1392 objects degraded (10.920%) 2024-02-06T17:47:15.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:13.982843+0000 mgr.smithi019.gohzab (mgr.34104) 239 : audit [DBG] from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:15.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:14.560012+0000 mon.smithi019 (mon.0) 725 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:47:15.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:14.560381+0000 mon.smithi019 (mon.0) 726 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:15.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:14.560697+0000 mon.smithi019 (mon.0) 727 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:15.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:14.561006+0000 mon.smithi019 (mon.0) 728 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:15.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:14.561303+0000 mon.smithi019 (mon.0) 729 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:15.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:14.562974+0000 mon.smithi019 (mon.0) 730 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:47:15.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:14.563284+0000 mon.smithi019 (mon.0) 731 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:15.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:14.563584+0000 mon.smithi019 (mon.0) 732 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:15.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:14.563912+0000 mon.smithi019 (mon.0) 733 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:15.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:14.564213+0000 mon.smithi019 (mon.0) 734 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:15.211 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:47:15.211 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:47:15.211 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:47:15.211 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:47:15.211 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:47:15.211 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr", 2024-02-06T17:47:15.211 INFO:teuthology.orchestra.run.smithi019.stdout: "mon", 2024-02-06T17:47:15.211 INFO:teuthology.orchestra.run.smithi019.stdout: "crash" 2024-02-06T17:47:15.211 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:47:15.212 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "11/23 daemons upgraded", 2024-02-06T17:47:15.212 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T17:47:15.212 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:47:15.212 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:47:15.927 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:14.278010+0000 mgr.smithi019.gohzab (mgr.34104) 240 : audit [DBG] from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:15.927 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:14.557918+0000 mgr.smithi019.gohzab (mgr.34104) 241 : audit [DBG] from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:15.927 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:14.917317+0000 mon.smithi019 (mon.0) 735 : audit [DBG] from='client.? 172.21.15.19:0/4025531489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:16.068 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.90 MB/sec execute 350 sec latency 328368.606 ms 2024-02-06T17:47:16.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:15 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:14.278010+0000 mgr.smithi019.gohzab (mgr.34104) 240 : audit [DBG] from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:16.228 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:15 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:14.557918+0000 mgr.smithi019.gohzab (mgr.34104) 241 : audit [DBG] from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:16.228 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:15 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:14.917317+0000 mon.smithi019 (mon.0) 735 : audit [DBG] from='client.? 172.21.15.19:0/4025531489' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:16.321 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:47:16.165+0000 7fe55ab34380 -1 osd.5 92 log_to_monitors {default=true} 2024-02-06T17:47:17.069 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.89 MB/sec execute 351 sec latency 329368.655 ms 2024-02-06T17:47:17.071 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:47:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:47:16.737+0000 7fe54b019700 -1 osd.5 92 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T17:47:17.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:15.211112+0000 mgr.smithi019.gohzab (mgr.34104) 242 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:17.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:15.883839+0000 mgr.smithi019.gohzab (mgr.34104) 243 : cluster [DBG] pgmap v142: 129 pgs: 23 active+undersized+degraded, 21 active+undersized, 85 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 152/1392 objects degraded (10.920%) 2024-02-06T17:47:17.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:16.169256+0000 mon.smithi103 (mon.1) 7 : audit [INF] from='osd.5 [v2:172.21.15.103:6808/3653023210,v1:172.21.15.103:6809/3653023210]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T17:47:17.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:16.169986+0000 mon.smithi019 (mon.0) 736 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T17:47:17.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:15.211112+0000 mgr.smithi019.gohzab (mgr.34104) 242 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:17.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:15.883839+0000 mgr.smithi019.gohzab (mgr.34104) 243 : cluster [DBG] pgmap v142: 129 pgs: 23 active+undersized+degraded, 21 active+undersized, 85 active+clean; 298 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 152/1392 objects degraded (10.920%) 2024-02-06T17:47:17.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:16.169256+0000 mon.smithi103 (mon.1) 7 : audit [INF] from='osd.5 [v2:172.21.15.103:6808/3653023210,v1:172.21.15.103:6809/3653023210]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T17:47:17.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:16.169986+0000 mon.smithi019 (mon.0) 736 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T17:47:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:16.711963+0000 mon.smithi019 (mon.0) 737 : cluster [WRN] Health check update: Degraded data redundancy: 152/1392 objects degraded (10.920%), 23 pgs degraded (PG_DEGRADED) 2024-02-06T17:47:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:16.712027+0000 mon.smithi019 (mon.0) 738 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-02-06T17:47:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:16.724421+0000 mon.smithi019 (mon.0) 739 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-06T17:47:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:16.724593+0000 mon.smithi019 (mon.0) 740 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-06T17:47:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:16.725397+0000 mon.smithi103 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.103:6808/3653023210,v1:172.21.15.103:6809/3653023210]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:47:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:16.725886+0000 mon.smithi019 (mon.0) 741 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:47:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.035804+0000 mon.smithi019 (mon.0) 742 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.217810+0000 mon.smithi019 (mon.0) 743 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.218756+0000 mon.smithi019 (mon.0) 744 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:47:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.219511+0000 mon.smithi019 (mon.0) 745 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:47:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.223192+0000 mon.smithi019 (mon.0) 746 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.225810+0000 mon.smithi019 (mon.0) 747 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:47:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.229787+0000 mon.smithi019 (mon.0) 748 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.233836+0000 mon.smithi019 (mon.0) 749 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:47:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.236157+0000 mon.smithi019 (mon.0) 750 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.237497+0000 mon.smithi019 (mon.0) 751 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.238744+0000 mon.smithi019 (mon.0) 752 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.240155+0000 mon.smithi019 (mon.0) 753 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T17:47:18.069 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.89 MB/sec execute 352 sec latency 330368.750 ms 2024-02-06T17:47:18.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:16.711963+0000 mon.smithi019 (mon.0) 737 : cluster [WRN] Health check update: Degraded data redundancy: 152/1392 objects degraded (10.920%), 23 pgs degraded (PG_DEGRADED) 2024-02-06T17:47:18.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:16.712027+0000 mon.smithi019 (mon.0) 738 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-02-06T17:47:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:16.724421+0000 mon.smithi019 (mon.0) 739 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-06T17:47:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:16.724593+0000 mon.smithi019 (mon.0) 740 : cluster [DBG] osdmap e95: 8 total, 7 up, 8 in 2024-02-06T17:47:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:16.725397+0000 mon.smithi103 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.103:6808/3653023210,v1:172.21.15.103:6809/3653023210]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:47:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:16.725886+0000 mon.smithi019 (mon.0) 741 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:47:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.035804+0000 mon.smithi019 (mon.0) 742 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.217810+0000 mon.smithi019 (mon.0) 743 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.218756+0000 mon.smithi019 (mon.0) 744 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:47:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.219511+0000 mon.smithi019 (mon.0) 745 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:47:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.223192+0000 mon.smithi019 (mon.0) 746 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.225810+0000 mon.smithi019 (mon.0) 747 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:47:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.229787+0000 mon.smithi019 (mon.0) 748 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.233836+0000 mon.smithi019 (mon.0) 749 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:47:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.236157+0000 mon.smithi019 (mon.0) 750 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.237497+0000 mon.smithi019 (mon.0) 751 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.238744+0000 mon.smithi019 (mon.0) 752 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.240155+0000 mon.smithi019 (mon.0) 753 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T17:47:19.069 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.89 MB/sec execute 353 sec latency 331368.807 ms 2024-02-06T17:47:19.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:17.220151+0000 mgr.smithi019.gohzab (mgr.34104) 244 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:47:19.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:17.226254+0000 mgr.smithi019.gohzab (mgr.34104) 245 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:47:19.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:17.226353+0000 mgr.smithi019.gohzab (mgr.34104) 246 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:47:19.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.240312+0000 mgr.smithi019.gohzab (mgr.34104) 247 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T17:47:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:17.241024+0000 mgr.smithi019.gohzab (mgr.34104) 248 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-06T17:47:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:17.719516+0000 mon.smithi019 (mon.0) 754 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:47:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:17.724564+0000 mon.smithi019 (mon.0) 755 : cluster [INF] osd.5 [v2:172.21.15.103:6808/3653023210,v1:172.21.15.103:6809/3653023210] boot 2024-02-06T17:47:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:17.724631+0000 mon.smithi019 (mon.0) 756 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-02-06T17:47:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:17.728477+0000 mon.smithi019 (mon.0) 757 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:47:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:17.884475+0000 mgr.smithi019.gohzab (mgr.34104) 249 : cluster [DBG] pgmap v145: 129 pgs: 23 active+undersized+degraded, 21 active+undersized, 85 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 152/1392 objects degraded (10.920%) 2024-02-06T17:47:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:18.725342+0000 mon.smithi019 (mon.0) 758 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-02-06T17:47:19.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:17.220151+0000 mgr.smithi019.gohzab (mgr.34104) 244 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:47:19.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:17.226254+0000 mgr.smithi019.gohzab (mgr.34104) 245 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:47:19.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:17.226353+0000 mgr.smithi019.gohzab (mgr.34104) 246 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:47:19.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.240312+0000 mgr.smithi019.gohzab (mgr.34104) 247 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T17:47:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:17.241024+0000 mgr.smithi019.gohzab (mgr.34104) 248 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-06T17:47:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:17.719516+0000 mon.smithi019 (mon.0) 754 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:47:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:17.724564+0000 mon.smithi019 (mon.0) 755 : cluster [INF] osd.5 [v2:172.21.15.103:6808/3653023210,v1:172.21.15.103:6809/3653023210] boot 2024-02-06T17:47:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:17.724631+0000 mon.smithi019 (mon.0) 756 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-02-06T17:47:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:17.728477+0000 mon.smithi019 (mon.0) 757 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:47:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:17.884475+0000 mgr.smithi019.gohzab (mgr.34104) 249 : cluster [DBG] pgmap v145: 129 pgs: 23 active+undersized+degraded, 21 active+undersized, 85 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 152/1392 objects degraded (10.920%) 2024-02-06T17:47:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:18.725342+0000 mon.smithi019 (mon.0) 758 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-02-06T17:47:20.069 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.89 MB/sec execute 354 sec latency 332368.869 ms 2024-02-06T17:47:21.069 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.88 MB/sec execute 355 sec latency 333368.970 ms 2024-02-06T17:47:21.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:19.885354+0000 mgr.smithi019.gohzab (mgr.34104) 250 : cluster [DBG] pgmap v147: 129 pgs: 21 active+undersized+degraded, 17 active+undersized, 91 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 133/1392 objects degraded (9.555%) 2024-02-06T17:47:21.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:19.885354+0000 mgr.smithi019.gohzab (mgr.34104) 250 : cluster [DBG] pgmap v147: 129 pgs: 21 active+undersized+degraded, 17 active+undersized, 91 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 133/1392 objects degraded (9.555%) 2024-02-06T17:47:22.069 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.88 MB/sec execute 356 sec latency 334369.103 ms 2024-02-06T17:47:22.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:21.939460+0000 mon.smithi019 (mon.0) 759 : cluster [WRN] Health check update: Degraded data redundancy: 54/1392 objects degraded (3.879%), 8 pgs degraded (PG_DEGRADED) 2024-02-06T17:47:22.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:21.939460+0000 mon.smithi019 (mon.0) 759 : cluster [WRN] Health check update: Degraded data redundancy: 54/1392 objects degraded (3.879%), 8 pgs degraded (PG_DEGRADED) 2024-02-06T17:47:23.069 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.88 MB/sec execute 357 sec latency 335369.151 ms 2024-02-06T17:47:23.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:21.885983+0000 mgr.smithi019.gohzab (mgr.34104) 251 : cluster [DBG] pgmap v148: 129 pgs: 8 active+undersized+degraded, 7 active+undersized, 114 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 54/1392 objects degraded (3.879%) 2024-02-06T17:47:23.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:22.195522+0000 mon.smithi019 (mon.0) 760 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:23.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:21.885983+0000 mgr.smithi019.gohzab (mgr.34104) 251 : cluster [DBG] pgmap v148: 129 pgs: 8 active+undersized+degraded, 7 active+undersized, 114 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 54/1392 objects degraded (3.879%) 2024-02-06T17:47:23.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:22.195522+0000 mon.smithi019 (mon.0) 760 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:24.069 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.88 MB/sec execute 358 sec latency 336369.278 ms 2024-02-06T17:47:25.069 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.87 MB/sec execute 359 sec latency 337369.338 ms 2024-02-06T17:47:25.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:23.886588+0000 mgr.smithi019.gohzab (mgr.34104) 252 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:25.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:23.886588+0000 mgr.smithi019.gohzab (mgr.34104) 252 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:26.069 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.87 MB/sec execute 360 sec latency 338369.437 ms 2024-02-06T17:47:26.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:24.706633+0000 mon.smithi019 (mon.0) 761 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/1392 objects degraded (3.879%), 8 pgs degraded) 2024-02-06T17:47:26.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:24.706633+0000 mon.smithi019 (mon.0) 761 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/1392 objects degraded (3.879%), 8 pgs degraded) 2024-02-06T17:47:27.070 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.87 MB/sec execute 361 sec latency 339369.533 ms 2024-02-06T17:47:27.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:25.887080+0000 mgr.smithi019.gohzab (mgr.34104) 253 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:27.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:25.887080+0000 mgr.smithi019.gohzab (mgr.34104) 253 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:28.070 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.87 MB/sec execute 362 sec latency 340369.603 ms 2024-02-06T17:47:29.070 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.86 MB/sec execute 363 sec latency 341369.707 ms 2024-02-06T17:47:29.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:27.887719+0000 mgr.smithi019.gohzab (mgr.34104) 254 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:29.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:27.887719+0000 mgr.smithi019.gohzab (mgr.34104) 254 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:30.070 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.86 MB/sec execute 364 sec latency 342369.807 ms 2024-02-06T17:47:31.070 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.86 MB/sec execute 365 sec latency 343369.903 ms 2024-02-06T17:47:31.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:30 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:29.888434+0000 mgr.smithi019.gohzab (mgr.34104) 255 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:31.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:30 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:29.888434+0000 mgr.smithi019.gohzab (mgr.34104) 255 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:32.070 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.86 MB/sec execute 366 sec latency 344369.953 ms 2024-02-06T17:47:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:31.872001+0000 mon.smithi019 (mon.0) 762 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-02-06T17:47:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:31.872393+0000 mon.smithi019 (mon.0) 763 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-06T17:47:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:31.872764+0000 mon.smithi019 (mon.0) 764 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-02-06T17:47:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:31.873100+0000 mon.smithi019 (mon.0) 765 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-06T17:47:32.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:31.872001+0000 mon.smithi019 (mon.0) 762 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-02-06T17:47:32.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:31.872393+0000 mon.smithi019 (mon.0) 763 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-06T17:47:32.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:31.872764+0000 mon.smithi019 (mon.0) 764 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-02-06T17:47:32.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:31.873100+0000 mon.smithi019 (mon.0) 765 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-06T17:47:33.070 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.85 MB/sec execute 367 sec latency 345370.031 ms 2024-02-06T17:47:33.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:31.889156+0000 mgr.smithi019.gohzab (mgr.34104) 256 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:33.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:32.033748+0000 mon.smithi019 (mon.0) 766 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:33.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:32.208134+0000 mon.smithi019 (mon.0) 767 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:33.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:32.247212+0000 mon.smithi019 (mon.0) 768 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T17:47:33.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:31.889156+0000 mgr.smithi019.gohzab (mgr.34104) 256 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:33.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:32.033748+0000 mon.smithi019 (mon.0) 766 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:33.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:32.208134+0000 mon.smithi019 (mon.0) 767 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:33.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:32.247212+0000 mon.smithi019 (mon.0) 768 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T17:47:34.070 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.85 MB/sec execute 368 sec latency 346370.130 ms 2024-02-06T17:47:34.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:32.247395+0000 mgr.smithi019.gohzab (mgr.34104) 257 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T17:47:34.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:32.248526+0000 mgr.smithi019.gohzab (mgr.34104) 258 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-06T17:47:34.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:33.859479+0000 mon.smithi019 (mon.0) 769 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:34.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:33.860395+0000 mon.smithi019 (mon.0) 770 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T17:47:34.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:33.861279+0000 mon.smithi019 (mon.0) 771 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:47:34.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:33.863347+0000 mon.smithi019 (mon.0) 772 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-06T17:47:34.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:32.247395+0000 mgr.smithi019.gohzab (mgr.34104) 257 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T17:47:34.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:32.248526+0000 mgr.smithi019.gohzab (mgr.34104) 258 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-06T17:47:34.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:33.859479+0000 mon.smithi019 (mon.0) 769 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:34.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:33.860395+0000 mon.smithi019 (mon.0) 770 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T17:47:34.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:33.861279+0000 mon.smithi019 (mon.0) 771 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:47:34.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:33.863347+0000 mon.smithi019 (mon.0) 772 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-06T17:47:35.070 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.85 MB/sec execute 369 sec latency 347370.223 ms 2024-02-06T17:47:35.279 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:33.854682+0000 mgr.smithi019.gohzab (mgr.34104) 259 : cephadm [INF] Upgrade: Updating osd.6 2024-02-06T17:47:35.280 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:33.862772+0000 mgr.smithi019.gohzab (mgr.34104) 260 : cephadm [INF] Deploying daemon osd.6 on smithi103 2024-02-06T17:47:35.280 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:33.889883+0000 mgr.smithi019.gohzab (mgr.34104) 261 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:35.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:33.854682+0000 mgr.smithi019.gohzab (mgr.34104) 259 : cephadm [INF] Upgrade: Updating osd.6 2024-02-06T17:47:35.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:33.862772+0000 mgr.smithi019.gohzab (mgr.34104) 260 : cephadm [INF] Deploying daemon osd.6 on smithi103 2024-02-06T17:47:35.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:33.889883+0000 mgr.smithi019.gohzab (mgr.34104) 261 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:36.070 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.85 MB/sec execute 370 sec latency 348370.297 ms 2024-02-06T17:47:36.984 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:36 smithi103 systemd[1]: Stopping Ceph osd.6 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:47:37.070 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.85 MB/sec execute 371 sec latency 349370.395 ms 2024-02-06T17:47:37.270 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:35.890527+0000 mgr.smithi019.gohzab (mgr.34104) 262 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:37.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:35.890527+0000 mgr.smithi019.gohzab (mgr.34104) 262 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:37.571 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:37 smithi103 bash[62115]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.6 2024-02-06T17:47:38.071 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.84 MB/sec execute 372 sec latency 350370.523 ms 2024-02-06T17:47:38.321 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:37 smithi103 bash[62168]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.6 2024-02-06T17:47:38.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.181684+0000 mon.smithi019 (mon.0) 773 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.181747+0000 mon.smithi019 (mon.0) 774 : cluster [INF] osd.6 failed (root=default,host=smithi103) (connection refused reported by osd.7) 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.182097+0000 mon.smithi019 (mon.0) 775 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.182269+0000 mon.smithi019 (mon.0) 776 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.182474+0000 mon.smithi019 (mon.0) 777 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.182580+0000 mon.smithi019 (mon.0) 778 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.182703+0000 mon.smithi019 (mon.0) 779 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.182834+0000 mon.smithi019 (mon.0) 780 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.182943+0000 mon.smithi019 (mon.0) 781 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.183028+0000 mon.smithi019 (mon.0) 782 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.183133+0000 mon.smithi019 (mon.0) 783 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.183263+0000 mon.smithi019 (mon.0) 784 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.183387+0000 mon.smithi019 (mon.0) 785 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.183504+0000 mon.smithi019 (mon.0) 786 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:47:38.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.183638+0000 mon.smithi019 (mon.0) 787 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.581849+0000 mon.smithi019 (mon.0) 788 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.581955+0000 mon.smithi019 (mon.0) 789 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.582104+0000 mon.smithi019 (mon.0) 790 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.582188+0000 mon.smithi019 (mon.0) 791 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.582374+0000 mon.smithi019 (mon.0) 792 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.582467+0000 mon.smithi019 (mon.0) 793 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.583113+0000 mon.smithi019 (mon.0) 794 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.583303+0000 mon.smithi019 (mon.0) 795 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.583458+0000 mon.smithi019 (mon.0) 796 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.583555+0000 mon.smithi019 (mon.0) 797 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.583645+0000 mon.smithi019 (mon.0) 798 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.583767+0000 mon.smithi019 (mon.0) 799 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.583911+0000 mon.smithi019 (mon.0) 800 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:47:38.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.584021+0000 mon.smithi019 (mon.0) 801 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:47:38.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.181684+0000 mon.smithi019 (mon.0) 773 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.181747+0000 mon.smithi019 (mon.0) 774 : cluster [INF] osd.6 failed (root=default,host=smithi103) (connection refused reported by osd.7) 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.182097+0000 mon.smithi019 (mon.0) 775 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.182269+0000 mon.smithi019 (mon.0) 776 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.182474+0000 mon.smithi019 (mon.0) 777 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.182580+0000 mon.smithi019 (mon.0) 778 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.182703+0000 mon.smithi019 (mon.0) 779 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.182834+0000 mon.smithi019 (mon.0) 780 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.182943+0000 mon.smithi019 (mon.0) 781 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.183028+0000 mon.smithi019 (mon.0) 782 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.183133+0000 mon.smithi019 (mon.0) 783 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.183263+0000 mon.smithi019 (mon.0) 784 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.183387+0000 mon.smithi019 (mon.0) 785 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.183504+0000 mon.smithi019 (mon.0) 786 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.183638+0000 mon.smithi019 (mon.0) 787 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:47:38.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.581849+0000 mon.smithi019 (mon.0) 788 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T17:47:38.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.581955+0000 mon.smithi019 (mon.0) 789 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T17:47:38.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.582104+0000 mon.smithi019 (mon.0) 790 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T17:47:38.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.582188+0000 mon.smithi019 (mon.0) 791 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T17:47:38.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.582374+0000 mon.smithi019 (mon.0) 792 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T17:47:38.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.582467+0000 mon.smithi019 (mon.0) 793 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T17:47:38.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.583113+0000 mon.smithi019 (mon.0) 794 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:47:38.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.583303+0000 mon.smithi019 (mon.0) 795 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:47:38.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.583458+0000 mon.smithi019 (mon.0) 796 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:47:38.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.583555+0000 mon.smithi019 (mon.0) 797 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:47:38.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.583645+0000 mon.smithi019 (mon.0) 798 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:47:38.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.583767+0000 mon.smithi019 (mon.0) 799 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:47:38.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.583911+0000 mon.smithi019 (mon.0) 800 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:47:38.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.584021+0000 mon.smithi019 (mon.0) 801 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:47:39.060 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:39 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:37.891408+0000 mgr.smithi019.gohzab (mgr.34104) 263 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:39.060 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:39 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:38.041470+0000 mon.smithi019 (mon.0) 802 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:47:39.060 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:39 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:38.052061+0000 mon.smithi019 (mon.0) 803 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-02-06T17:47:39.070 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.84 MB/sec execute 373 sec latency 351370.564 ms 2024-02-06T17:47:39.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:37.891408+0000 mgr.smithi019.gohzab (mgr.34104) 263 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail 2024-02-06T17:47:39.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:38.041470+0000 mon.smithi019 (mon.0) 802 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:47:39.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:38.052061+0000 mon.smithi019 (mon.0) 803 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-02-06T17:47:40.064 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:39 smithi103 systemd[1]: ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.6.service: Succeeded. 2024-02-06T17:47:40.064 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:39 smithi103 systemd[1]: Stopped Ceph osd.6 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:47:40.064 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:39 smithi103 systemd[1]: Starting Ceph osd.6 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:47:40.071 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.84 MB/sec execute 374 sec latency 352370.665 ms 2024-02-06T17:47:40.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:39.053271+0000 mon.smithi019 (mon.0) 804 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-06T17:47:40.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:39.053271+0000 mon.smithi019 (mon.0) 804 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-06T17:47:41.064 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:40 smithi103 bash[62426]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T17:47:41.064 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:40 smithi103 bash[62426]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-06T17:47:41.064 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:40 smithi103 bash[62426]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-02-06T17:47:41.064 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:40 smithi103 bash[62426]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-06T17:47:41.065 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:40 smithi103 bash[62426]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-02-06T17:47:41.065 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:40 smithi103 bash[62426]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-06T17:47:41.065 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:40 smithi103 bash[62426]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-06T17:47:41.065 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:40 smithi103 bash[62426]: --> ceph-volume lvm activate successful for osd ID: 6 2024-02-06T17:47:41.071 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.84 MB/sec execute 375 sec latency 353370.773 ms 2024-02-06T17:47:41.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:39.892090+0000 mgr.smithi019.gohzab (mgr.34104) 264 : cluster [DBG] pgmap v159: 129 pgs: 2 active+undersized+degraded, 12 activating+undersized, 5 stale+active+clean, 3 active+undersized, 107 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 45/1392 objects degraded (3.233%) 2024-02-06T17:47:41.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:40.057178+0000 mon.smithi019 (mon.0) 805 : cluster [WRN] Health check failed: Degraded data redundancy: 45/1392 objects degraded (3.233%), 2 pgs degraded (PG_DEGRADED) 2024-02-06T17:47:41.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:39.892090+0000 mgr.smithi019.gohzab (mgr.34104) 264 : cluster [DBG] pgmap v159: 129 pgs: 2 active+undersized+degraded, 12 activating+undersized, 5 stale+active+clean, 3 active+undersized, 107 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 45/1392 objects degraded (3.233%) 2024-02-06T17:47:41.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:40.057178+0000 mon.smithi019 (mon.0) 805 : cluster [WRN] Health check failed: Degraded data redundancy: 45/1392 objects degraded (3.233%), 2 pgs degraded (PG_DEGRADED) 2024-02-06T17:47:42.071 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.83 MB/sec execute 376 sec latency 354370.864 ms 2024-02-06T17:47:42.321 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:47:41.912+0000 7f2e0be8f700 1 -- 172.21.15.103:0/949873560 <== mon.1 v2:172.21.15.103:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5593d01ee680 con 0x5593d01b7400 2024-02-06T17:47:42.321 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:41 smithi103 bash[62667]: b17bfa97adb9106d88e44954548a578ce3fc4d128097a6a085f2f2500e5ac36b 2024-02-06T17:47:42.321 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:41 smithi103 systemd[1]: Started Ceph osd.6 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:47:42.821 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:47:42.433+0000 7f2e1391d380 -1 Falling back to public interface 2024-02-06T17:47:43.071 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.83 MB/sec execute 377 sec latency 355370.970 ms 2024-02-06T17:47:43.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:41.892882+0000 mgr.smithi019.gohzab (mgr.34104) 265 : cluster [DBG] pgmap v160: 129 pgs: 8 active+undersized+degraded, 12 activating+undersized, 2 stale+active+clean, 9 active+undersized, 98 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 94/1392 objects degraded (6.753%) 2024-02-06T17:47:43.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:42.036606+0000 mon.smithi019 (mon.0) 806 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:43.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:42.037553+0000 mon.smithi019 (mon.0) 807 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:47:43.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:42.039428+0000 mon.smithi019 (mon.0) 808 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:47:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:41.892882+0000 mgr.smithi019.gohzab (mgr.34104) 265 : cluster [DBG] pgmap v160: 129 pgs: 8 active+undersized+degraded, 12 activating+undersized, 2 stale+active+clean, 9 active+undersized, 98 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 94/1392 objects degraded (6.753%) 2024-02-06T17:47:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:42.036606+0000 mon.smithi019 (mon.0) 806 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:42.037553+0000 mon.smithi019 (mon.0) 807 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:47:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:42.039428+0000 mon.smithi019 (mon.0) 808 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:47:44.071 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.83 MB/sec execute 378 sec latency 356371.087 ms 2024-02-06T17:47:45.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:43.893479+0000 mgr.smithi019.gohzab (mgr.34104) 266 : cluster [DBG] pgmap v161: 129 pgs: 17 active+undersized+degraded, 12 activating+undersized, 14 active+undersized, 86 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 152/1392 objects degraded (10.920%) 2024-02-06T17:47:45.072 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.83 MB/sec execute 379 sec latency 357371.207 ms 2024-02-06T17:47:45.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:43.893479+0000 mgr.smithi019.gohzab (mgr.34104) 266 : cluster [DBG] pgmap v161: 129 pgs: 17 active+undersized+degraded, 12 activating+undersized, 14 active+undersized, 86 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 152/1392 objects degraded (10.920%) 2024-02-06T17:47:45.524 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:47:46.071 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.83 MB/sec execute 380 sec latency 358371.281 ms 2024-02-06T17:47:46.101 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:47:46.101 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (12m) 88s ago 13m 21.7M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (3m) 88s ago 13m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (3m) 28s ago 12m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (11m) 88s ago 13m 36.5M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (8m) 88s ago 8m 27.2M - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (8m) 28s ago 8m 11.7M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (5m) 88s ago 15m 435M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (4m) 28s ago 13m 386M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (4m) 88s ago 15m 51.5M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (4m) 28s ago 13m 53.3M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (5m) 88s ago 5m 87.3M - 3.3 2cf504fded39 adf1dd107571 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (5m) 28s ago 5m 88.1M - 3.3 2cf504fded39 b4b433e0c555 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (13m) 88s ago 13m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (13m) 28s ago 13m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (3m) 88s ago 12m 122M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8b717c6300ef 2024-02-06T17:47:46.102 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (2m) 88s ago 12m 107M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab c145e664fd94 2024-02-06T17:47:46.103 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (2m) 88s ago 12m 87.1M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 9f4d167f6c5a 2024-02-06T17:47:46.103 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (94s) 88s ago 11m 11.5M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 559ebbba1aa2 2024-02-06T17:47:46.103 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (64s) 28s ago 11m 126M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b709e19a3a8b 2024-02-06T17:47:46.103 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (34s) 28s ago 11m 10.5M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ba7e79691248 2024-02-06T17:47:46.103 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 starting - - - 4096M 2024-02-06T17:47:46.103 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (10m) 28s ago 10m 256M 4096M 15.2.13 2cf504fded39 b2084015ed6c 2024-02-06T17:47:46.103 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (5m) 28s ago 12m 62.8M - 2.18.1 de242295e225 022e961862e3 2024-02-06T17:47:46.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:45.944967+0000 mon.smithi019 (mon.0) 809 : cluster [WRN] Health check update: Degraded data redundancy: 152/1392 objects degraded (10.920%), 23 pgs degraded (PG_DEGRADED) 2024-02-06T17:47:46.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:45.944967+0000 mon.smithi019 (mon.0) 809 : cluster [WRN] Health check update: Degraded data redundancy: 152/1392 objects degraded (10.920%), 23 pgs degraded (PG_DEGRADED) 2024-02-06T17:47:46.442 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:47:46.442 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:47:46.442 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:47:46.442 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:47:46.442 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:47:46.442 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:47:46.442 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:47:46.442 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:47:46.442 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-06T17:47:46.442 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 6 2024-02-06T17:47:46.442 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:47:46.442 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:47:46.442 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:47:46.443 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:47:46.443 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:47:46.443 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-06T17:47:46.443 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 10 2024-02-06T17:47:46.443 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:47:46.443 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:47:46.729 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:47:46.730 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:47:46.730 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:47:46.730 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:47:46.730 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:47:46.730 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr", 2024-02-06T17:47:46.730 INFO:teuthology.orchestra.run.smithi019.stdout: "mon", 2024-02-06T17:47:46.730 INFO:teuthology.orchestra.run.smithi019.stdout: "crash" 2024-02-06T17:47:46.730 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:47:46.730 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "12/23 daemons upgraded", 2024-02-06T17:47:46.730 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T17:47:46.730 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:47:46.730 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:47:47.071 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.82 MB/sec execute 381 sec latency 359371.310 ms 2024-02-06T17:47:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:45.512904+0000 mgr.smithi019.gohzab (mgr.34104) 267 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:45.803328+0000 mgr.smithi019.gohzab (mgr.34104) 268 : audit [DBG] from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:45.894050+0000 mgr.smithi019.gohzab (mgr.34104) 269 : cluster [DBG] pgmap v162: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 152/1392 objects degraded (10.920%) 2024-02-06T17:47:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.089277+0000 mgr.smithi019.gohzab (mgr.34104) 270 : audit [DBG] from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.091479+0000 mon.smithi019 (mon.0) 810 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:47:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.091916+0000 mon.smithi019 (mon.0) 811 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.092266+0000 mon.smithi019 (mon.0) 812 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.092616+0000 mon.smithi019 (mon.0) 813 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.092965+0000 mon.smithi019 (mon.0) 814 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.094674+0000 mon.smithi019 (mon.0) 815 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:47:47.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.095023+0000 mon.smithi019 (mon.0) 816 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.095348+0000 mon.smithi019 (mon.0) 817 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.095694+0000 mon.smithi019 (mon.0) 818 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.096033+0000 mon.smithi019 (mon.0) 819 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.441999+0000 mon.smithi019 (mon.0) 820 : audit [DBG] from='client.? 172.21.15.19:0/4043111968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.748305+0000 mon.smithi019 (mon.0) 821 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.749051+0000 mon.smithi019 (mon.0) 822 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:47:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.749661+0000 mon.smithi019 (mon.0) 823 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:47:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.752892+0000 mon.smithi019 (mon.0) 824 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.755420+0000 mon.smithi019 (mon.0) 825 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:47:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.758590+0000 mon.smithi019 (mon.0) 826 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.762523+0000 mon.smithi019 (mon.0) 827 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:47:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.764726+0000 mon.smithi019 (mon.0) 828 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:47.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.765963+0000 mon.smithi019 (mon.0) 829 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:47.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.767201+0000 mon.smithi019 (mon.0) 830 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:47.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.768663+0000 mon.smithi019 (mon.0) 831 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T17:47:47.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:45.512904+0000 mgr.smithi019.gohzab (mgr.34104) 267 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:45.803328+0000 mgr.smithi019.gohzab (mgr.34104) 268 : audit [DBG] from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:45.894050+0000 mgr.smithi019.gohzab (mgr.34104) 269 : cluster [DBG] pgmap v162: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 152/1392 objects degraded (10.920%) 2024-02-06T17:47:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.089277+0000 mgr.smithi019.gohzab (mgr.34104) 270 : audit [DBG] from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.091479+0000 mon.smithi019 (mon.0) 810 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:47:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.091916+0000 mon.smithi019 (mon.0) 811 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.092266+0000 mon.smithi019 (mon.0) 812 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.092616+0000 mon.smithi019 (mon.0) 813 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.092965+0000 mon.smithi019 (mon.0) 814 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.094674+0000 mon.smithi019 (mon.0) 815 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:47:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.095023+0000 mon.smithi019 (mon.0) 816 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.095348+0000 mon.smithi019 (mon.0) 817 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.095694+0000 mon.smithi019 (mon.0) 818 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.096033+0000 mon.smithi019 (mon.0) 819 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:47:47.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.441999+0000 mon.smithi019 (mon.0) 820 : audit [DBG] from='client.? 172.21.15.19:0/4043111968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:47.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.748305+0000 mon.smithi019 (mon.0) 821 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:47.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.749051+0000 mon.smithi019 (mon.0) 822 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:47:47.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.749661+0000 mon.smithi019 (mon.0) 823 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:47:47.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.752892+0000 mon.smithi019 (mon.0) 824 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:47.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.755420+0000 mon.smithi019 (mon.0) 825 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:47:47.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.758590+0000 mon.smithi019 (mon.0) 826 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:47.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.762523+0000 mon.smithi019 (mon.0) 827 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:47:47.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.764726+0000 mon.smithi019 (mon.0) 828 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:47.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.765963+0000 mon.smithi019 (mon.0) 829 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:47.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.767201+0000 mon.smithi019 (mon.0) 830 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:47:47.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.768663+0000 mon.smithi019 (mon.0) 831 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T17:47:48.071 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.82 MB/sec execute 382 sec latency 360371.358 ms 2024-02-06T17:47:48.321 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:47:48.011+0000 7f2e1391d380 -1 osd.6 97 log_to_monitors {default=true} 2024-02-06T17:47:48.321 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:47:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:47:48.049+0000 7f2e05e06700 -1 osd.6 97 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T17:47:48.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.729436+0000 mgr.smithi019.gohzab (mgr.34104) 271 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:46.750202+0000 mgr.smithi019.gohzab (mgr.34104) 272 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:47:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:46.755791+0000 mgr.smithi019.gohzab (mgr.34104) 273 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:47:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:46.755880+0000 mgr.smithi019.gohzab (mgr.34104) 274 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:47:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:46.768795+0000 mgr.smithi019.gohzab (mgr.34104) 275 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T17:47:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:47:46.769422+0000 mgr.smithi019.gohzab (mgr.34104) 276 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-06T17:47:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:47.033012+0000 mon.smithi019 (mon.0) 832 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:48.014131+0000 mon.smithi103 (mon.1) 9 : audit [INF] from='osd.6 [v2:172.21.15.103:6816/4280624355,v1:172.21.15.103:6817/4280624355]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:47:48.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:48.014894+0000 mon.smithi019 (mon.0) 833 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:47:48.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.729436+0000 mgr.smithi019.gohzab (mgr.34104) 271 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:47:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:46.750202+0000 mgr.smithi019.gohzab (mgr.34104) 272 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:47:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:46.755791+0000 mgr.smithi019.gohzab (mgr.34104) 273 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:47:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:46.755880+0000 mgr.smithi019.gohzab (mgr.34104) 274 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:47:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:46.768795+0000 mgr.smithi019.gohzab (mgr.34104) 275 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T17:47:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:47:46.769422+0000 mgr.smithi019.gohzab (mgr.34104) 276 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-06T17:47:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:47.033012+0000 mon.smithi019 (mon.0) 832 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:48.014131+0000 mon.smithi103 (mon.1) 9 : audit [INF] from='osd.6 [v2:172.21.15.103:6816/4280624355,v1:172.21.15.103:6817/4280624355]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:47:48.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:48.014894+0000 mon.smithi019 (mon.0) 833 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:47:49.071 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.82 MB/sec execute 383 sec latency 361371.458 ms 2024-02-06T17:47:49.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:47.894728+0000 mgr.smithi019.gohzab (mgr.34104) 277 : cluster [DBG] pgmap v163: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 152/1392 objects degraded (10.920%) 2024-02-06T17:47:49.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:48.041015+0000 mon.smithi019 (mon.0) 834 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-06T17:47:49.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:48.041129+0000 mon.smithi019 (mon.0) 835 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-06T17:47:49.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:48.041575+0000 mon.smithi103 (mon.1) 10 : audit [INF] from='osd.6 [v2:172.21.15.103:6816/4280624355,v1:172.21.15.103:6817/4280624355]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:47:49.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:48.041889+0000 mon.smithi019 (mon.0) 836 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:47:49.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:47.894728+0000 mgr.smithi019.gohzab (mgr.34104) 277 : cluster [DBG] pgmap v163: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 298 MiB data, 2.7 GiB used, 710 GiB / 715 GiB avail; 152/1392 objects degraded (10.920%) 2024-02-06T17:47:49.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:48.041015+0000 mon.smithi019 (mon.0) 834 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-06T17:47:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:48.041129+0000 mon.smithi019 (mon.0) 835 : cluster [DBG] osdmap e100: 8 total, 7 up, 8 in 2024-02-06T17:47:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:48.041575+0000 mon.smithi103 (mon.1) 10 : audit [INF] from='osd.6 [v2:172.21.15.103:6816/4280624355,v1:172.21.15.103:6817/4280624355]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:47:49.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:48.041889+0000 mon.smithi019 (mon.0) 836 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:47:50.071 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.82 MB/sec execute 384 sec latency 362371.491 ms 2024-02-06T17:47:50.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:49.037242+0000 mon.smithi019 (mon.0) 837 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:47:50.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:49.041734+0000 mon.smithi019 (mon.0) 838 : cluster [INF] osd.6 [v2:172.21.15.103:6816/4280624355,v1:172.21.15.103:6817/4280624355] boot 2024-02-06T17:47:50.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:49.041805+0000 mon.smithi019 (mon.0) 839 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-02-06T17:47:50.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:49.042550+0000 mon.smithi019 (mon.0) 840 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:47:50.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:49.037242+0000 mon.smithi019 (mon.0) 837 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:47:50.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:49.041734+0000 mon.smithi019 (mon.0) 838 : cluster [INF] osd.6 [v2:172.21.15.103:6816/4280624355,v1:172.21.15.103:6817/4280624355] boot 2024-02-06T17:47:50.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:49.041805+0000 mon.smithi019 (mon.0) 839 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-02-06T17:47:50.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:49.042550+0000 mon.smithi019 (mon.0) 840 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:47:51.072 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.81 MB/sec execute 385 sec latency 363371.577 ms 2024-02-06T17:47:51.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:49.895468+0000 mgr.smithi019.gohzab (mgr.34104) 278 : cluster [DBG] pgmap v166: 129 pgs: 9 peering, 19 active+undersized+degraded, 15 active+undersized, 86 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 132/1392 objects degraded (9.483%) 2024-02-06T17:47:51.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:50.057681+0000 mon.smithi019 (mon.0) 841 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-02-06T17:47:51.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:49.895468+0000 mgr.smithi019.gohzab (mgr.34104) 278 : cluster [DBG] pgmap v166: 129 pgs: 9 peering, 19 active+undersized+degraded, 15 active+undersized, 86 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 132/1392 objects degraded (9.483%) 2024-02-06T17:47:51.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:50.057681+0000 mon.smithi019 (mon.0) 841 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-02-06T17:47:52.072 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.81 MB/sec execute 386 sec latency 364371.662 ms 2024-02-06T17:47:52.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:52.056032+0000 mon.smithi019 (mon.0) 842 : cluster [WRN] Health check update: Degraded data redundancy: 83/1392 objects degraded (5.963%), 13 pgs degraded (PG_DEGRADED) 2024-02-06T17:47:52.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:52.056032+0000 mon.smithi019 (mon.0) 842 : cluster [WRN] Health check update: Degraded data redundancy: 83/1392 objects degraded (5.963%), 13 pgs degraded (PG_DEGRADED) 2024-02-06T17:47:53.072 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.81 MB/sec execute 387 sec latency 365371.772 ms 2024-02-06T17:47:53.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:51.896056+0000 mgr.smithi019.gohzab (mgr.34104) 279 : cluster [DBG] pgmap v168: 129 pgs: 9 peering, 13 active+undersized+degraded, 12 active+undersized, 95 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 83/1392 objects degraded (5.963%) 2024-02-06T17:47:53.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:47:52.223052+0000 mon.smithi019 (mon.0) 843 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:53.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:51.896056+0000 mgr.smithi019.gohzab (mgr.34104) 279 : cluster [DBG] pgmap v168: 129 pgs: 9 peering, 13 active+undersized+degraded, 12 active+undersized, 95 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 83/1392 objects degraded (5.963%) 2024-02-06T17:47:53.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:47:52.223052+0000 mon.smithi019 (mon.0) 843 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:47:54.072 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.81 MB/sec execute 388 sec latency 366371.881 ms 2024-02-06T17:47:55.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:53.896723+0000 mgr.smithi019.gohzab (mgr.34104) 280 : cluster [DBG] pgmap v169: 129 pgs: 9 peering, 120 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:47:55.072 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.81 MB/sec execute 389 sec latency 367371.983 ms 2024-02-06T17:47:55.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:53.896723+0000 mgr.smithi019.gohzab (mgr.34104) 280 : cluster [DBG] pgmap v169: 129 pgs: 9 peering, 120 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:47:56.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:55 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:54.712894+0000 mon.smithi019 (mon.0) 844 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 83/1392 objects degraded (5.963%), 13 pgs degraded) 2024-02-06T17:47:56.072 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.80 MB/sec execute 390 sec latency 368372.083 ms 2024-02-06T17:47:56.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:55 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:54.712894+0000 mon.smithi019 (mon.0) 844 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 83/1392 objects degraded (5.963%), 13 pgs degraded) 2024-02-06T17:47:57.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:55.897367+0000 mgr.smithi019.gohzab (mgr.34104) 281 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:47:57.072 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.80 MB/sec execute 391 sec latency 369372.144 ms 2024-02-06T17:47:57.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:55.897367+0000 mgr.smithi019.gohzab (mgr.34104) 281 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:47:58.072 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.80 MB/sec execute 392 sec latency 370372.195 ms 2024-02-06T17:47:59.072 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.80 MB/sec execute 393 sec latency 371372.302 ms 2024-02-06T17:47:59.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:47:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:57.898232+0000 mgr.smithi019.gohzab (mgr.34104) 282 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:47:59.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:47:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:57.898232+0000 mgr.smithi019.gohzab (mgr.34104) 282 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:48:00.072 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.80 MB/sec execute 394 sec latency 372372.430 ms 2024-02-06T17:48:01.072 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.79 MB/sec execute 395 sec latency 373372.522 ms 2024-02-06T17:48:01.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:00 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:47:59.898789+0000 mgr.smithi019.gohzab (mgr.34104) 283 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:48:01.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:00 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:47:59.898789+0000 mgr.smithi019.gohzab (mgr.34104) 283 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:48:02.072 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.79 MB/sec execute 396 sec latency 374372.580 ms 2024-02-06T17:48:02.235 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:01 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:01.783303+0000 mon.smithi019 (mon.0) 845 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T17:48:02.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:01.783303+0000 mon.smithi019 (mon.0) 845 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T17:48:03.073 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.79 MB/sec execute 397 sec latency 375372.645 ms 2024-02-06T17:48:03.317 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:01.783496+0000 mgr.smithi019.gohzab (mgr.34104) 284 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T17:48:03.317 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:01.784635+0000 mgr.smithi019.gohzab (mgr.34104) 285 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-06T17:48:03.317 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:01.899476+0000 mgr.smithi019.gohzab (mgr.34104) 286 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:48:03.317 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:02.036108+0000 mon.smithi019 (mon.0) 846 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:03.317 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:02.237636+0000 mon.smithi019 (mon.0) 847 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:03.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:01.783496+0000 mgr.smithi019.gohzab (mgr.34104) 284 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T17:48:03.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:01.784635+0000 mgr.smithi019.gohzab (mgr.34104) 285 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-06T17:48:03.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:01.899476+0000 mgr.smithi019.gohzab (mgr.34104) 286 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:48:03.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:02.036108+0000 mon.smithi019 (mon.0) 846 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:03.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:02.237636+0000 mon.smithi019 (mon.0) 847 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:04.073 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.79 MB/sec execute 398 sec latency 376372.692 ms 2024-02-06T17:48:04.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:03.335848+0000 mgr.smithi019.gohzab (mgr.34104) 287 : cephadm [INF] Upgrade: Updating osd.7 2024-02-06T17:48:04.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:03.340793+0000 mon.smithi019 (mon.0) 848 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:04.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:03.341619+0000 mon.smithi019 (mon.0) 849 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T17:48:04.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:03.342314+0000 mon.smithi019 (mon.0) 850 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:48:04.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:03.343653+0000 mgr.smithi019.gohzab (mgr.34104) 288 : cephadm [INF] Deploying daemon osd.7 on smithi103 2024-02-06T17:48:04.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:03.344205+0000 mon.smithi019 (mon.0) 851 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-06T17:48:04.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:03.900303+0000 mgr.smithi019.gohzab (mgr.34104) 289 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:48:04.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:03.335848+0000 mgr.smithi019.gohzab (mgr.34104) 287 : cephadm [INF] Upgrade: Updating osd.7 2024-02-06T17:48:04.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:03.340793+0000 mon.smithi019 (mon.0) 848 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:04.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:03.341619+0000 mon.smithi019 (mon.0) 849 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T17:48:04.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:03.342314+0000 mon.smithi019 (mon.0) 850 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:48:04.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:03.343653+0000 mgr.smithi019.gohzab (mgr.34104) 288 : cephadm [INF] Deploying daemon osd.7 on smithi103 2024-02-06T17:48:04.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:03.344205+0000 mon.smithi019 (mon.0) 851 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-06T17:48:04.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:03.900303+0000 mgr.smithi019.gohzab (mgr.34104) 289 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:48:05.073 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.79 MB/sec execute 399 sec latency 377372.779 ms 2024-02-06T17:48:06.073 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.78 MB/sec execute 400 sec latency 378372.832 ms 2024-02-06T17:48:06.956 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:06 smithi103 systemd[1]: Stopping Ceph osd.7 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:48:07.073 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.78 MB/sec execute 401 sec latency 379372.945 ms 2024-02-06T17:48:07.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:05.901009+0000 mgr.smithi019.gohzab (mgr.34104) 290 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:48:07.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:05.901009+0000 mgr.smithi019.gohzab (mgr.34104) 290 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:48:07.821 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:07 smithi103 bash[63762]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.7 2024-02-06T17:48:07.821 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:07 smithi103 bash[63816]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.7 2024-02-06T17:48:08.073 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.78 MB/sec execute 402 sec latency 380373.065 ms 2024-02-06T17:48:08.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.225223+0000 mon.smithi019 (mon.0) 852 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.225278+0000 mon.smithi019 (mon.0) 853 : cluster [INF] osd.7 failed (root=default,host=smithi103) (connection refused reported by osd.6) 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.225516+0000 mon.smithi019 (mon.0) 854 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.225657+0000 mon.smithi019 (mon.0) 855 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.225764+0000 mon.smithi019 (mon.0) 856 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.225880+0000 mon.smithi019 (mon.0) 857 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.226023+0000 mon.smithi019 (mon.0) 858 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.226143+0000 mon.smithi019 (mon.0) 859 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.226265+0000 mon.smithi019 (mon.0) 860 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.226362+0000 mon.smithi019 (mon.0) 861 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.226513+0000 mon.smithi019 (mon.0) 862 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.226680+0000 mon.smithi019 (mon.0) 863 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.226867+0000 mon.smithi019 (mon.0) 864 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.227032+0000 mon.smithi019 (mon.0) 865 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T17:48:08.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.227160+0000 mon.smithi019 (mon.0) 866 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.626266+0000 mon.smithi019 (mon.0) 867 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.626520+0000 mon.smithi019 (mon.0) 868 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.626649+0000 mon.smithi019 (mon.0) 869 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.626897+0000 mon.smithi019 (mon.0) 870 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.627051+0000 mon.smithi019 (mon.0) 871 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.627268+0000 mon.smithi019 (mon.0) 872 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.627447+0000 mon.smithi019 (mon.0) 873 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.627618+0000 mon.smithi019 (mon.0) 874 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.627799+0000 mon.smithi019 (mon.0) 875 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.628007+0000 mon.smithi019 (mon.0) 876 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.628228+0000 mon.smithi019 (mon.0) 877 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.628472+0000 mon.smithi019 (mon.0) 878 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.628727+0000 mon.smithi019 (mon.0) 879 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T17:48:08.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.628969+0000 mon.smithi019 (mon.0) 880 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T17:48:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.225223+0000 mon.smithi019 (mon.0) 852 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T17:48:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.225278+0000 mon.smithi019 (mon.0) 853 : cluster [INF] osd.7 failed (root=default,host=smithi103) (connection refused reported by osd.6) 2024-02-06T17:48:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.225516+0000 mon.smithi019 (mon.0) 854 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T17:48:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.225657+0000 mon.smithi019 (mon.0) 855 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T17:48:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.225764+0000 mon.smithi019 (mon.0) 856 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T17:48:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.225880+0000 mon.smithi019 (mon.0) 857 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T17:48:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.226023+0000 mon.smithi019 (mon.0) 858 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T17:48:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.226143+0000 mon.smithi019 (mon.0) 859 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T17:48:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.226265+0000 mon.smithi019 (mon.0) 860 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T17:48:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.226362+0000 mon.smithi019 (mon.0) 861 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T17:48:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.226513+0000 mon.smithi019 (mon.0) 862 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T17:48:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.226680+0000 mon.smithi019 (mon.0) 863 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T17:48:08.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.226867+0000 mon.smithi019 (mon.0) 864 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.227032+0000 mon.smithi019 (mon.0) 865 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.227160+0000 mon.smithi019 (mon.0) 866 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.626266+0000 mon.smithi019 (mon.0) 867 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.626520+0000 mon.smithi019 (mon.0) 868 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.626649+0000 mon.smithi019 (mon.0) 869 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.626897+0000 mon.smithi019 (mon.0) 870 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.627051+0000 mon.smithi019 (mon.0) 871 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.627268+0000 mon.smithi019 (mon.0) 872 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.627447+0000 mon.smithi019 (mon.0) 873 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.627618+0000 mon.smithi019 (mon.0) 874 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.627799+0000 mon.smithi019 (mon.0) 875 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.628007+0000 mon.smithi019 (mon.0) 876 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.628228+0000 mon.smithi019 (mon.0) 877 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.628472+0000 mon.smithi019 (mon.0) 878 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T17:48:08.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.628727+0000 mon.smithi019 (mon.0) 879 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T17:48:08.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.628969+0000 mon.smithi019 (mon.0) 880 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T17:48:09.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.901656+0000 mgr.smithi019.gohzab (mgr.34104) 291 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:48:09.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.956236+0000 mon.smithi019 (mon.0) 881 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:48:09.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.956268+0000 mon.smithi019 (mon.0) 882 : cluster [WRN] Health check failed: all OSDs are running pacific or later but require_osd_release < pacific (OSD_UPGRADE_FINISHED) 2024-02-06T17:48:09.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:07.966468+0000 mon.smithi019 (mon.0) 883 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-02-06T17:48:09.073 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.78 MB/sec execute 403 sec latency 381373.139 ms 2024-02-06T17:48:09.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.901656+0000 mgr.smithi019.gohzab (mgr.34104) 291 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T17:48:09.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.956236+0000 mon.smithi019 (mon.0) 881 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:48:09.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.956268+0000 mon.smithi019 (mon.0) 882 : cluster [WRN] Health check failed: all OSDs are running pacific or later but require_osd_release < pacific (OSD_UPGRADE_FINISHED) 2024-02-06T17:48:09.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:07.966468+0000 mon.smithi019 (mon.0) 883 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-02-06T17:48:09.821 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:09 smithi103 systemd[1]: ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.7.service: Succeeded. 2024-02-06T17:48:09.821 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:09 smithi103 systemd[1]: Stopped Ceph osd.7 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:48:09.822 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:09 smithi103 systemd[1]: Starting Ceph osd.7 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:48:10.073 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.78 MB/sec execute 404 sec latency 382373.248 ms 2024-02-06T17:48:10.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:08.965211+0000 mon.smithi019 (mon.0) 884 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-06T17:48:10.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:08.965211+0000 mon.smithi019 (mon.0) 884 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-06T17:48:10.821 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:10 smithi103 bash[64072]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T17:48:10.821 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:10 smithi103 bash[64072]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-06T17:48:10.822 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:10 smithi103 bash[64072]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2024-02-06T17:48:10.822 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:10 smithi103 bash[64072]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-02-06T17:48:10.822 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:10 smithi103 bash[64072]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-02-06T17:48:10.822 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:10 smithi103 bash[64072]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-06T17:48:10.822 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:10 smithi103 bash[64072]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-06T17:48:10.822 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:10 smithi103 bash[64072]: --> ceph-volume lvm activate successful for osd ID: 7 2024-02-06T17:48:11.073 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.77 MB/sec execute 405 sec latency 383373.369 ms 2024-02-06T17:48:11.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:09.902435+0000 mgr.smithi019.gohzab (mgr.34104) 292 : cluster [DBG] pgmap v179: 129 pgs: 14 active+undersized+degraded, 8 peering, 5 stale+active+clean, 7 active+undersized, 95 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 119/1392 objects degraded (8.549%) 2024-02-06T17:48:11.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:09.970162+0000 mon.smithi019 (mon.0) 885 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-06T17:48:11.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:09.970190+0000 mon.smithi019 (mon.0) 886 : cluster [WRN] Health check failed: Degraded data redundancy: 119/1392 objects degraded (8.549%), 14 pgs degraded (PG_DEGRADED) 2024-02-06T17:48:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:09.902435+0000 mgr.smithi019.gohzab (mgr.34104) 292 : cluster [DBG] pgmap v179: 129 pgs: 14 active+undersized+degraded, 8 peering, 5 stale+active+clean, 7 active+undersized, 95 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 119/1392 objects degraded (8.549%) 2024-02-06T17:48:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:09.970162+0000 mon.smithi019 (mon.0) 885 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-06T17:48:11.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:09.970190+0000 mon.smithi019 (mon.0) 886 : cluster [WRN] Health check failed: Degraded data redundancy: 119/1392 objects degraded (8.549%), 14 pgs degraded (PG_DEGRADED) 2024-02-06T17:48:12.071 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:48:11.606+0000 7f44f7d5e700 1 -- 172.21.15.103:0/47708356 <== mon.1 v2:172.21.15.103:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564a5008c680 con 0x564a50055000 2024-02-06T17:48:12.071 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:11 smithi103 bash[64334]: ea5b7b334e1922db5a82fca8a67678a9b2c940916dc2f9ce1f6664c332065c93 2024-02-06T17:48:12.071 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:11 smithi103 systemd[1]: Started Ceph osd.7 for 9c31a602-c515-11ee-95b6-87774f69a715. 2024-02-06T17:48:12.073 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.77 MB/sec execute 406 sec latency 384373.467 ms 2024-02-06T17:48:12.404 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:48:12.129+0000 7f44ff7ec380 -1 Falling back to public interface 2024-02-06T17:48:13.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:11.731454+0000 mon.smithi019 (mon.0) 887 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:13.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:11.732429+0000 mon.smithi019 (mon.0) 888 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:13.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:11.734208+0000 mon.smithi019 (mon.0) 889 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:48:13.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:11.903080+0000 mgr.smithi019.gohzab (mgr.34104) 293 : cluster [DBG] pgmap v180: 129 pgs: 25 active+undersized+degraded, 8 peering, 2 stale+active+clean, 10 active+undersized, 84 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 164/1392 objects degraded (11.782%) 2024-02-06T17:48:13.073 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.77 MB/sec execute 407 sec latency 385373.579 ms 2024-02-06T17:48:13.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:11.731454+0000 mon.smithi019 (mon.0) 887 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:13.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:11.732429+0000 mon.smithi019 (mon.0) 888 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:13.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:11.734208+0000 mon.smithi019 (mon.0) 889 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:48:13.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:11.903080+0000 mgr.smithi019.gohzab (mgr.34104) 293 : cluster [DBG] pgmap v180: 129 pgs: 25 active+undersized+degraded, 8 peering, 2 stale+active+clean, 10 active+undersized, 84 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 164/1392 objects degraded (11.782%) 2024-02-06T17:48:14.074 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.77 MB/sec execute 408 sec latency 386373.647 ms 2024-02-06T17:48:15.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:13.903758+0000 mgr.smithi019.gohzab (mgr.34104) 294 : cluster [DBG] pgmap v181: 129 pgs: 35 active+undersized+degraded, 22 active+undersized, 72 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 215/1392 objects degraded (15.445%) 2024-02-06T17:48:15.073 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.77 MB/sec execute 409 sec latency 387373.737 ms 2024-02-06T17:48:15.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:13.903758+0000 mgr.smithi019.gohzab (mgr.34104) 294 : cluster [DBG] pgmap v181: 129 pgs: 35 active+undersized+degraded, 22 active+undersized, 72 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 215/1392 objects degraded (15.445%) 2024-02-06T17:48:16.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:14.716995+0000 mon.smithi019 (mon.0) 890 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-06T17:48:16.074 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.77 MB/sec execute 410 sec latency 388373.795 ms 2024-02-06T17:48:16.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:15 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:14.716995+0000 mon.smithi019 (mon.0) 890 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-06T17:48:16.821 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:48:16.539+0000 7f44ff7ec380 -1 osd.7 102 log_to_monitors {default=true} 2024-02-06T17:48:16.821 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:48:16.754+0000 7f44efcd1700 -1 osd.7 102 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T17:48:16.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:15.904543+0000 mgr.smithi019.gohzab (mgr.34104) 295 : cluster [DBG] pgmap v182: 129 pgs: 35 active+undersized+degraded, 22 active+undersized, 72 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 215/1392 objects degraded (15.445%) 2024-02-06T17:48:16.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.543747+0000 mon.smithi103 (mon.1) 11 : audit [INF] from='osd.7 [v2:172.21.15.103:6824/2647184095,v1:172.21.15.103:6825/2647184095]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T17:48:16.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.544102+0000 mon.smithi019 (mon.0) 891 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T17:48:16.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.627504+0000 mon.smithi019 (mon.0) 892 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:17.051 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:48:17.074 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.76 MB/sec execute 411 sec latency 389373.860 ms 2024-02-06T17:48:17.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:15.904543+0000 mgr.smithi019.gohzab (mgr.34104) 295 : cluster [DBG] pgmap v182: 129 pgs: 35 active+undersized+degraded, 22 active+undersized, 72 active+clean; 298 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 215/1392 objects degraded (15.445%) 2024-02-06T17:48:17.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.543747+0000 mon.smithi103 (mon.1) 11 : audit [INF] from='osd.7 [v2:172.21.15.103:6824/2647184095,v1:172.21.15.103:6825/2647184095]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T17:48:17.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.544102+0000 mon.smithi019 (mon.0) 891 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T17:48:17.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.627504+0000 mon.smithi019 (mon.0) 892 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:17.622 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:48:17.622 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (12m) 2m ago 14m 21.7M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:48:17.622 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (3m) 2m ago 14m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:48:17.622 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (3m) 0s ago 13m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:48:17.622 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (12m) 2m ago 14m 36.5M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:48:17.622 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (9m) 2m ago 9m 27.2M - 15.2.13 2cf504fded39 baf7f51edc47 2024-02-06T17:48:17.622 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (9m) 0s ago 9m 11.8M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:48:17.622 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (5m) 2m ago 15m 435M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:48:17.622 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (5m) 0s ago 14m 386M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:48:17.622 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (4m) 2m ago 15m 51.5M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:48:17.622 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (4m) 0s ago 14m 59.9M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:48:17.622 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (6m) 2m ago 6m 87.3M - 3.3 2cf504fded39 adf1dd107571 2024-02-06T17:48:17.623 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (6m) 0s ago 6m 88.2M - 3.3 2cf504fded39 b4b433e0c555 2024-02-06T17:48:17.623 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (13m) 2m ago 13m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:48:17.623 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (13m) 0s ago 13m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:48:17.623 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (3m) 2m ago 13m 122M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8b717c6300ef 2024-02-06T17:48:17.623 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (3m) 2m ago 13m 107M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab c145e664fd94 2024-02-06T17:48:17.623 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (2m) 2m ago 12m 87.1M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 9f4d167f6c5a 2024-02-06T17:48:17.623 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (2m) 2m ago 12m 11.5M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 559ebbba1aa2 2024-02-06T17:48:17.623 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (95s) 0s ago 11m 128M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b709e19a3a8b 2024-02-06T17:48:17.623 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (65s) 0s ago 11m 124M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ba7e79691248 2024-02-06T17:48:17.623 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (36s) 0s ago 11m 111M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b17bfa97adb9 2024-02-06T17:48:17.623 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (6s) 0s ago 10m 10.5M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ea5b7b334e19 2024-02-06T17:48:17.623 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (6m) 0s ago 13m 62.9M - 2.18.1 de242295e225 022e961862e3 2024-02-06T17:48:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.740951+0000 mon.smithi019 (mon.0) 893 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-06T17:48:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:16.741073+0000 mon.smithi019 (mon.0) 894 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-06T17:48:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.741627+0000 mon.smithi103 (mon.1) 12 : audit [INF] from='osd.7 [v2:172.21.15.103:6824/2647184095,v1:172.21.15.103:6825/2647184095]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:48:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.741965+0000 mon.smithi019 (mon.0) 895 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:48:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.905619+0000 mon.smithi019 (mon.0) 896 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:48:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.906315+0000 mon.smithi019 (mon.0) 897 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:48:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:16.906875+0000 mgr.smithi019.gohzab (mgr.34104) 296 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:48:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.910191+0000 mon.smithi019 (mon.0) 898 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.912383+0000 mon.smithi019 (mon.0) 899 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:48:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:16.912771+0000 mgr.smithi019.gohzab (mgr.34104) 297 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:48:17.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:16.912854+0000 mgr.smithi019.gohzab (mgr.34104) 298 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:48:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.915775+0000 mon.smithi019 (mon.0) 900 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.919198+0000 mon.smithi019 (mon.0) 901 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.921503+0000 mon.smithi019 (mon.0) 902 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.922715+0000 mon.smithi019 (mon.0) 903 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.923859+0000 mon.smithi019 (mon.0) 904 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.925425+0000 mon.smithi019 (mon.0) 905 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:16.926044+0000 mgr.smithi019.gohzab (mgr.34104) 299 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-06T17:48:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.929344+0000 mon.smithi019 (mon.0) 906 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.930014+0000 mon.smithi019 (mon.0) 907 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-06T17:48:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.934654+0000 mon.smithi019 (mon.0) 908 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-06T17:48:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.935256+0000 mon.smithi019 (mon.0) 909 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-06T17:48:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.940084+0000 mon.smithi019 (mon.0) 910 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-06T17:48:17.930 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.941073+0000 mon.smithi019 (mon.0) 911 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.956298+0000 mon.smithi019 (mon.0) 912 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.957047+0000 mon.smithi019 (mon.0) 913 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.977947+0000 mon.smithi019 (mon.0) 914 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.979616+0000 mon.smithi019 (mon.0) 915 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.986125+0000 mon.smithi019 (mon.0) 916 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.987097+0000 mon.smithi019 (mon.0) 917 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.990722+0000 mon.smithi019 (mon.0) 918 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.991536+0000 mon.smithi019 (mon.0) 919 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.997256+0000 mon.smithi019 (mon.0) 920 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:16.998236+0000 mon.smithi019 (mon.0) 921 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.004058+0000 mon.smithi019 (mon.0) 922 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:17.005701+0000 mgr.smithi019.gohzab (mgr.34104) 300 : cephadm [INF] Upgrade: Setting require_osd_release to 16 pacific 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.005990+0000 mon.smithi019 (mon.0) 923 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd require-osd-release", "release": "pacific"}]: dispatch 2024-02-06T17:48:17.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.037794+0000 mgr.smithi019.gohzab (mgr.34104) 301 : audit [DBG] from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:17.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.039290+0000 mon.smithi019 (mon.0) 924 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:17.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.611769+0000 mon.smithi019 (mon.0) 925 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:48:17.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.612165+0000 mon.smithi019 (mon.0) 926 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:17.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.612469+0000 mon.smithi019 (mon.0) 927 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:17.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.612753+0000 mon.smithi019 (mon.0) 928 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:17.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.613032+0000 mon.smithi019 (mon.0) 929 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:17.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.614795+0000 mon.smithi019 (mon.0) 930 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:48:17.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.615114+0000 mon.smithi019 (mon.0) 931 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:17.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.615403+0000 mon.smithi019 (mon.0) 932 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:17.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.615678+0000 mon.smithi019 (mon.0) 933 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:17.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.615959+0000 mon.smithi019 (mon.0) 934 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:17.984 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:48:17.984 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:48:17.984 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:48:17.984 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:48:17.984 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:48:17.984 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:48:17.984 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:48:17.984 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:48:17.984 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T17:48:17.985 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:48:17.985 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:48:17.985 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T17:48:17.985 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:48:17.985 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:48:17.985 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-06T17:48:17.985 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 12 2024-02-06T17:48:17.985 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:48:17.985 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:48:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.740951+0000 mon.smithi019 (mon.0) 893 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-06T17:48:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:16.741073+0000 mon.smithi019 (mon.0) 894 : cluster [DBG] osdmap e105: 8 total, 7 up, 8 in 2024-02-06T17:48:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.741627+0000 mon.smithi103 (mon.1) 12 : audit [INF] from='osd.7 [v2:172.21.15.103:6824/2647184095,v1:172.21.15.103:6825/2647184095]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:48:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.741965+0000 mon.smithi019 (mon.0) 895 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2024-02-06T17:48:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.905619+0000 mon.smithi019 (mon.0) 896 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:48:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.906315+0000 mon.smithi019 (mon.0) 897 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:48:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:16.906875+0000 mgr.smithi019.gohzab (mgr.34104) 296 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:48:18.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.910191+0000 mon.smithi019 (mon.0) 898 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.912383+0000 mon.smithi019 (mon.0) 899 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:48:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:16.912771+0000 mgr.smithi019.gohzab (mgr.34104) 297 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:48:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:16.912854+0000 mgr.smithi019.gohzab (mgr.34104) 298 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:48:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.915775+0000 mon.smithi019 (mon.0) 900 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.919198+0000 mon.smithi019 (mon.0) 901 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.921503+0000 mon.smithi019 (mon.0) 902 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.922715+0000 mon.smithi019 (mon.0) 903 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.923859+0000 mon.smithi019 (mon.0) 904 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.925425+0000 mon.smithi019 (mon.0) 905 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:16.926044+0000 mgr.smithi019.gohzab (mgr.34104) 299 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-06T17:48:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.929344+0000 mon.smithi019 (mon.0) 906 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.930014+0000 mon.smithi019 (mon.0) 907 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-06T17:48:18.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.934654+0000 mon.smithi019 (mon.0) 908 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.935256+0000 mon.smithi019 (mon.0) 909 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.940084+0000 mon.smithi019 (mon.0) 910 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.941073+0000 mon.smithi019 (mon.0) 911 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.956298+0000 mon.smithi019 (mon.0) 912 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.957047+0000 mon.smithi019 (mon.0) 913 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.977947+0000 mon.smithi019 (mon.0) 914 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.979616+0000 mon.smithi019 (mon.0) 915 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.986125+0000 mon.smithi019 (mon.0) 916 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.987097+0000 mon.smithi019 (mon.0) 917 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.990722+0000 mon.smithi019 (mon.0) 918 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.991536+0000 mon.smithi019 (mon.0) 919 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.997256+0000 mon.smithi019 (mon.0) 920 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:16.998236+0000 mon.smithi019 (mon.0) 921 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.004058+0000 mon.smithi019 (mon.0) 922 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-06T17:48:18.074 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:17.005701+0000 mgr.smithi019.gohzab (mgr.34104) 300 : cephadm [INF] Upgrade: Setting require_osd_release to 16 pacific 2024-02-06T17:48:18.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.005990+0000 mon.smithi019 (mon.0) 923 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd require-osd-release", "release": "pacific"}]: dispatch 2024-02-06T17:48:18.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.037794+0000 mgr.smithi019.gohzab (mgr.34104) 301 : audit [DBG] from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:18.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.039290+0000 mon.smithi019 (mon.0) 924 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:18.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.611769+0000 mon.smithi019 (mon.0) 925 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:48:18.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.612165+0000 mon.smithi019 (mon.0) 926 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:18.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.612469+0000 mon.smithi019 (mon.0) 927 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:18.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.612753+0000 mon.smithi019 (mon.0) 928 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:18.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.613032+0000 mon.smithi019 (mon.0) 929 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:18.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.614795+0000 mon.smithi019 (mon.0) 930 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:48:18.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.615114+0000 mon.smithi019 (mon.0) 931 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:18.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.615403+0000 mon.smithi019 (mon.0) 932 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:18.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.615678+0000 mon.smithi019 (mon.0) 933 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:18.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.615959+0000 mon.smithi019 (mon.0) 934 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:18.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.76 MB/sec execute 412 sec latency 390373.889 ms 2024-02-06T17:48:18.273 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:48:18.274 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:48:18.274 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:48:18.274 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:48:18.274 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:48:18.274 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr", 2024-02-06T17:48:18.274 INFO:teuthology.orchestra.run.smithi019.stdout: "mon", 2024-02-06T17:48:18.274 INFO:teuthology.orchestra.run.smithi019.stdout: "osd", 2024-02-06T17:48:18.274 INFO:teuthology.orchestra.run.smithi019.stdout: "crash" 2024-02-06T17:48:18.274 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:48:18.274 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "14/23 daemons upgraded", 2024-02-06T17:48:18.274 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T17:48:18.274 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:48:18.274 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:48:19.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.329549+0000 mgr.smithi019.gohzab (mgr.34104) 302 : audit [DBG] from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:19.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.609702+0000 mgr.smithi019.gohzab (mgr.34104) 303 : audit [DBG] from='client.34342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:19.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:17.735146+0000 mon.smithi019 (mon.0) 935 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:48:19.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:17.735171+0000 mon.smithi019 (mon.0) 936 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running pacific or later but require_osd_release < pacific) 2024-02-06T17:48:19.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:17.741602+0000 mon.smithi019 (mon.0) 937 : cluster [INF] osd.7 [v2:172.21.15.103:6824/2647184095,v1:172.21.15.103:6825/2647184095] boot 2024-02-06T17:48:19.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.741661+0000 mon.smithi019 (mon.0) 938 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "osd require-osd-release", "release": "pacific"}]': finished 2024-02-06T17:48:19.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:17.741706+0000 mon.smithi019 (mon.0) 939 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-02-06T17:48:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.744560+0000 mon.smithi019 (mon.0) 940 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:48:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:17.746145+0000 mgr.smithi019.gohzab (mgr.34104) 304 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi019.mpqmyy to be up:active (currently up:clientreplay) 2024-02-06T17:48:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:17.905003+0000 mgr.smithi019.gohzab (mgr.34104) 305 : cluster [DBG] pgmap v185: 129 pgs: 35 active+undersized+degraded, 22 active+undersized, 72 active+clean; 298 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 215/1392 objects degraded (15.445%) 2024-02-06T17:48:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:17.983997+0000 mon.smithi019 (mon.0) 941 : audit [DBG] from='client.? 172.21.15.19:0/1563766120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:18.716050+0000 mon.smithi019 (mon.0) 942 : cluster [WRN] Health check update: Degraded data redundancy: 215/1392 objects degraded (15.445%), 35 pgs degraded (PG_DEGRADED) 2024-02-06T17:48:19.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:18.740764+0000 mon.smithi019 (mon.0) 943 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-06T17:48:19.074 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.76 MB/sec execute 413 sec latency 391373.980 ms 2024-02-06T17:48:19.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.329549+0000 mgr.smithi019.gohzab (mgr.34104) 302 : audit [DBG] from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:19.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.609702+0000 mgr.smithi019.gohzab (mgr.34104) 303 : audit [DBG] from='client.34342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:19.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:17.735146+0000 mon.smithi019 (mon.0) 935 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:48:19.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:17.735171+0000 mon.smithi019 (mon.0) 936 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running pacific or later but require_osd_release < pacific) 2024-02-06T17:48:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:17.741602+0000 mon.smithi019 (mon.0) 937 : cluster [INF] osd.7 [v2:172.21.15.103:6824/2647184095,v1:172.21.15.103:6825/2647184095] boot 2024-02-06T17:48:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.741661+0000 mon.smithi019 (mon.0) 938 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "osd require-osd-release", "release": "pacific"}]': finished 2024-02-06T17:48:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:17.741706+0000 mon.smithi019 (mon.0) 939 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-02-06T17:48:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.744560+0000 mon.smithi019 (mon.0) 940 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:48:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:17.746145+0000 mgr.smithi019.gohzab (mgr.34104) 304 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi019.mpqmyy to be up:active (currently up:clientreplay) 2024-02-06T17:48:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:17.905003+0000 mgr.smithi019.gohzab (mgr.34104) 305 : cluster [DBG] pgmap v185: 129 pgs: 35 active+undersized+degraded, 22 active+undersized, 72 active+clean; 298 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 215/1392 objects degraded (15.445%) 2024-02-06T17:48:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:17.983997+0000 mon.smithi019 (mon.0) 941 : audit [DBG] from='client.? 172.21.15.19:0/1563766120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:18.716050+0000 mon.smithi019 (mon.0) 942 : cluster [WRN] Health check update: Degraded data redundancy: 215/1392 objects degraded (15.445%), 35 pgs degraded (PG_DEGRADED) 2024-02-06T17:48:19.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:18 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:18.740764+0000 mon.smithi019 (mon.0) 943 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-06T17:48:20.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:18.273589+0000 mgr.smithi019.gohzab (mgr.34104) 306 : audit [DBG] from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:20.074 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.76 MB/sec execute 414 sec latency 392374.055 ms 2024-02-06T17:48:20.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:19 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:18.273589+0000 mgr.smithi019.gohzab (mgr.34104) 306 : audit [DBG] from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:21.041 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:19.905753+0000 mgr.smithi019.gohzab (mgr.34104) 307 : cluster [DBG] pgmap v187: 129 pgs: 6 peering, 25 active+undersized+degraded, 15 active+undersized, 83 active+clean; 298 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 148/1392 objects degraded (10.632%) 2024-02-06T17:48:21.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:19.905753+0000 mgr.smithi019.gohzab (mgr.34104) 307 : cluster [DBG] pgmap v187: 129 pgs: 6 peering, 25 active+undersized+degraded, 15 active+undersized, 83 active+clean; 298 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 148/1392 objects degraded (10.632%) 2024-02-06T17:48:21.074 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.76 MB/sec execute 415 sec latency 393374.102 ms 2024-02-06T17:48:22.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:21.151119+0000 mds.foofs.smithi019.mpqmyy (mds.0) 3 : cluster [WRN] evicting unresponsive client smithi103:foo1 (14502), after 300.01 seconds 2024-02-06T17:48:22.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:21.151133+0000 mds.foofs.smithi019.mpqmyy (mds.0) 4 : cluster [INF] Evicting (and blacklisting) client session 14502 (172.21.15.103:0/477932264) 2024-02-06T17:48:22.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:21.151171+0000 mds.foofs.smithi019.mpqmyy (mds.0) 5 : cluster [WRN] evicting unresponsive client smithi019:foo1 (14522), after 300.01 seconds 2024-02-06T17:48:22.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:21.151176+0000 mds.foofs.smithi019.mpqmyy (mds.0) 6 : cluster [INF] Evicting (and blacklisting) client session 14522 (172.21.15.19:0/1566835725) 2024-02-06T17:48:22.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:21.151433+0000 mon.smithi019 (mon.0) 944 : audit [INF] from='mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532]' entity='mds.foofs.smithi019.mpqmyy' cmd=[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.103:0/477932264"}]: dispatch 2024-02-06T17:48:22.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:21.151794+0000 mon.smithi019 (mon.0) 945 : audit [INF] from='mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532]' entity='mds.foofs.smithi019.mpqmyy' cmd=[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.19:0/1566835725"}]: dispatch 2024-02-06T17:48:22.074 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108737 0.75 MB/sec execute 416 sec latency 394374.152 ms 2024-02-06T17:48:22.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:21.151119+0000 mds.foofs.smithi019.mpqmyy (mds.0) 3 : cluster [WRN] evicting unresponsive client smithi103:foo1 (14502), after 300.01 seconds 2024-02-06T17:48:22.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:21.151133+0000 mds.foofs.smithi019.mpqmyy (mds.0) 4 : cluster [INF] Evicting (and blacklisting) client session 14502 (172.21.15.103:0/477932264) 2024-02-06T17:48:22.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:21.151171+0000 mds.foofs.smithi019.mpqmyy (mds.0) 5 : cluster [WRN] evicting unresponsive client smithi019:foo1 (14522), after 300.01 seconds 2024-02-06T17:48:22.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:21.151176+0000 mds.foofs.smithi019.mpqmyy (mds.0) 6 : cluster [INF] Evicting (and blacklisting) client session 14522 (172.21.15.19:0/1566835725) 2024-02-06T17:48:22.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:21.151433+0000 mon.smithi019 (mon.0) 944 : audit [INF] from='mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532]' entity='mds.foofs.smithi019.mpqmyy' cmd=[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.103:0/477932264"}]: dispatch 2024-02-06T17:48:22.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:21.151794+0000 mon.smithi019 (mon.0) 945 : audit [INF] from='mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532]' entity='mds.foofs.smithi019.mpqmyy' cmd=[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.19:0/1566835725"}]: dispatch 2024-02-06T17:48:23.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:21.782707+0000 mon.smithi019 (mon.0) 946 : audit [INF] from='mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532]' entity='mds.foofs.smithi019.mpqmyy' cmd='[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.103:0/477932264"}]': finished 2024-02-06T17:48:23.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:21.782771+0000 mon.smithi019 (mon.0) 947 : audit [INF] from='mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532]' entity='mds.foofs.smithi019.mpqmyy' cmd='[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.19:0/1566835725"}]': finished 2024-02-06T17:48:23.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:21.782804+0000 mon.smithi019 (mon.0) 948 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-06T17:48:23.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:21.794612+0000 mon.smithi019 (mon.0) 949 : cluster [INF] daemon mds.foofs.smithi019.mpqmyy is now active in filesystem foofs as rank 0 2024-02-06T17:48:23.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:21.906249+0000 mgr.smithi019.gohzab (mgr.34104) 308 : cluster [DBG] pgmap v189: 129 pgs: 6 peering, 5 active+undersized+degraded, 7 active+undersized, 111 active+clean; 298 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 29/1392 objects degraded (2.083%) 2024-02-06T17:48:23.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:22.253789+0000 mon.smithi019 (mon.0) 950 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:23.074 INFO:teuthology.orchestra.run.smithi019.stdout: 5 108876 0.76 MB/sec execute 417 sec latency 395114.315 ms 2024-02-06T17:48:23.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:21.782707+0000 mon.smithi019 (mon.0) 946 : audit [INF] from='mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532]' entity='mds.foofs.smithi019.mpqmyy' cmd='[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.103:0/477932264"}]': finished 2024-02-06T17:48:23.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:21.782771+0000 mon.smithi019 (mon.0) 947 : audit [INF] from='mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532]' entity='mds.foofs.smithi019.mpqmyy' cmd='[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.19:0/1566835725"}]': finished 2024-02-06T17:48:23.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:21.782804+0000 mon.smithi019 (mon.0) 948 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-06T17:48:23.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:21.794612+0000 mon.smithi019 (mon.0) 949 : cluster [INF] daemon mds.foofs.smithi019.mpqmyy is now active in filesystem foofs as rank 0 2024-02-06T17:48:23.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:21.906249+0000 mgr.smithi019.gohzab (mgr.34104) 308 : cluster [DBG] pgmap v189: 129 pgs: 6 peering, 5 active+undersized+degraded, 7 active+undersized, 111 active+clean; 298 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 29/1392 objects degraded (2.083%) 2024-02-06T17:48:23.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:22.253789+0000 mon.smithi019 (mon.0) 950 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:24.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:22.786168+0000 mon.smithi019 (mon.0) 951 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-06T17:48:24.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:22.794861+0000 mon.smithi019 (mon.0) 952 : cluster [DBG] mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532] up:active 2024-02-06T17:48:24.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:22.794945+0000 mon.smithi019 (mon.0) 953 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi019.mpqmyy=up:active} 1 up:standby 2024-02-06T17:48:24.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:23.718416+0000 mon.smithi019 (mon.0) 954 : cluster [WRN] Health check update: Degraded data redundancy: 29/1392 objects degraded (2.083%), 5 pgs degraded (PG_DEGRADED) 2024-02-06T17:48:24.074 INFO:teuthology.orchestra.run.smithi019.stdout: 5 109642 0.83 MB/sec execute 418 sec latency 22.164 ms 2024-02-06T17:48:24.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:23 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:22.786168+0000 mon.smithi019 (mon.0) 951 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-06T17:48:24.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:23 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:22.794861+0000 mon.smithi019 (mon.0) 952 : cluster [DBG] mds.0 [v2:172.21.15.19:6834/1778583532,v1:172.21.15.19:6835/1778583532] up:active 2024-02-06T17:48:24.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:23 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:22.794945+0000 mon.smithi019 (mon.0) 953 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi019.mpqmyy=up:active} 1 up:standby 2024-02-06T17:48:24.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:23 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:23.718416+0000 mon.smithi019 (mon.0) 954 : cluster [WRN] Health check update: Degraded data redundancy: 29/1392 objects degraded (2.083%), 5 pgs degraded (PG_DEGRADED) 2024-02-06T17:48:25.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:23.802436+0000 mon.smithi019 (mon.0) 955 : cluster [DBG] mgrmap e43: smithi019.gohzab(active, since 4m), standbys: smithi103.bisajp 2024-02-06T17:48:25.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:23.906710+0000 mgr.smithi019.gohzab (mgr.34104) 309 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 298 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s wr, 0 op/s 2024-02-06T17:48:25.074 INFO:teuthology.orchestra.run.smithi019.stdout: 5 110226 0.89 MB/sec execute 419 sec latency 26.433 ms 2024-02-06T17:48:25.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:23.802436+0000 mon.smithi019 (mon.0) 955 : cluster [DBG] mgrmap e43: smithi019.gohzab(active, since 4m), standbys: smithi103.bisajp 2024-02-06T17:48:25.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:23.906710+0000 mgr.smithi019.gohzab (mgr.34104) 309 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 298 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s wr, 0 op/s 2024-02-06T17:48:26.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:24.795768+0000 mon.smithi019 (mon.0) 956 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 29/1392 objects degraded (2.083%), 5 pgs degraded) 2024-02-06T17:48:26.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:24.795796+0000 mon.smithi019 (mon.0) 957 : cluster [INF] Cluster is now healthy 2024-02-06T17:48:26.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 110728 0.90 MB/sec execute 420 sec latency 33.165 ms 2024-02-06T17:48:26.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:24.795768+0000 mon.smithi019 (mon.0) 956 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 29/1392 objects degraded (2.083%), 5 pgs degraded) 2024-02-06T17:48:26.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:24.795796+0000 mon.smithi019 (mon.0) 957 : cluster [INF] Cluster is now healthy 2024-02-06T17:48:27.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:25.907235+0000 mgr.smithi019.gohzab (mgr.34104) 310 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 302 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 71 KiB/s rd, 766 KiB/s wr, 25 op/s 2024-02-06T17:48:27.074 INFO:teuthology.orchestra.run.smithi019.stdout: 5 111212 0.93 MB/sec execute 421 sec latency 38.496 ms 2024-02-06T17:48:27.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:25.907235+0000 mgr.smithi019.gohzab (mgr.34104) 310 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 302 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 71 KiB/s rd, 766 KiB/s wr, 25 op/s 2024-02-06T17:48:27.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:27 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:27.756350+0000 mon.smithi019 (mon.0) 958 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:28.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:27 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:27.756350+0000 mon.smithi019 (mon.0) 958 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:28.075 INFO:teuthology.orchestra.run.smithi019.stdout: 5 111836 0.96 MB/sec execute 422 sec latency 48.423 ms 2024-02-06T17:48:29.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:27.907889+0000 mgr.smithi019.gohzab (mgr.34104) 311 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 303 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 435 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2024-02-06T17:48:29.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:28.195002+0000 mon.smithi019 (mon.0) 959 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:48:29.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:28.195967+0000 mon.smithi019 (mon.0) 960 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:48:29.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:28.201802+0000 mon.smithi019 (mon.0) 961 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:29.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:28.205402+0000 mon.smithi019 (mon.0) 962 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:48:29.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:28.210190+0000 mon.smithi019 (mon.0) 963 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:29.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:28.215727+0000 mon.smithi019 (mon.0) 964 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:29.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:28.219529+0000 mon.smithi019 (mon.0) 965 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:29.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:28.220976+0000 mon.smithi019 (mon.0) 966 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:29.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:28.222311+0000 mon.smithi019 (mon.0) 967 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:29.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:28.224568+0000 mon.smithi019 (mon.0) 968 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:29.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:28.227742+0000 mon.smithi019 (mon.0) 969 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi019.mpqmyy"]}]: dispatch 2024-02-06T17:48:29.075 INFO:teuthology.orchestra.run.smithi019.stdout: 5 112400 0.97 MB/sec execute 423 sec latency 28.324 ms 2024-02-06T17:48:29.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:27.907889+0000 mgr.smithi019.gohzab (mgr.34104) 311 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 303 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 435 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2024-02-06T17:48:29.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:28.195002+0000 mon.smithi019 (mon.0) 959 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:48:29.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:28.195967+0000 mon.smithi019 (mon.0) 960 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:48:29.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:28.201802+0000 mon.smithi019 (mon.0) 961 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:29.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:28.205402+0000 mon.smithi019 (mon.0) 962 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:48:29.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:28.210190+0000 mon.smithi019 (mon.0) 963 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:29.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:28.215727+0000 mon.smithi019 (mon.0) 964 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:29.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:28.219529+0000 mon.smithi019 (mon.0) 965 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:29.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:28.220976+0000 mon.smithi019 (mon.0) 966 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:29.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:28.222311+0000 mon.smithi019 (mon.0) 967 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:29.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:28.224568+0000 mon.smithi019 (mon.0) 968 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:29.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:28.227742+0000 mon.smithi019 (mon.0) 969 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi019.mpqmyy"]}]: dispatch 2024-02-06T17:48:29.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:29 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:28.197028+0000 mgr.smithi019.gohzab (mgr.34104) 312 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:48:29.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:29 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:28.206078+0000 mgr.smithi019.gohzab (mgr.34104) 313 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:48:29.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:29 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:28.206153+0000 mgr.smithi019.gohzab (mgr.34104) 314 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:48:29.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:29 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:28.228565+0000 mgr.smithi019.gohzab (mgr.34104) 315 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi019.mpqmyy 2024-02-06T17:48:30.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:28.197028+0000 mgr.smithi019.gohzab (mgr.34104) 312 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:48:30.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:28.206078+0000 mgr.smithi019.gohzab (mgr.34104) 313 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:48:30.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:28.206153+0000 mgr.smithi019.gohzab (mgr.34104) 314 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:48:30.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:28.228565+0000 mgr.smithi019.gohzab (mgr.34104) 315 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi019.mpqmyy 2024-02-06T17:48:30.075 INFO:teuthology.orchestra.run.smithi019.stdout: 5 112952 1.02 MB/sec execute 424 sec latency 24.429 ms 2024-02-06T17:48:31.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 113525 1.08 MB/sec execute 425 sec latency 37.045 ms 2024-02-06T17:48:31.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:29.908451+0000 mgr.smithi019.gohzab (mgr.34104) 316 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 300 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 564 KiB/s rd, 4.4 MiB/s wr, 391 op/s 2024-02-06T17:48:31.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:30.108210+0000 mgr.smithi019.gohzab (mgr.34104) 317 : cephadm [INF] Upgrade: Updating mds.foofs.smithi019.mpqmyy 2024-02-06T17:48:31.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:30.115243+0000 mon.smithi019 (mon.0) 970 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:31.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:30.116853+0000 mon.smithi019 (mon.0) 971 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.mpqmyy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T17:48:31.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:30.117645+0000 mon.smithi019 (mon.0) 972 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:48:31.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:30.118309+0000 mgr.smithi019.gohzab (mgr.34104) 318 : cephadm [INF] Deploying daemon mds.foofs.smithi019.mpqmyy on smithi019 2024-02-06T17:48:31.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:30.118669+0000 mon.smithi019 (mon.0) 973 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mds.foofs.smithi019.mpqmyy","key": "container_image"}]: dispatch 2024-02-06T17:48:31.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:29.908451+0000 mgr.smithi019.gohzab (mgr.34104) 316 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 300 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 564 KiB/s rd, 4.4 MiB/s wr, 391 op/s 2024-02-06T17:48:31.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:30.108210+0000 mgr.smithi019.gohzab (mgr.34104) 317 : cephadm [INF] Upgrade: Updating mds.foofs.smithi019.mpqmyy 2024-02-06T17:48:31.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:30.115243+0000 mon.smithi019 (mon.0) 970 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:31.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:30.116853+0000 mon.smithi019 (mon.0) 971 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.mpqmyy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T17:48:31.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:30.117645+0000 mon.smithi019 (mon.0) 972 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:48:31.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:30.118309+0000 mgr.smithi019.gohzab (mgr.34104) 318 : cephadm [INF] Deploying daemon mds.foofs.smithi019.mpqmyy on smithi019 2024-02-06T17:48:31.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:30.118669+0000 mon.smithi019 (mon.0) 973 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mds.foofs.smithi019.mpqmyy","key": "container_image"}]: dispatch 2024-02-06T17:48:32.075 INFO:teuthology.orchestra.run.smithi019.stdout: 5 113847 1.10 MB/sec execute 426 sec latency 40.446 ms 2024-02-06T17:48:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:31.876945+0000 mon.smithi019 (mon.0) 974 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-02-06T17:48:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:31.877208+0000 mon.smithi019 (mon.0) 975 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-06T17:48:32.118 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:31.877481+0000 mon.smithi019 (mon.0) 976 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-06T17:48:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:31.877808+0000 mon.smithi019 (mon.0) 977 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T17:48:32.119 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:32.036414+0000 mon.smithi019 (mon.0) 978 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:32.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:31.876945+0000 mon.smithi019 (mon.0) 974 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-02-06T17:48:32.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:31.877208+0000 mon.smithi019 (mon.0) 975 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-06T17:48:32.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:31.877481+0000 mon.smithi019 (mon.0) 976 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-06T17:48:32.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:31.877808+0000 mon.smithi019 (mon.0) 977 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T17:48:32.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:32.036414+0000 mon.smithi019 (mon.0) 978 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:33.075 INFO:teuthology.orchestra.run.smithi019.stdout: 5 113886 1.10 MB/sec execute 427 sec latency 868.278 ms 2024-02-06T17:48:33.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:48:33.116+0000 7f237a5b1700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-06T17:48:33.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:31.909012+0000 mgr.smithi019.gohzab (mgr.34104) 319 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 305 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 582 KiB/s rd, 6.7 MiB/s wr, 690 op/s 2024-02-06T17:48:33.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:32.217454+0000 mon.smithi019 (mon.0) 979 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-02-06T17:48:33.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:32.267072+0000 mon.smithi019 (mon.0) 980 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:33.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:48:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:48:33.135+0000 7f44d84a2700 -1 bdev(0x564a50dc0800 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 1 2024-02-06T17:48:33.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:31.909012+0000 mgr.smithi019.gohzab (mgr.34104) 319 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 305 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 582 KiB/s rd, 6.7 MiB/s wr, 690 op/s 2024-02-06T17:48:33.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:32.217454+0000 mon.smithi019 (mon.0) 979 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-02-06T17:48:33.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:32.267072+0000 mon.smithi019 (mon.0) 980 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:34.075 INFO:teuthology.orchestra.run.smithi019.stdout: 5 113886 1.10 MB/sec execute 428 sec latency 1868.375 ms 2024-02-06T17:48:34.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:33.117340+0000 mon.smithi019 (mon.0) 981 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-06T17:48:34.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:33.117398+0000 mon.smithi019 (mon.0) 982 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-06T17:48:34.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:33.121251+0000 mon.smithi019 (mon.0) 983 : cluster [INF] Standby daemon mds.foofs.smithi103.xlxcbt assigned to filesystem foofs as rank 0 2024-02-06T17:48:34.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:33.121375+0000 mon.smithi019 (mon.0) 984 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-06T17:48:34.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:33.121409+0000 mon.smithi019 (mon.0) 985 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-06T17:48:34.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:33.121725+0000 mon.smithi019 (mon.0) 986 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-06T17:48:34.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:33.125329+0000 mon.smithi019 (mon.0) 987 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi103.xlxcbt=up:replay} 2024-02-06T17:48:34.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:33.117340+0000 mon.smithi019 (mon.0) 981 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-06T17:48:34.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:33.117398+0000 mon.smithi019 (mon.0) 982 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-06T17:48:34.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:33.121251+0000 mon.smithi019 (mon.0) 983 : cluster [INF] Standby daemon mds.foofs.smithi103.xlxcbt assigned to filesystem foofs as rank 0 2024-02-06T17:48:34.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:33.121375+0000 mon.smithi019 (mon.0) 984 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-06T17:48:34.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:33.121409+0000 mon.smithi019 (mon.0) 985 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-06T17:48:34.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:33.121725+0000 mon.smithi019 (mon.0) 986 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-06T17:48:34.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:33.125329+0000 mon.smithi019 (mon.0) 987 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi103.xlxcbt=up:replay} 2024-02-06T17:48:35.075 INFO:teuthology.orchestra.run.smithi019.stdout: 5 113886 1.10 MB/sec execute 429 sec latency 2868.450 ms 2024-02-06T17:48:35.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:33.909430+0000 mgr.smithi019.gohzab (mgr.34104) 320 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 308 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 596 KiB/s rd, 7.4 MiB/s wr, 725 op/s 2024-02-06T17:48:35.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:34.730045+0000 mon.smithi019 (mon.0) 988 : cluster [DBG] mds.? [v2:172.21.15.103:6832/793198764,v1:172.21.15.103:6833/793198764] up:reconnect 2024-02-06T17:48:35.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:34.730095+0000 mon.smithi019 (mon.0) 989 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi103.xlxcbt=up:reconnect} 2024-02-06T17:48:35.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:33.909430+0000 mgr.smithi019.gohzab (mgr.34104) 320 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 308 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 596 KiB/s rd, 7.4 MiB/s wr, 725 op/s 2024-02-06T17:48:35.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:34.730045+0000 mon.smithi019 (mon.0) 988 : cluster [DBG] mds.? [v2:172.21.15.103:6832/793198764,v1:172.21.15.103:6833/793198764] up:reconnect 2024-02-06T17:48:35.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:34.730095+0000 mon.smithi019 (mon.0) 989 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi103.xlxcbt=up:reconnect} 2024-02-06T17:48:36.075 INFO:teuthology.orchestra.run.smithi019.stdout: 5 113886 1.09 MB/sec execute 430 sec latency 3868.533 ms 2024-02-06T17:48:36.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:34.728915+0000 mds.foofs.smithi103.xlxcbt (mds.0) 1 : cluster [DBG] reconnect by client.24577 172.21.15.103:0/4288643275 after 0.000999981 2024-02-06T17:48:36.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:34.728974+0000 mds.foofs.smithi103.xlxcbt (mds.0) 2 : cluster [DBG] reconnect by client.34122 172.21.15.19:0/2974838463 after 0.000999981 2024-02-06T17:48:36.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:34.729166+0000 mds.foofs.smithi103.xlxcbt (mds.0) 3 : cluster [DBG] reconnect by client.14690 172.21.15.19:0/4074225623 after 0.000999981 2024-02-06T17:48:36.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:34.729867+0000 mds.foofs.smithi103.xlxcbt (mds.0) 4 : cluster [DBG] reconnect by client.24659 172.21.15.19:0/2083807329 after 0.00199996 2024-02-06T17:48:36.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:35.648924+0000 mon.smithi019 (mon.0) 990 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:36.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:35.649681+0000 mon.smithi019 (mon.0) 991 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:36.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:35.650903+0000 mon.smithi019 (mon.0) 992 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:48:36.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:35.727873+0000 mon.smithi019 (mon.0) 993 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-06T17:48:36.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:35.731577+0000 mon.smithi019 (mon.0) 994 : cluster [DBG] mds.? [v2:172.21.15.103:6832/793198764,v1:172.21.15.103:6833/793198764] up:rejoin 2024-02-06T17:48:36.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:35.731622+0000 mon.smithi019 (mon.0) 995 : cluster [DBG] mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562] up:boot 2024-02-06T17:48:36.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:35.731676+0000 mon.smithi019 (mon.0) 996 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi103.xlxcbt=up:rejoin} 1 up:standby 2024-02-06T17:48:36.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:35.732374+0000 mon.smithi019 (mon.0) 997 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi019.mpqmyy"}]: dispatch 2024-02-06T17:48:36.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:34.728915+0000 mds.foofs.smithi103.xlxcbt (mds.0) 1 : cluster [DBG] reconnect by client.24577 172.21.15.103:0/4288643275 after 0.000999981 2024-02-06T17:48:36.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:34.728974+0000 mds.foofs.smithi103.xlxcbt (mds.0) 2 : cluster [DBG] reconnect by client.34122 172.21.15.19:0/2974838463 after 0.000999981 2024-02-06T17:48:36.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:34.729166+0000 mds.foofs.smithi103.xlxcbt (mds.0) 3 : cluster [DBG] reconnect by client.14690 172.21.15.19:0/4074225623 after 0.000999981 2024-02-06T17:48:36.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:34.729867+0000 mds.foofs.smithi103.xlxcbt (mds.0) 4 : cluster [DBG] reconnect by client.24659 172.21.15.19:0/2083807329 after 0.00199996 2024-02-06T17:48:36.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:35.648924+0000 mon.smithi019 (mon.0) 990 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:36.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:35.649681+0000 mon.smithi019 (mon.0) 991 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:36.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:35.650903+0000 mon.smithi019 (mon.0) 992 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:48:36.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:35.727873+0000 mon.smithi019 (mon.0) 993 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-06T17:48:36.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:35.731577+0000 mon.smithi019 (mon.0) 994 : cluster [DBG] mds.? [v2:172.21.15.103:6832/793198764,v1:172.21.15.103:6833/793198764] up:rejoin 2024-02-06T17:48:36.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:35.731622+0000 mon.smithi019 (mon.0) 995 : cluster [DBG] mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562] up:boot 2024-02-06T17:48:36.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:35.731676+0000 mon.smithi019 (mon.0) 996 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi103.xlxcbt=up:rejoin} 1 up:standby 2024-02-06T17:48:36.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:35.732374+0000 mon.smithi019 (mon.0) 997 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi019.mpqmyy"}]: dispatch 2024-02-06T17:48:37.075 INFO:teuthology.orchestra.run.smithi019.stdout: 5 113886 1.09 MB/sec execute 431 sec latency 4868.574 ms 2024-02-06T17:48:37.383 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:35.909852+0000 mgr.smithi019.gohzab (mgr.34104) 321 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 1.3 MiB/s rd, 7.4 MiB/s wr, 723 op/s 2024-02-06T17:48:37.383 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:36.734369+0000 mon.smithi019 (mon.0) 998 : cluster [DBG] mds.? [v2:172.21.15.103:6832/793198764,v1:172.21.15.103:6833/793198764] up:clientreplay 2024-02-06T17:48:37.383 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:36.734422+0000 mon.smithi019 (mon.0) 999 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi103.xlxcbt=up:clientreplay} 1 up:standby 2024-02-06T17:48:37.383 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:36.735004+0000 mon.smithi019 (mon.0) 1000 : cluster [INF] daemon mds.foofs.smithi103.xlxcbt is now active in filesystem foofs as rank 0 2024-02-06T17:48:37.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:35.909852+0000 mgr.smithi019.gohzab (mgr.34104) 321 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 1.3 MiB/s rd, 7.4 MiB/s wr, 723 op/s 2024-02-06T17:48:37.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:36.734369+0000 mon.smithi019 (mon.0) 998 : cluster [DBG] mds.? [v2:172.21.15.103:6832/793198764,v1:172.21.15.103:6833/793198764] up:clientreplay 2024-02-06T17:48:37.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:36.734422+0000 mon.smithi019 (mon.0) 999 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi103.xlxcbt=up:clientreplay} 1 up:standby 2024-02-06T17:48:37.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:36.735004+0000 mon.smithi019 (mon.0) 1000 : cluster [INF] daemon mds.foofs.smithi103.xlxcbt is now active in filesystem foofs as rank 0 2024-02-06T17:48:38.075 INFO:teuthology.orchestra.run.smithi019.stdout: 5 114157 1.09 MB/sec execute 432 sec latency 5528.857 ms 2024-02-06T17:48:38.298 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:37.733040+0000 mon.smithi019 (mon.0) 1001 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-06T17:48:38.299 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:37.733071+0000 mon.smithi019 (mon.0) 1002 : cluster [INF] Cluster is now healthy 2024-02-06T17:48:38.299 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:37.736435+0000 mon.smithi019 (mon.0) 1003 : cluster [DBG] mds.? [v2:172.21.15.103:6832/793198764,v1:172.21.15.103:6833/793198764] up:active 2024-02-06T17:48:38.299 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:37.736475+0000 mon.smithi019 (mon.0) 1004 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi103.xlxcbt=up:active} 1 up:standby 2024-02-06T17:48:38.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:37.733040+0000 mon.smithi019 (mon.0) 1001 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-06T17:48:38.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:37.733071+0000 mon.smithi019 (mon.0) 1002 : cluster [INF] Cluster is now healthy 2024-02-06T17:48:38.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:37.736435+0000 mon.smithi019 (mon.0) 1003 : cluster [DBG] mds.? [v2:172.21.15.103:6832/793198764,v1:172.21.15.103:6833/793198764] up:active 2024-02-06T17:48:38.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:37.736475+0000 mon.smithi019 (mon.0) 1004 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi103.xlxcbt=up:active} 1 up:standby 2024-02-06T17:48:39.075 INFO:teuthology.orchestra.run.smithi019.stdout: 5 114915 1.13 MB/sec execute 433 sec latency 27.992 ms 2024-02-06T17:48:39.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:37.910537+0000 mgr.smithi019.gohzab (mgr.34104) 322 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 311 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 4.7 MiB/s wr, 446 op/s 2024-02-06T17:48:39.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:39 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:37.910537+0000 mgr.smithi019.gohzab (mgr.34104) 322 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 311 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 4.7 MiB/s wr, 446 op/s 2024-02-06T17:48:40.075 INFO:teuthology.orchestra.run.smithi019.stdout: 5 116095 1.19 MB/sec execute 434 sec latency 16.841 ms 2024-02-06T17:48:41.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 117086 1.28 MB/sec execute 435 sec latency 31.167 ms 2024-02-06T17:48:41.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:39.911103+0000 mgr.smithi019.gohzab (mgr.34104) 323 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 309 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 4.2 MiB/s wr, 429 op/s 2024-02-06T17:48:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:40.758070+0000 mon.smithi019 (mon.0) 1005 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:40.759214+0000 mon.smithi019 (mon.0) 1006 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:48:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:40.760576+0000 mon.smithi019 (mon.0) 1007 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:48:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:40.766967+0000 mon.smithi019 (mon.0) 1008 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:40.770127+0000 mon.smithi019 (mon.0) 1009 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:48:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:40.775216+0000 mon.smithi019 (mon.0) 1010 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:40.780946+0000 mon.smithi019 (mon.0) 1011 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:40.784217+0000 mon.smithi019 (mon.0) 1012 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:40.786375+0000 mon.smithi019 (mon.0) 1013 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:40.788321+0000 mon.smithi019 (mon.0) 1014 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:40.790902+0000 mon.smithi019 (mon.0) 1015 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:40.793894+0000 mon.smithi019 (mon.0) 1016 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi103.xlxcbt"]}]: dispatch 2024-02-06T17:48:41.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:39.911103+0000 mgr.smithi019.gohzab (mgr.34104) 323 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 309 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 4.2 MiB/s wr, 429 op/s 2024-02-06T17:48:41.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:40.758070+0000 mon.smithi019 (mon.0) 1005 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:41.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:40.759214+0000 mon.smithi019 (mon.0) 1006 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:48:41.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:40.760576+0000 mon.smithi019 (mon.0) 1007 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:48:41.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:40.766967+0000 mon.smithi019 (mon.0) 1008 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:41.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:40.770127+0000 mon.smithi019 (mon.0) 1009 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:48:41.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:40.775216+0000 mon.smithi019 (mon.0) 1010 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:41.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:40.780946+0000 mon.smithi019 (mon.0) 1011 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:41.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:40.784217+0000 mon.smithi019 (mon.0) 1012 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:41.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:40.786375+0000 mon.smithi019 (mon.0) 1013 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:41.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:40.788321+0000 mon.smithi019 (mon.0) 1014 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:41.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:40.790902+0000 mon.smithi019 (mon.0) 1015 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:41.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:40.793894+0000 mon.smithi019 (mon.0) 1016 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi103.xlxcbt"]}]: dispatch 2024-02-06T17:48:42.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 117592 1.30 MB/sec execute 436 sec latency 26.262 ms 2024-02-06T17:48:42.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:40.761447+0000 mgr.smithi019.gohzab (mgr.34104) 324 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:48:42.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:40.770756+0000 mgr.smithi019.gohzab (mgr.34104) 325 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:48:42.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:40.770882+0000 mgr.smithi019.gohzab (mgr.34104) 326 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:48:42.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:40.794633+0000 mgr.smithi019.gohzab (mgr.34104) 327 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi103.xlxcbt 2024-02-06T17:48:42.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:40.761447+0000 mgr.smithi019.gohzab (mgr.34104) 324 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:48:42.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:40.770756+0000 mgr.smithi019.gohzab (mgr.34104) 325 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:48:42.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:40.770882+0000 mgr.smithi019.gohzab (mgr.34104) 326 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:48:42.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:40.794633+0000 mgr.smithi019.gohzab (mgr.34104) 327 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi103.xlxcbt 2024-02-06T17:48:43.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 117931 1.30 MB/sec execute 437 sec latency 43.382 ms 2024-02-06T17:48:43.303 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:41.911576+0000 mgr.smithi019.gohzab (mgr.34104) 328 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 3.6 MiB/s wr, 210 op/s 2024-02-06T17:48:43.303 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:42.504235+0000 mon.smithi019 (mon.0) 1017 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:43.303 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:42.504937+0000 mon.smithi019 (mon.0) 1018 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi103.xlxcbt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T17:48:43.303 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:42.505750+0000 mon.smithi019 (mon.0) 1019 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:48:43.303 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:42.506828+0000 mon.smithi019 (mon.0) 1020 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mds.foofs.smithi103.xlxcbt","key": "container_image"}]: dispatch 2024-02-06T17:48:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:41.911576+0000 mgr.smithi019.gohzab (mgr.34104) 328 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 3.6 MiB/s wr, 210 op/s 2024-02-06T17:48:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:42.504235+0000 mon.smithi019 (mon.0) 1017 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:42.504937+0000 mon.smithi019 (mon.0) 1018 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi103.xlxcbt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T17:48:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:42.505750+0000 mon.smithi019 (mon.0) 1019 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:48:43.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:42.506828+0000 mon.smithi019 (mon.0) 1020 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mds.foofs.smithi103.xlxcbt","key": "container_image"}]: dispatch 2024-02-06T17:48:44.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 118229 1.32 MB/sec execute 438 sec latency 44.065 ms 2024-02-06T17:48:44.346 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:42.500091+0000 mgr.smithi019.gohzab (mgr.34104) 329 : cephadm [INF] Upgrade: Updating mds.foofs.smithi103.xlxcbt 2024-02-06T17:48:44.346 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:48:42.506420+0000 mgr.smithi019.gohzab (mgr.34104) 330 : cephadm [INF] Deploying daemon mds.foofs.smithi103.xlxcbt on smithi103 2024-02-06T17:48:44.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:42.500091+0000 mgr.smithi019.gohzab (mgr.34104) 329 : cephadm [INF] Upgrade: Updating mds.foofs.smithi103.xlxcbt 2024-02-06T17:48:44.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:48:42.506420+0000 mgr.smithi019.gohzab (mgr.34104) 330 : cephadm [INF] Deploying daemon mds.foofs.smithi103.xlxcbt on smithi103 2024-02-06T17:48:45.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 118394 1.33 MB/sec execute 439 sec latency 605.420 ms 2024-02-06T17:48:45.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:48:45.168+0000 7f237a5b1700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-06T17:48:45.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:43.912170+0000 mgr.smithi019.gohzab (mgr.34104) 331 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 4.7 MiB/s wr, 528 op/s 2024-02-06T17:48:45.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:44.492425+0000 mon.smithi019 (mon.0) 1021 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-06T17:48:45.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:43.912170+0000 mgr.smithi019.gohzab (mgr.34104) 331 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 4.7 MiB/s wr, 528 op/s 2024-02-06T17:48:45.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:44.492425+0000 mon.smithi019 (mon.0) 1021 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-06T17:48:46.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 118394 1.33 MB/sec execute 440 sec latency 1605.477 ms 2024-02-06T17:48:46.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:45.169181+0000 mon.smithi019 (mon.0) 1022 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-06T17:48:46.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:45.169212+0000 mon.smithi019 (mon.0) 1023 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-06T17:48:46.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:45.175282+0000 mon.smithi019 (mon.0) 1024 : cluster [INF] Standby daemon mds.foofs.smithi019.mpqmyy assigned to filesystem foofs as rank 0 2024-02-06T17:48:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:45.175408+0000 mon.smithi019 (mon.0) 1025 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-06T17:48:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:45.175429+0000 mon.smithi019 (mon.0) 1026 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-06T17:48:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:45.175640+0000 mon.smithi019 (mon.0) 1027 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-06T17:48:46.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:45.178271+0000 mon.smithi019 (mon.0) 1028 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:replay} 2024-02-06T17:48:46.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:45.169181+0000 mon.smithi019 (mon.0) 1022 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-06T17:48:46.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:45.169212+0000 mon.smithi019 (mon.0) 1023 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-06T17:48:46.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:45.175282+0000 mon.smithi019 (mon.0) 1024 : cluster [INF] Standby daemon mds.foofs.smithi019.mpqmyy assigned to filesystem foofs as rank 0 2024-02-06T17:48:46.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:45.175408+0000 mon.smithi019 (mon.0) 1025 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-06T17:48:46.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:45.175429+0000 mon.smithi019 (mon.0) 1026 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-06T17:48:46.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:45.175640+0000 mon.smithi019 (mon.0) 1027 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-06T17:48:46.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:45.178271+0000 mon.smithi019 (mon.0) 1028 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:replay} 2024-02-06T17:48:47.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 118394 1.32 MB/sec execute 441 sec latency 2605.523 ms 2024-02-06T17:48:47.560 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:45.912651+0000 mgr.smithi019.gohzab (mgr.34104) 332 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 6.0 MiB/s wr, 647 op/s 2024-02-06T17:48:47.560 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:46.183615+0000 mds.foofs.smithi019.mpqmyy (mds.0) 1 : cluster [DBG] reconnect by client.24659 172.21.15.19:0/2083807329 after 0 2024-02-06T17:48:47.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:46.183650+0000 mds.foofs.smithi019.mpqmyy (mds.0) 2 : cluster [DBG] reconnect by client.34122 172.21.15.19:0/2974838463 after 0 2024-02-06T17:48:47.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:46.183781+0000 mds.foofs.smithi019.mpqmyy (mds.0) 3 : cluster [DBG] reconnect by client.24577 172.21.15.103:0/4288643275 after 0.00099999 2024-02-06T17:48:47.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:46.183817+0000 mds.foofs.smithi019.mpqmyy (mds.0) 4 : cluster [DBG] reconnect by client.14690 172.21.15.19:0/4074225623 after 0.00099999 2024-02-06T17:48:47.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:46.184707+0000 mon.smithi019 (mon.0) 1029 : cluster [DBG] mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562] up:reconnect 2024-02-06T17:48:47.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:46.184766+0000 mon.smithi019 (mon.0) 1030 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:reconnect} 2024-02-06T17:48:47.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:46.927915+0000 mon.smithi019 (mon.0) 1031 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi103.xlxcbt"}]: dispatch 2024-02-06T17:48:47.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:47.036506+0000 mon.smithi019 (mon.0) 1032 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:47.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:45.912651+0000 mgr.smithi019.gohzab (mgr.34104) 332 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 6.0 MiB/s wr, 647 op/s 2024-02-06T17:48:47.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:46.183615+0000 mds.foofs.smithi019.mpqmyy (mds.0) 1 : cluster [DBG] reconnect by client.24659 172.21.15.19:0/2083807329 after 0 2024-02-06T17:48:47.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:46.183650+0000 mds.foofs.smithi019.mpqmyy (mds.0) 2 : cluster [DBG] reconnect by client.34122 172.21.15.19:0/2974838463 after 0 2024-02-06T17:48:47.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:46.183781+0000 mds.foofs.smithi019.mpqmyy (mds.0) 3 : cluster [DBG] reconnect by client.24577 172.21.15.103:0/4288643275 after 0.00099999 2024-02-06T17:48:47.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:46.183817+0000 mds.foofs.smithi019.mpqmyy (mds.0) 4 : cluster [DBG] reconnect by client.14690 172.21.15.19:0/4074225623 after 0.00099999 2024-02-06T17:48:47.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:46.184707+0000 mon.smithi019 (mon.0) 1029 : cluster [DBG] mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562] up:reconnect 2024-02-06T17:48:47.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:46.184766+0000 mon.smithi019 (mon.0) 1030 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:reconnect} 2024-02-06T17:48:47.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:46.927915+0000 mon.smithi019 (mon.0) 1031 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi103.xlxcbt"}]: dispatch 2024-02-06T17:48:47.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:47.036506+0000 mon.smithi019 (mon.0) 1032 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:48.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 118394 1.32 MB/sec execute 442 sec latency 3605.570 ms 2024-02-06T17:48:48.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:47.194122+0000 mon.smithi019 (mon.0) 1033 : cluster [DBG] mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562] up:rejoin 2024-02-06T17:48:48.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:47.194189+0000 mon.smithi019 (mon.0) 1034 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:rejoin} 2024-02-06T17:48:48.582 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:48:48.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:47.194122+0000 mon.smithi019 (mon.0) 1033 : cluster [DBG] mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562] up:rejoin 2024-02-06T17:48:48.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:47.194189+0000 mon.smithi019 (mon.0) 1034 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:rejoin} 2024-02-06T17:48:49.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 118394 1.32 MB/sec execute 443 sec latency 4605.618 ms 2024-02-06T17:48:49.153 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (13m) 8s ago 15m 21.5M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (4m) 8s ago 14m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (4m) 32s ago 13m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (13m) 8s ago 14m 36.9M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (14s) 8s ago 9m 14.4M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a918586d6ba8 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (9m) 32s ago 9m 11.8M - 15.2.13 2cf504fded39 47831c2601b8 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (6m) 8s ago 16m 440M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (5m) 32s ago 14m 386M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (5m) 8s ago 16m 52.2M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (5m) 32s ago 14m 59.9M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (6m) 8s ago 6m 138M - 3.3 2cf504fded39 adf1dd107571 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (6m) 32s ago 6m 88.2M - 3.3 2cf504fded39 b4b433e0c555 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (14m) 8s ago 14m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (14m) 32s ago 14m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:48:49.154 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (4m) 8s ago 13m 155M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8b717c6300ef 2024-02-06T17:48:49.155 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (3m) 8s ago 13m 153M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab c145e664fd94 2024-02-06T17:48:49.155 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (3m) 8s ago 13m 100M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 9f4d167f6c5a 2024-02-06T17:48:49.155 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (2m) 8s ago 12m 167M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 559ebbba1aa2 2024-02-06T17:48:49.155 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (2m) 32s ago 12m 128M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b709e19a3a8b 2024-02-06T17:48:49.155 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (97s) 32s ago 12m 124M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ba7e79691248 2024-02-06T17:48:49.155 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (67s) 32s ago 11m 111M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b17bfa97adb9 2024-02-06T17:48:49.155 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (37s) 32s ago 11m 10.5M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ea5b7b334e19 2024-02-06T17:48:49.155 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (6m) 32s ago 13m 62.9M - 2.18.1 de242295e225 022e961862e3 2024-02-06T17:48:49.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:47.913309+0000 mgr.smithi019.gohzab (mgr.34104) 333 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 314 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 6.3 MiB/s wr, 647 op/s 2024-02-06T17:48:49.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:48.201887+0000 mon.smithi019 (mon.0) 1035 : cluster [DBG] mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562] up:clientreplay 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:48.201966+0000 mon.smithi019 (mon.0) 1036 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:clientreplay} 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:48.202804+0000 mon.smithi019 (mon.0) 1037 : cluster [INF] daemon mds.foofs.smithi019.mpqmyy is now active in filesystem foofs as rank 0 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:48.570957+0000 mgr.smithi019.gohzab (mgr.34104) 334 : audit [DBG] from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:48.860518+0000 mgr.smithi019.gohzab (mgr.34104) 335 : audit [DBG] from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:49.140633+0000 mgr.smithi019.gohzab (mgr.34104) 336 : audit [DBG] from='client.34366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:49.142812+0000 mon.smithi019 (mon.0) 1038 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:49.143202+0000 mon.smithi019 (mon.0) 1039 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:49.143511+0000 mon.smithi019 (mon.0) 1040 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:49.143806+0000 mon.smithi019 (mon.0) 1041 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:49.144087+0000 mon.smithi019 (mon.0) 1042 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:49.145866+0000 mon.smithi019 (mon.0) 1043 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:49.146158+0000 mon.smithi019 (mon.0) 1044 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:49.146470+0000 mon.smithi019 (mon.0) 1045 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:49.146774+0000 mon.smithi019 (mon.0) 1046 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:49.147058+0000 mon.smithi019 (mon.0) 1047 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.605 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:48:49.605 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:48:49.605 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:48:49.605 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:48:49.606 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:48:49.606 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:48:49.606 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:48:49.606 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:48:49.606 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T17:48:49.606 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:48:49.606 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:48:49.606 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:48:49.606 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:48:49.606 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:48:49.606 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 13 2024-02-06T17:48:49.606 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:48:49.606 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:48:49.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:47.913309+0000 mgr.smithi019.gohzab (mgr.34104) 333 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 314 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 6.3 MiB/s wr, 647 op/s 2024-02-06T17:48:49.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:48.201887+0000 mon.smithi019 (mon.0) 1035 : cluster [DBG] mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562] up:clientreplay 2024-02-06T17:48:49.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:48.201966+0000 mon.smithi019 (mon.0) 1036 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi019.mpqmyy=up:clientreplay} 2024-02-06T17:48:49.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:48.202804+0000 mon.smithi019 (mon.0) 1037 : cluster [INF] daemon mds.foofs.smithi019.mpqmyy is now active in filesystem foofs as rank 0 2024-02-06T17:48:49.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:48.570957+0000 mgr.smithi019.gohzab (mgr.34104) 334 : audit [DBG] from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:49.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:48.860518+0000 mgr.smithi019.gohzab (mgr.34104) 335 : audit [DBG] from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:49.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:49.140633+0000 mgr.smithi019.gohzab (mgr.34104) 336 : audit [DBG] from='client.34366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:49.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:49.142812+0000 mon.smithi019 (mon.0) 1038 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:48:49.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:49.143202+0000 mon.smithi019 (mon.0) 1039 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:49.143511+0000 mon.smithi019 (mon.0) 1040 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:49.143806+0000 mon.smithi019 (mon.0) 1041 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:49.144087+0000 mon.smithi019 (mon.0) 1042 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:49.145866+0000 mon.smithi019 (mon.0) 1043 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:48:49.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:49.146158+0000 mon.smithi019 (mon.0) 1044 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:49.146470+0000 mon.smithi019 (mon.0) 1045 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:49.146774+0000 mon.smithi019 (mon.0) 1046 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:49.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:49.147058+0000 mon.smithi019 (mon.0) 1047 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:48:50.028 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:48:50.028 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:48:50.028 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:48:50.028 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:48:50.028 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:48:50.028 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr", 2024-02-06T17:48:50.028 INFO:teuthology.orchestra.run.smithi019.stdout: "mon", 2024-02-06T17:48:50.028 INFO:teuthology.orchestra.run.smithi019.stdout: "osd", 2024-02-06T17:48:50.028 INFO:teuthology.orchestra.run.smithi019.stdout: "crash" 2024-02-06T17:48:50.028 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:48:50.028 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "15/23 daemons upgraded", 2024-02-06T17:48:50.029 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading mds daemons", 2024-02-06T17:48:50.029 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:48:50.029 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:48:50.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 119005 1.34 MB/sec execute 444 sec latency 4747.450 ms 2024-02-06T17:48:50.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:49.199200+0000 mon.smithi019 (mon.0) 1048 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-06T17:48:50.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:49.209525+0000 mon.smithi019 (mon.0) 1049 : cluster [DBG] mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562] up:active 2024-02-06T17:48:50.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:49.209597+0000 mon.smithi019 (mon.0) 1050 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi019.mpqmyy=up:active} 2024-02-06T17:48:50.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:49.605442+0000 mon.smithi019 (mon.0) 1051 : audit [DBG] from='client.? 172.21.15.19:0/2846094179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:50.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:49.913786+0000 mgr.smithi019.gohzab (mgr.34104) 337 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 6.1 MiB/s wr, 671 op/s 2024-02-06T17:48:50.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:50.027553+0000 mgr.smithi019.gohzab (mgr.34104) 338 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:50.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:49.199200+0000 mon.smithi019 (mon.0) 1048 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-06T17:48:50.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:49.209525+0000 mon.smithi019 (mon.0) 1049 : cluster [DBG] mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562] up:active 2024-02-06T17:48:50.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:49.209597+0000 mon.smithi019 (mon.0) 1050 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi019.mpqmyy=up:active} 2024-02-06T17:48:50.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:49.605442+0000 mon.smithi019 (mon.0) 1051 : audit [DBG] from='client.? 172.21.15.19:0/2846094179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:48:50.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:49.913786+0000 mgr.smithi019.gohzab (mgr.34104) 337 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 6.1 MiB/s wr, 671 op/s 2024-02-06T17:48:50.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:50.027553+0000 mgr.smithi019.gohzab (mgr.34104) 338 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:48:51.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 119560 1.36 MB/sec execute 445 sec latency 66.068 ms 2024-02-06T17:48:52.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 120287 1.42 MB/sec execute 446 sec latency 26.622 ms 2024-02-06T17:48:53.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 120810 1.47 MB/sec execute 447 sec latency 37.279 ms 2024-02-06T17:48:53.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:51.914236+0000 mgr.smithi019.gohzab (mgr.34104) 339 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 5.4 MiB/s wr, 765 op/s 2024-02-06T17:48:53.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:51.914236+0000 mgr.smithi019.gohzab (mgr.34104) 339 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 5.4 MiB/s wr, 765 op/s 2024-02-06T17:48:54.076 INFO:teuthology.orchestra.run.smithi019.stdout: 5 121176 1.48 MB/sec execute 448 sec latency 27.687 ms 2024-02-06T17:48:54.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:53.914776+0000 mgr.smithi019.gohzab (mgr.34104) 340 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 326 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 3.6 MiB/s wr, 367 op/s 2024-02-06T17:48:55.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 121558 1.49 MB/sec execute 449 sec latency 48.467 ms 2024-02-06T17:48:55.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:53.914776+0000 mgr.smithi019.gohzab (mgr.34104) 340 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 326 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 3.6 MiB/s wr, 367 op/s 2024-02-06T17:48:56.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 122049 1.52 MB/sec execute 450 sec latency 40.447 ms 2024-02-06T17:48:57.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 122732 1.54 MB/sec execute 451 sec latency 87.309 ms 2024-02-06T17:48:57.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:55.915262+0000 mgr.smithi019.gohzab (mgr.34104) 341 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 3.5 MiB/s wr, 331 op/s 2024-02-06T17:48:57.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:55.915262+0000 mgr.smithi019.gohzab (mgr.34104) 341 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 3.5 MiB/s wr, 331 op/s 2024-02-06T17:48:58.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 123312 1.57 MB/sec execute 452 sec latency 80.148 ms 2024-02-06T17:48:58.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:57.968878+0000 mon.smithi019 (mon.0) 1052 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-06T17:48:58.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:57.968922+0000 mon.smithi019 (mon.0) 1053 : cluster [INF] Cluster is now healthy 2024-02-06T17:48:58.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:57.975170+0000 mon.smithi019 (mon.0) 1054 : cluster [DBG] mds.? [v2:172.21.15.103:6832/1790700016,v1:172.21.15.103:6833/1790700016] up:boot 2024-02-06T17:48:58.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:57.975226+0000 mon.smithi019 (mon.0) 1055 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi019.mpqmyy=up:active} 1 up:standby 2024-02-06T17:48:58.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:57.975329+0000 mon.smithi019 (mon.0) 1056 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi103.xlxcbt"}]: dispatch 2024-02-06T17:48:58.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:57.968878+0000 mon.smithi019 (mon.0) 1052 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-06T17:48:58.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:57.968922+0000 mon.smithi019 (mon.0) 1053 : cluster [INF] Cluster is now healthy 2024-02-06T17:48:58.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:57.975170+0000 mon.smithi019 (mon.0) 1054 : cluster [DBG] mds.? [v2:172.21.15.103:6832/1790700016,v1:172.21.15.103:6833/1790700016] up:boot 2024-02-06T17:48:58.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:57.975226+0000 mon.smithi019 (mon.0) 1055 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi019.mpqmyy=up:active} 1 up:standby 2024-02-06T17:48:58.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:57.975329+0000 mon.smithi019 (mon.0) 1056 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi103.xlxcbt"}]: dispatch 2024-02-06T17:48:59.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 124407 1.67 MB/sec execute 453 sec latency 51.908 ms 2024-02-06T17:48:59.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:59 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:57.915814+0000 mgr.smithi019.gohzab (mgr.34104) 342 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 301 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 5.0 MiB/s wr, 579 op/s 2024-02-06T17:48:59.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:59 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:58.951599+0000 mon.smithi019 (mon.0) 1057 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:59.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:59 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:58.952816+0000 mon.smithi019 (mon.0) 1058 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:59.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:48:59 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:48:58.954991+0000 mon.smithi019 (mon.0) 1059 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:48:59.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:59 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:57.915814+0000 mgr.smithi019.gohzab (mgr.34104) 342 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 301 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 5.0 MiB/s wr, 579 op/s 2024-02-06T17:48:59.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:59 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:58.951599+0000 mon.smithi019 (mon.0) 1057 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:48:59.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:59 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:58.952816+0000 mon.smithi019 (mon.0) 1058 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:48:59.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:48:59 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:48:58.954991+0000 mon.smithi019 (mon.0) 1059 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:49:00.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 125040 1.68 MB/sec execute 454 sec latency 29.472 ms 2024-02-06T17:49:01.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 125534 1.71 MB/sec execute 455 sec latency 32.088 ms 2024-02-06T17:49:01.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:01 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:48:59.916359+0000 mgr.smithi019.gohzab (mgr.34104) 343 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 297 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.0 MiB/s rd, 5.6 MiB/s wr, 595 op/s 2024-02-06T17:49:01.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:48:59.916359+0000 mgr.smithi019.gohzab (mgr.34104) 343 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 297 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.0 MiB/s rd, 5.6 MiB/s wr, 595 op/s 2024-02-06T17:49:02.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 126227 1.73 MB/sec execute 456 sec latency 37.947 ms 2024-02-06T17:49:03.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 126650 1.74 MB/sec execute 457 sec latency 29.554 ms 2024-02-06T17:49:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:01.916821+0000 mgr.smithi019.gohzab (mgr.34104) 344 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 62 KiB/s rd, 7.9 MiB/s wr, 880 op/s 2024-02-06T17:49:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:02.036962+0000 mon.smithi019 (mon.0) 1060 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:03.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:01.916821+0000 mgr.smithi019.gohzab (mgr.34104) 344 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 62 KiB/s rd, 7.9 MiB/s wr, 880 op/s 2024-02-06T17:49:03.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:02.036962+0000 mon.smithi019 (mon.0) 1060 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 127659 1.83 MB/sec execute 458 sec latency 24.880 ms 2024-02-06T17:49:04.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.281458+0000 mon.smithi019 (mon.0) 1061 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.282416+0000 mon.smithi019 (mon.0) 1062 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:04.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.283093+0000 mon.smithi019 (mon.0) 1063 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:49:04.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:03.283796+0000 mgr.smithi019.gohzab (mgr.34104) 345 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:49:04.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.288292+0000 mon.smithi019 (mon.0) 1064 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.290633+0000 mon.smithi019 (mon.0) 1065 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:49:04.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:03.291008+0000 mgr.smithi019.gohzab (mgr.34104) 346 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:04.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:03.291078+0000 mgr.smithi019.gohzab (mgr.34104) 347 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:04.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.294243+0000 mon.smithi019 (mon.0) 1066 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.298246+0000 mon.smithi019 (mon.0) 1067 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:04.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.300788+0000 mon.smithi019 (mon.0) 1068 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.302202+0000 mon.smithi019 (mon.0) 1069 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.303381+0000 mon.smithi019 (mon.0) 1070 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.305077+0000 mon.smithi019 (mon.0) 1071 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.307675+0000 mon.smithi019 (mon.0) 1072 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:03.308619+0000 mgr.smithi019.gohzab (mgr.34104) 348 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.312268+0000 mon.smithi019 (mon.0) 1073 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.313203+0000 mon.smithi019 (mon.0) 1074 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi019.mpqmyy"}]: dispatch 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.318606+0000 mon.smithi019 (mon.0) 1075 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi019.mpqmyy"}]': finished 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.319366+0000 mon.smithi019 (mon.0) 1076 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi103.xlxcbt"}]: dispatch 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.323851+0000 mon.smithi019 (mon.0) 1077 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi103.xlxcbt"}]': finished 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.325382+0000 mon.smithi019 (mon.0) 1078 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:03.326234+0000 mgr.smithi019.gohzab (mgr.34104) 349 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.329966+0000 mon.smithi019 (mon.0) 1079 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.331185+0000 mon.smithi019 (mon.0) 1080 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:03.331783+0000 mgr.smithi019.gohzab (mgr.34104) 350 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-06T17:49:04.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.335948+0000 mon.smithi019 (mon.0) 1081 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.337335+0000 mon.smithi019 (mon.0) 1082 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.338988+0000 mon.smithi019 (mon.0) 1083 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:03.339766+0000 mgr.smithi019.gohzab (mgr.34104) 351 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-06T17:49:04.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:03.343707+0000 mon.smithi019 (mon.0) 1084 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:03.917384+0000 mgr.smithi019.gohzab (mgr.34104) 352 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 50 KiB/s rd, 7.8 MiB/s wr, 764 op/s 2024-02-06T17:49:04.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.281458+0000 mon.smithi019 (mon.0) 1061 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.282416+0000 mon.smithi019 (mon.0) 1062 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:04.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.283093+0000 mon.smithi019 (mon.0) 1063 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:49:04.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:03.283796+0000 mgr.smithi019.gohzab (mgr.34104) 345 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:49:04.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.288292+0000 mon.smithi019 (mon.0) 1064 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.290633+0000 mon.smithi019 (mon.0) 1065 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:49:04.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:03.291008+0000 mgr.smithi019.gohzab (mgr.34104) 346 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:04.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:03.291078+0000 mgr.smithi019.gohzab (mgr.34104) 347 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:04.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.294243+0000 mon.smithi019 (mon.0) 1066 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.298246+0000 mon.smithi019 (mon.0) 1067 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.300788+0000 mon.smithi019 (mon.0) 1068 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.302202+0000 mon.smithi019 (mon.0) 1069 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.303381+0000 mon.smithi019 (mon.0) 1070 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.305077+0000 mon.smithi019 (mon.0) 1071 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.307675+0000 mon.smithi019 (mon.0) 1072 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:03.308619+0000 mgr.smithi019.gohzab (mgr.34104) 348 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.312268+0000 mon.smithi019 (mon.0) 1073 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.313203+0000 mon.smithi019 (mon.0) 1074 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi019.mpqmyy"}]: dispatch 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.318606+0000 mon.smithi019 (mon.0) 1075 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi019.mpqmyy"}]': finished 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.319366+0000 mon.smithi019 (mon.0) 1076 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi103.xlxcbt"}]: dispatch 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.323851+0000 mon.smithi019 (mon.0) 1077 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi103.xlxcbt"}]': finished 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.325382+0000 mon.smithi019 (mon.0) 1078 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:03.326234+0000 mgr.smithi019.gohzab (mgr.34104) 349 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-06T17:49:04.676 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.329966+0000 mon.smithi019 (mon.0) 1079 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.676 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.331185+0000 mon.smithi019 (mon.0) 1080 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.676 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:03.331783+0000 mgr.smithi019.gohzab (mgr.34104) 350 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-06T17:49:04.676 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.335948+0000 mon.smithi019 (mon.0) 1081 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.676 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.337335+0000 mon.smithi019 (mon.0) 1082 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.676 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.338988+0000 mon.smithi019 (mon.0) 1083 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:04.676 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:03.339766+0000 mgr.smithi019.gohzab (mgr.34104) 351 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-06T17:49:04.676 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:03.343707+0000 mon.smithi019 (mon.0) 1084 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:04.676 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:03.917384+0000 mgr.smithi019.gohzab (mgr.34104) 352 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 310 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 50 KiB/s rd, 7.8 MiB/s wr, 764 op/s 2024-02-06T17:49:05.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 128474 1.86 MB/sec execute 459 sec latency 23.510 ms 2024-02-06T17:49:06.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 129087 1.90 MB/sec execute 460 sec latency 25.163 ms 2024-02-06T17:49:06.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:05.406555+0000 mgr.smithi019.gohzab (mgr.34104) 353 : cephadm [INF] Upgrade: Updating nfs.foo.0.0.smithi019.dexrcv (1/2) 2024-02-06T17:49:06.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:05.411530+0000 mon.smithi019 (mon.0) 1085 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:06.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:05.412340+0000 mgr.smithi019.gohzab (mgr.34104) 354 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.dexrcv 2024-02-06T17:49:06.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:05.412620+0000 mon.smithi019 (mon.0) 1086 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.dexrcv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-06T17:49:06.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:05.413317+0000 mgr.smithi019.gohzab (mgr.34104) 355 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-06T17:49:06.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:05.413554+0000 mon.smithi019 (mon.0) 1087 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-06T17:49:06.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:05.418044+0000 mon.smithi019 (mon.0) 1088 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-06T17:49:06.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:05.419579+0000 mon.smithi019 (mon.0) 1089 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:06.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:05.478059+0000 mon.smithi019 (mon.0) 1090 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-06T17:49:06.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:05.482480+0000 mon.smithi019 (mon.0) 1091 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-06T17:49:06.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:05.551585+0000 mgr.smithi019.gohzab (mgr.34104) 356 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-06T17:49:06.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:05.551712+0000 mgr.smithi019.gohzab (mgr.34104) 357 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.dexrcv-rgw 2024-02-06T17:49:06.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:05.552152+0000 mon.smithi019 (mon.0) 1092 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.dexrcv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:49:06.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:05.562343+0000 mon.smithi019 (mon.0) 1093 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:06.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:05.563629+0000 mgr.smithi019.gohzab (mgr.34104) 358 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi019.dexrcv on smithi019 2024-02-06T17:49:06.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:05.564329+0000 mon.smithi019 (mon.0) 1094 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "client.nfs.foo.0.0.smithi019.dexrcv","key": "container_image"}]: dispatch 2024-02-06T17:49:06.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:05.918111+0000 mgr.smithi019.gohzab (mgr.34104) 359 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 311 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 43 KiB/s rd, 8.3 MiB/s wr, 785 op/s 2024-02-06T17:49:06.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:05.406555+0000 mgr.smithi019.gohzab (mgr.34104) 353 : cephadm [INF] Upgrade: Updating nfs.foo.0.0.smithi019.dexrcv (1/2) 2024-02-06T17:49:06.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:05.411530+0000 mon.smithi019 (mon.0) 1085 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:06.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:05.412340+0000 mgr.smithi019.gohzab (mgr.34104) 354 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.dexrcv 2024-02-06T17:49:06.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:05.412620+0000 mon.smithi019 (mon.0) 1086 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.dexrcv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-06T17:49:06.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:05.413317+0000 mgr.smithi019.gohzab (mgr.34104) 355 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-06T17:49:06.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:05.413554+0000 mon.smithi019 (mon.0) 1087 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-06T17:49:06.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:05.418044+0000 mon.smithi019 (mon.0) 1088 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-06T17:49:06.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:05.419579+0000 mon.smithi019 (mon.0) 1089 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:06.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:05.478059+0000 mon.smithi019 (mon.0) 1090 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-06T17:49:06.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:05.482480+0000 mon.smithi019 (mon.0) 1091 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-06T17:49:06.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:05.551585+0000 mgr.smithi019.gohzab (mgr.34104) 356 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-06T17:49:06.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:05.551712+0000 mgr.smithi019.gohzab (mgr.34104) 357 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.dexrcv-rgw 2024-02-06T17:49:06.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:05.552152+0000 mon.smithi019 (mon.0) 1092 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.dexrcv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:49:06.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:05.562343+0000 mon.smithi019 (mon.0) 1093 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:06.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:05.563629+0000 mgr.smithi019.gohzab (mgr.34104) 358 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi019.dexrcv on smithi019 2024-02-06T17:49:06.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:05.564329+0000 mon.smithi019 (mon.0) 1094 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "client.nfs.foo.0.0.smithi019.dexrcv","key": "container_image"}]: dispatch 2024-02-06T17:49:06.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:05.918111+0000 mgr.smithi019.gohzab (mgr.34104) 359 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 311 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 43 KiB/s rd, 8.3 MiB/s wr, 785 op/s 2024-02-06T17:49:07.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 129878 1.92 MB/sec execute 461 sec latency 29.361 ms 2024-02-06T17:49:08.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130141 1.93 MB/sec execute 462 sec latency 370.751 ms 2024-02-06T17:49:09.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130141 1.92 MB/sec execute 463 sec latency 1370.821 ms 2024-02-06T17:49:09.264 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:07.918940+0000 mgr.smithi019.gohzab (mgr.34104) 360 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 302 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 45 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-02-06T17:49:09.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:07.918940+0000 mgr.smithi019.gohzab (mgr.34104) 360 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 302 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 45 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-02-06T17:49:10.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130141 1.92 MB/sec execute 464 sec latency 2370.935 ms 2024-02-06T17:49:10.490 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:09.324842+0000 mon.smithi019 (mon.0) 1095 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:10.490 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:09.919436+0000 mgr.smithi019.gohzab (mgr.34104) 361 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 301 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 868 op/s 2024-02-06T17:49:10.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:09.324842+0000 mon.smithi019 (mon.0) 1095 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:10.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:10 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:09.919436+0000 mgr.smithi019.gohzab (mgr.34104) 361 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 301 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 868 op/s 2024-02-06T17:49:11.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130141 1.91 MB/sec execute 465 sec latency 3370.987 ms 2024-02-06T17:49:12.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130141 1.91 MB/sec execute 466 sec latency 4371.085 ms 2024-02-06T17:49:12.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:10.845925+0000 mgr.smithi019.gohzab (mgr.34104) 362 : cephadm [INF] Upgrade: Updating nfs.foo.1.0.smithi103.cclqve (2/2) 2024-02-06T17:49:12.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:10.850764+0000 mon.smithi019 (mon.0) 1096 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:12.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:10.851517+0000 mgr.smithi019.gohzab (mgr.34104) 363 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi103.cclqve 2024-02-06T17:49:12.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:10.851833+0000 mon.smithi019 (mon.0) 1097 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi103.cclqve", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-06T17:49:12.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:10.852581+0000 mgr.smithi019.gohzab (mgr.34104) 364 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-06T17:49:12.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:10.852870+0000 mon.smithi019 (mon.0) 1098 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-06T17:49:12.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:10.858189+0000 mon.smithi019 (mon.0) 1099 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-06T17:49:12.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:10.859510+0000 mon.smithi019 (mon.0) 1100 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:12.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:10.845925+0000 mgr.smithi019.gohzab (mgr.34104) 362 : cephadm [INF] Upgrade: Updating nfs.foo.1.0.smithi103.cclqve (2/2) 2024-02-06T17:49:12.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:10.850764+0000 mon.smithi019 (mon.0) 1096 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:12.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:10.851517+0000 mgr.smithi019.gohzab (mgr.34104) 363 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi103.cclqve 2024-02-06T17:49:12.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:10.851833+0000 mon.smithi019 (mon.0) 1097 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi103.cclqve", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-06T17:49:12.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:10.852581+0000 mgr.smithi019.gohzab (mgr.34104) 364 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-06T17:49:12.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:10.852870+0000 mon.smithi019 (mon.0) 1098 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-06T17:49:12.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:10.858189+0000 mon.smithi019 (mon.0) 1099 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-06T17:49:12.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:10.859510+0000 mon.smithi019 (mon.0) 1100 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:12.963 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:11.920179+0000 mgr.smithi019.gohzab (mgr.34104) 365 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 299 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 869 op/s 2024-02-06T17:49:12.963 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:12.223528+0000 mon.smithi019 (mon.0) 1101 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-06T17:49:12.964 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:12.229550+0000 mon.smithi019 (mon.0) 1102 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-06T17:49:12.964 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:12.238138+0000 mds.foofs.smithi019.mpqmyy (mds.0) 5 : cluster [INF] Evicting (and blocklisting) client session 14690 (172.21.15.19:0/4074225623) 2024-02-06T17:49:12.964 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:12.238416+0000 mon.smithi019 (mon.0) 1103 : audit [INF] from='mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562]' entity='mds.foofs.smithi019.mpqmyy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.19:0/4074225623"}]: dispatch 2024-02-06T17:49:12.964 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:12.283791+0000 mon.smithi019 (mon.0) 1104 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi103.cclqve-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:49:12.964 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:12.286628+0000 mon.smithi019 (mon.0) 1105 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:12.964 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:12.287939+0000 mon.smithi019 (mon.0) 1106 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "client.nfs.foo.1.0.smithi103.cclqve","key": "container_image"}]: dispatch 2024-02-06T17:49:13.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130141 1.91 MB/sec execute 467 sec latency 5371.203 ms 2024-02-06T17:49:13.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:11.920179+0000 mgr.smithi019.gohzab (mgr.34104) 365 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 299 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 869 op/s 2024-02-06T17:49:13.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:12.223528+0000 mon.smithi019 (mon.0) 1101 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-06T17:49:13.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:12.229550+0000 mon.smithi019 (mon.0) 1102 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-06T17:49:13.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:12.238138+0000 mds.foofs.smithi019.mpqmyy (mds.0) 5 : cluster [INF] Evicting (and blocklisting) client session 14690 (172.21.15.19:0/4074225623) 2024-02-06T17:49:13.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:12.238416+0000 mon.smithi019 (mon.0) 1103 : audit [INF] from='mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562]' entity='mds.foofs.smithi019.mpqmyy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.19:0/4074225623"}]: dispatch 2024-02-06T17:49:13.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:12.283791+0000 mon.smithi019 (mon.0) 1104 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi103.cclqve-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:49:13.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:12.286628+0000 mon.smithi019 (mon.0) 1105 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:13.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:12.287939+0000 mon.smithi019 (mon.0) 1106 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "client.nfs.foo.1.0.smithi103.cclqve","key": "container_image"}]: dispatch 2024-02-06T17:49:14.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130199 1.90 MB/sec execute 468 sec latency 6127.227 ms 2024-02-06T17:49:14.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:12.283204+0000 mgr.smithi019.gohzab (mgr.34104) 366 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-06T17:49:14.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:12.283317+0000 mgr.smithi019.gohzab (mgr.34104) 367 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi103.cclqve-rgw 2024-02-06T17:49:14.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:12.287470+0000 mgr.smithi019.gohzab (mgr.34104) 368 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi103.cclqve on smithi103 2024-02-06T17:49:14.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:13.231613+0000 mon.smithi019 (mon.0) 1107 : audit [INF] from='mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562]' entity='mds.foofs.smithi019.mpqmyy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.19:0/4074225623"}]': finished 2024-02-06T17:49:14.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:13.231662+0000 mon.smithi019 (mon.0) 1108 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-02-06T17:49:14.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:12.283204+0000 mgr.smithi019.gohzab (mgr.34104) 366 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-06T17:49:14.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:12.283317+0000 mgr.smithi019.gohzab (mgr.34104) 367 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi103.cclqve-rgw 2024-02-06T17:49:14.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:12.287470+0000 mgr.smithi019.gohzab (mgr.34104) 368 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi103.cclqve on smithi103 2024-02-06T17:49:14.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:13.231613+0000 mon.smithi019 (mon.0) 1107 : audit [INF] from='mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562]' entity='mds.foofs.smithi019.mpqmyy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.19:0/4074225623"}]': finished 2024-02-06T17:49:14.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:13.231662+0000 mon.smithi019 (mon.0) 1108 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-02-06T17:49:15.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:13.920619+0000 mgr.smithi019.gohzab (mgr.34104) 369 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 299 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 607 op/s 2024-02-06T17:49:15.077 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130353 1.91 MB/sec execute 469 sec latency 678.718 ms 2024-02-06T17:49:15.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:13.920619+0000 mgr.smithi019.gohzab (mgr.34104) 369 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 299 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 607 op/s 2024-02-06T17:49:16.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130353 1.91 MB/sec execute 470 sec latency 1678.779 ms 2024-02-06T17:49:17.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130353 1.90 MB/sec execute 471 sec latency 2678.824 ms 2024-02-06T17:49:17.393 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:15.921166+0000 mgr.smithi019.gohzab (mgr.34104) 370 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 300 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 39 KiB/s rd, 5.1 MiB/s wr, 559 op/s 2024-02-06T17:49:17.393 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:16.075355+0000 mon.smithi019 (mon.0) 1109 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:17.393 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:16.076398+0000 mon.smithi019 (mon.0) 1110 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:17.393 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:16.078442+0000 mon.smithi019 (mon.0) 1111 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:49:17.393 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:16.078770+0000 mon.smithi019 (mon.0) 1112 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:49:17.469 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:15.921166+0000 mgr.smithi019.gohzab (mgr.34104) 370 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 300 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 39 KiB/s rd, 5.1 MiB/s wr, 559 op/s 2024-02-06T17:49:17.469 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:16.075355+0000 mon.smithi019 (mon.0) 1109 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:17.469 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:16.076398+0000 mon.smithi019 (mon.0) 1110 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:17.469 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:16.078442+0000 mon.smithi019 (mon.0) 1111 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:49:17.469 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:16.078770+0000 mon.smithi019 (mon.0) 1112 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:49:18.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130353 1.90 MB/sec execute 472 sec latency 3678.852 ms 2024-02-06T17:49:19.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130353 1.90 MB/sec execute 473 sec latency 4678.897 ms 2024-02-06T17:49:19.268 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:19 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:17.921933+0000 mgr.smithi019.gohzab (mgr.34104) 371 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 302 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 152 KiB/s rd, 2.0 MiB/s wr, 272 op/s 2024-02-06T17:49:19.268 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:19 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:18.980137+0000 mon.smithi019 (mon.0) 1113 : audit [INF] from='mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562]' entity='mds.foofs.smithi019.mpqmyy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.103:0/4288643275"}]: dispatch 2024-02-06T17:49:19.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:17.921933+0000 mgr.smithi019.gohzab (mgr.34104) 371 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 302 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 152 KiB/s rd, 2.0 MiB/s wr, 272 op/s 2024-02-06T17:49:19.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:18.980137+0000 mon.smithi019 (mon.0) 1113 : audit [INF] from='mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562]' entity='mds.foofs.smithi019.mpqmyy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.103:0/4288643275"}]: dispatch 2024-02-06T17:49:20.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130353 1.89 MB/sec execute 474 sec latency 5678.925 ms 2024-02-06T17:49:20.345 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:49:20.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:18.979943+0000 mds.foofs.smithi019.mpqmyy (mds.0) 6 : cluster [INF] Evicting (and blocklisting) client session 24577 (172.21.15.103:0/4288643275) 2024-02-06T17:49:20.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:19.737540+0000 mon.smithi019 (mon.0) 1114 : audit [INF] from='mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562]' entity='mds.foofs.smithi019.mpqmyy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.103:0/4288643275"}]': finished 2024-02-06T17:49:20.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:19.737619+0000 mon.smithi019 (mon.0) 1115 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-02-06T17:49:20.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:19.912796+0000 mon.smithi019 (mon.0) 1116 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:20.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:18.979943+0000 mds.foofs.smithi019.mpqmyy (mds.0) 6 : cluster [INF] Evicting (and blocklisting) client session 24577 (172.21.15.103:0/4288643275) 2024-02-06T17:49:20.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:19.737540+0000 mon.smithi019 (mon.0) 1114 : audit [INF] from='mds.? [v2:172.21.15.19:6834/3184955562,v1:172.21.15.19:6835/3184955562]' entity='mds.foofs.smithi019.mpqmyy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.103:0/4288643275"}]': finished 2024-02-06T17:49:20.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:19.737619+0000 mon.smithi019 (mon.0) 1115 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-02-06T17:49:20.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:19.912796+0000 mon.smithi019 (mon.0) 1116 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:20.960 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:49:20.960 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (13m) 0s ago 15m 21.5M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:49:20.961 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (5m) 0s ago 15m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:49:20.961 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (4m) 1s ago 14m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:49:20.961 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (13m) 0s ago 15m 37.1M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:49:20.961 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (45s) 0s ago 10m 42.0M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a918586d6ba8 2024-02-06T17:49:20.961 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (24s) 1s ago 10m 12.1M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 8e1bb44cd42a 2024-02-06T17:49:20.961 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (6m) 0s ago 16m 442M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:49:20.961 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (6m) 1s ago 15m 387M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:49:20.961 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (6m) 0s ago 17m 55.9M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:49:20.961 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (5m) 1s ago 15m 46.5M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:49:20.961 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (12s) 0s ago 7m 71.3M - 3.5 3dc0b58dc7ab 6bfcd3c0f165 2024-02-06T17:49:20.962 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (5s) 1s ago 7m 16.3M - 3.5 3dc0b58dc7ab c9a1d7dc6658 2024-02-06T17:49:20.962 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (14m) 0s ago 14m 17.1M - 0.18.1 e5a616e4b9cf b78ab3cb2e25 2024-02-06T17:49:20.962 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (14m) 1s ago 14m 16.9M - 0.18.1 e5a616e4b9cf e11b605f79c7 2024-02-06T17:49:20.962 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (4m) 0s ago 14m 203M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8b717c6300ef 2024-02-06T17:49:20.962 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (4m) 0s ago 14m 234M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab c145e664fd94 2024-02-06T17:49:20.962 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (3m) 0s ago 13m 147M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 9f4d167f6c5a 2024-02-06T17:49:20.962 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (3m) 0s ago 13m 201M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 559ebbba1aa2 2024-02-06T17:49:20.962 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (2m) 1s ago 12m 226M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b709e19a3a8b 2024-02-06T17:49:20.962 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (2m) 1s ago 12m 216M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ba7e79691248 2024-02-06T17:49:20.962 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (99s) 1s ago 12m 220M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b17bfa97adb9 2024-02-06T17:49:20.962 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (69s) 1s ago 11m 239M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ea5b7b334e19 2024-02-06T17:49:20.963 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (7m) 1s ago 14m 70.5M - 2.18.1 de242295e225 022e961862e3 2024-02-06T17:49:21.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 130537 1.91 MB/sec execute 475 sec latency 6509.816 ms 2024-02-06T17:49:21.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:19.922238+0000 mgr.smithi019.gohzab (mgr.34104) 372 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 302 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 190 KiB/s rd, 640 KiB/s wr, 81 op/s 2024-02-06T17:49:21.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.696321+0000 mon.smithi019 (mon.0) 1117 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:21.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.697178+0000 mon.smithi019 (mon.0) 1118 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:21.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.697830+0000 mon.smithi019 (mon.0) 1119 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:49:21.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.701777+0000 mon.smithi019 (mon.0) 1120 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:21.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.703931+0000 mon.smithi019 (mon.0) 1121 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:49:21.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.707822+0000 mon.smithi019 (mon.0) 1122 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:21.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.711303+0000 mon.smithi019 (mon.0) 1123 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:21.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.713364+0000 mon.smithi019 (mon.0) 1124 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.714488+0000 mon.smithi019 (mon.0) 1125 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.715542+0000 mon.smithi019 (mon.0) 1126 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.717042+0000 mon.smithi019 (mon.0) 1127 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.718704+0000 mon.smithi019 (mon.0) 1128 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.719617+0000 mon.smithi019 (mon.0) 1129 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.720529+0000 mon.smithi019 (mon.0) 1130 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.721555+0000 mon.smithi019 (mon.0) 1131 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.722632+0000 mon.smithi019 (mon.0) 1132 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.724067+0000 mon.smithi019 (mon.0) 1133 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.729107+0000 mon.smithi019 (mon.0) 1134 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:21.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.734183+0000 mon.smithi019 (mon.0) 1135 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi019.dexrcv"}]: dispatch 2024-02-06T17:49:21.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.737813+0000 mon.smithi019 (mon.0) 1136 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi019.dexrcv"}]': finished 2024-02-06T17:49:21.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.738514+0000 mon.smithi019 (mon.0) 1137 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi103.cclqve"}]: dispatch 2024-02-06T17:49:21.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.741653+0000 mon.smithi019 (mon.0) 1138 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi103.cclqve"}]': finished 2024-02-06T17:49:21.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.936469+0000 mon.smithi019 (mon.0) 1139 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:49:21.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.938469+0000 mon.smithi019 (mon.0) 1140 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.939221+0000 mon.smithi019 (mon.0) 1141 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.939989+0000 mon.smithi019 (mon.0) 1142 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.940559+0000 mon.smithi019 (mon.0) 1143 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.943866+0000 mon.smithi019 (mon.0) 1144 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:49:21.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.944301+0000 mon.smithi019 (mon.0) 1145 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.944782+0000 mon.smithi019 (mon.0) 1146 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.945359+0000 mon.smithi019 (mon.0) 1147 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.433 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.945871+0000 mon.smithi019 (mon.0) 1148 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.523 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:49:21.523 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:49:21.523 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:49:21.524 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:49:21.524 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:49:21.524 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:49:21.524 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:49:21.524 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:49:21.524 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T17:49:21.524 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:49:21.524 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:49:21.524 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:49:21.524 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:49:21.524 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:49:21.525 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 14 2024-02-06T17:49:21.525 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:49:21.525 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:49:21.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:19.922238+0000 mgr.smithi019.gohzab (mgr.34104) 372 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 302 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 190 KiB/s rd, 640 KiB/s wr, 81 op/s 2024-02-06T17:49:21.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.696321+0000 mon.smithi019 (mon.0) 1117 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:21.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.697178+0000 mon.smithi019 (mon.0) 1118 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:21.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.697830+0000 mon.smithi019 (mon.0) 1119 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:49:21.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.701777+0000 mon.smithi019 (mon.0) 1120 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:21.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.703931+0000 mon.smithi019 (mon.0) 1121 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:49:21.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.707822+0000 mon.smithi019 (mon.0) 1122 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:21.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.711303+0000 mon.smithi019 (mon.0) 1123 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:21.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.713364+0000 mon.smithi019 (mon.0) 1124 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.714488+0000 mon.smithi019 (mon.0) 1125 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.715542+0000 mon.smithi019 (mon.0) 1126 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.717042+0000 mon.smithi019 (mon.0) 1127 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.718704+0000 mon.smithi019 (mon.0) 1128 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.719617+0000 mon.smithi019 (mon.0) 1129 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.720529+0000 mon.smithi019 (mon.0) 1130 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.721555+0000 mon.smithi019 (mon.0) 1131 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.722632+0000 mon.smithi019 (mon.0) 1132 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.724067+0000 mon.smithi019 (mon.0) 1133 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:21.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.729107+0000 mon.smithi019 (mon.0) 1134 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:21.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.734183+0000 mon.smithi019 (mon.0) 1135 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi019.dexrcv"}]: dispatch 2024-02-06T17:49:21.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.737813+0000 mon.smithi019 (mon.0) 1136 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi019.dexrcv"}]': finished 2024-02-06T17:49:21.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.738514+0000 mon.smithi019 (mon.0) 1137 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi103.cclqve"}]: dispatch 2024-02-06T17:49:21.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.741653+0000 mon.smithi019 (mon.0) 1138 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi103.cclqve"}]': finished 2024-02-06T17:49:21.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.936469+0000 mon.smithi019 (mon.0) 1139 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:49:21.573 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.938469+0000 mon.smithi019 (mon.0) 1140 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.939221+0000 mon.smithi019 (mon.0) 1141 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.939989+0000 mon.smithi019 (mon.0) 1142 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.940559+0000 mon.smithi019 (mon.0) 1143 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.943866+0000 mon.smithi019 (mon.0) 1144 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:49:21.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.944301+0000 mon.smithi019 (mon.0) 1145 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.944782+0000 mon.smithi019 (mon.0) 1146 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.945359+0000 mon.smithi019 (mon.0) 1147 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:21.574 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.945871+0000 mon.smithi019 (mon.0) 1148 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:22.011 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:49:22.011 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout: "mon", 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout: "crash", 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout: "nfs", 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout: "mds", 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr", 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout: "osd" 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "18/23 daemons upgraded", 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading node-exporter daemons", 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:49:22.012 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:49:22.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 131437 1.99 MB/sec execute 476 sec latency 17.595 ms 2024-02-06T17:49:22.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.334595+0000 mgr.smithi019.gohzab (mgr.34104) 373 : audit [DBG] from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:22.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.630288+0000 mgr.smithi019.gohzab (mgr.34104) 374 : audit [DBG] from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:22.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:20.698395+0000 mgr.smithi019.gohzab (mgr.34104) 375 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:49:22.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:20.704301+0000 mgr.smithi019.gohzab (mgr.34104) 376 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:22.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:20.704371+0000 mgr.smithi019.gohzab (mgr.34104) 377 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:22.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:20.724664+0000 mgr.smithi019.gohzab (mgr.34104) 378 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-06T17:49:22.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:20.931450+0000 mgr.smithi019.gohzab (mgr.34104) 379 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:22.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:21.523367+0000 mon.smithi103 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.19:0/1468709311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:22.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.334595+0000 mgr.smithi019.gohzab (mgr.34104) 373 : audit [DBG] from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:22.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.630288+0000 mgr.smithi019.gohzab (mgr.34104) 374 : audit [DBG] from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:22.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:20.698395+0000 mgr.smithi019.gohzab (mgr.34104) 375 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:49:22.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:20.704301+0000 mgr.smithi019.gohzab (mgr.34104) 376 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:22.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:20.704371+0000 mgr.smithi019.gohzab (mgr.34104) 377 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:22.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:20.724664+0000 mgr.smithi019.gohzab (mgr.34104) 378 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-06T17:49:22.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:20.931450+0000 mgr.smithi019.gohzab (mgr.34104) 379 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:22.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:21.523367+0000 mon.smithi103 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.19:0/1468709311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:23.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 131902 1.99 MB/sec execute 477 sec latency 30.590 ms 2024-02-06T17:49:23.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:23 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:21.922837+0000 mgr.smithi019.gohzab (mgr.34104) 380 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 223 KiB/s rd, 1.5 MiB/s wr, 154 op/s 2024-02-06T17:49:23.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:23 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:22.007824+0000 mgr.smithi019.gohzab (mgr.34104) 381 : audit [DBG] from='client.44367 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:23.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:21.922837+0000 mgr.smithi019.gohzab (mgr.34104) 380 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 223 KiB/s rd, 1.5 MiB/s wr, 154 op/s 2024-02-06T17:49:23.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:22.007824+0000 mgr.smithi019.gohzab (mgr.34104) 381 : audit [DBG] from='client.44367 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:24.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 132284 2.00 MB/sec execute 478 sec latency 34.270 ms 2024-02-06T17:49:24.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:22.452071+0000 mgr.smithi019.gohzab (mgr.34104) 382 : cephadm [INF] Upgrade: Updating node-exporter.smithi019 (1/2) 2024-02-06T17:49:24.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:22.452226+0000 mgr.smithi019.gohzab (mgr.34104) 383 : cephadm [INF] Deploying daemon node-exporter.smithi019 on smithi019 2024-02-06T17:49:24.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:22.452071+0000 mgr.smithi019.gohzab (mgr.34104) 382 : cephadm [INF] Upgrade: Updating node-exporter.smithi019 (1/2) 2024-02-06T17:49:24.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:22.452226+0000 mgr.smithi019.gohzab (mgr.34104) 383 : cephadm [INF] Deploying daemon node-exporter.smithi019 on smithi019 2024-02-06T17:49:25.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 133180 2.04 MB/sec execute 479 sec latency 30.935 ms 2024-02-06T17:49:25.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:23.923349+0000 mgr.smithi019.gohzab (mgr.34104) 384 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 307 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 234 KiB/s rd, 1.6 MiB/s wr, 144 op/s 2024-02-06T17:49:25.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:24.100703+0000 mon.smithi019 (mon.0) 1149 : cluster [DBG] mgrmap e44: smithi019.gohzab(active, since 5m), standbys: smithi103.bisajp 2024-02-06T17:49:25.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:23.923349+0000 mgr.smithi019.gohzab (mgr.34104) 384 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 307 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 234 KiB/s rd, 1.6 MiB/s wr, 144 op/s 2024-02-06T17:49:25.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:24.100703+0000 mon.smithi019 (mon.0) 1149 : cluster [DBG] mgrmap e44: smithi019.gohzab(active, since 5m), standbys: smithi103.bisajp 2024-02-06T17:49:26.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 133993 2.08 MB/sec execute 480 sec latency 27.085 ms 2024-02-06T17:49:27.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 134542 2.12 MB/sec execute 481 sec latency 30.071 ms 2024-02-06T17:49:27.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:27 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:25.923781+0000 mgr.smithi019.gohzab (mgr.34104) 385 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 304 KiB/s rd, 2.3 MiB/s wr, 164 op/s 2024-02-06T17:49:27.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:27 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:25.923781+0000 mgr.smithi019.gohzab (mgr.34104) 385 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 304 KiB/s rd, 2.3 MiB/s wr, 164 op/s 2024-02-06T17:49:28.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 134974 2.16 MB/sec execute 482 sec latency 46.335 ms 2024-02-06T17:49:28.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:27.645436+0000 mon.smithi019 (mon.0) 1150 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:28.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:27.924262+0000 mgr.smithi019.gohzab (mgr.34104) 386 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 369 KiB/s rd, 4.6 MiB/s wr, 400 op/s 2024-02-06T17:49:28.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:27.645436+0000 mon.smithi019 (mon.0) 1150 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:28.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:27.924262+0000 mgr.smithi019.gohzab (mgr.34104) 386 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 309 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 369 KiB/s rd, 4.6 MiB/s wr, 400 op/s 2024-02-06T17:49:29.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 135206 2.16 MB/sec execute 483 sec latency 47.549 ms 2024-02-06T17:49:30.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 135605 2.16 MB/sec execute 484 sec latency 54.477 ms 2024-02-06T17:49:31.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 135939 2.17 MB/sec execute 485 sec latency 48.235 ms 2024-02-06T17:49:31.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:30 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:29.390611+0000 mgr.smithi019.gohzab (mgr.34104) 387 : cephadm [INF] Upgrade: Updating node-exporter.smithi103 (2/2) 2024-02-06T17:49:31.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:30 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:29.390842+0000 mgr.smithi019.gohzab (mgr.34104) 388 : cephadm [INF] Deploying daemon node-exporter.smithi103 on smithi103 2024-02-06T17:49:31.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:30 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:29.924811+0000 mgr.smithi019.gohzab (mgr.34104) 389 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 313 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 437 KiB/s rd, 6.5 MiB/s wr, 576 op/s 2024-02-06T17:49:31.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:30 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:29.390611+0000 mgr.smithi019.gohzab (mgr.34104) 387 : cephadm [INF] Upgrade: Updating node-exporter.smithi103 (2/2) 2024-02-06T17:49:31.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:30 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:29.390842+0000 mgr.smithi019.gohzab (mgr.34104) 388 : cephadm [INF] Deploying daemon node-exporter.smithi103 on smithi103 2024-02-06T17:49:31.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:30 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:29.924811+0000 mgr.smithi019.gohzab (mgr.34104) 389 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 313 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 437 KiB/s rd, 6.5 MiB/s wr, 576 op/s 2024-02-06T17:49:32.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:31.881078+0000 mon.smithi019 (mon.0) 1151 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-02-06T17:49:32.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:31.881382+0000 mon.smithi019 (mon.0) 1152 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-02-06T17:49:32.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:31.881661+0000 mon.smithi019 (mon.0) 1153 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-06T17:49:32.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:31.881929+0000 mon.smithi019 (mon.0) 1154 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T17:49:32.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 136379 2.20 MB/sec execute 486 sec latency 74.396 ms 2024-02-06T17:49:32.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:31.881078+0000 mon.smithi019 (mon.0) 1151 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-02-06T17:49:32.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:31.881382+0000 mon.smithi019 (mon.0) 1152 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-02-06T17:49:32.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:31.881661+0000 mon.smithi019 (mon.0) 1153 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-02-06T17:49:32.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:31.881929+0000 mon.smithi019 (mon.0) 1154 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T17:49:33.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 137019 2.21 MB/sec execute 487 sec latency 74.496 ms 2024-02-06T17:49:33.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:31.925246+0000 mgr.smithi019.gohzab (mgr.34104) 390 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 371 KiB/s rd, 6.7 MiB/s wr, 619 op/s 2024-02-06T17:49:33.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:31.925246+0000 mgr.smithi019.gohzab (mgr.34104) 390 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 371 KiB/s rd, 6.7 MiB/s wr, 619 op/s 2024-02-06T17:49:34.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 137378 2.22 MB/sec execute 488 sec latency 91.246 ms 2024-02-06T17:49:35.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:33.925775+0000 mgr.smithi019.gohzab (mgr.34104) 391 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 318 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 338 KiB/s rd, 6.6 MiB/s wr, 649 op/s 2024-02-06T17:49:35.078 INFO:teuthology.orchestra.run.smithi019.stdout: 5 138226 2.29 MB/sec execute 489 sec latency 27.520 ms 2024-02-06T17:49:35.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:33.925775+0000 mgr.smithi019.gohzab (mgr.34104) 391 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 318 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 338 KiB/s rd, 6.6 MiB/s wr, 649 op/s 2024-02-06T17:49:36.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 138670 2.33 MB/sec execute 490 sec latency 33.672 ms 2024-02-06T17:49:37.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 138980 2.32 MB/sec execute 491 sec latency 44.301 ms 2024-02-06T17:49:37.270 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:35.926216+0000 mgr.smithi019.gohzab (mgr.34104) 392 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 316 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 305 KiB/s rd, 7.2 MiB/s wr, 727 op/s 2024-02-06T17:49:37.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:35.926216+0000 mgr.smithi019.gohzab (mgr.34104) 392 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 316 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 305 KiB/s rd, 7.2 MiB/s wr, 727 op/s 2024-02-06T17:49:38.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 139263 2.33 MB/sec execute 492 sec latency 47.893 ms 2024-02-06T17:49:38.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:37.460137+0000 mon.smithi019 (mon.0) 1155 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:38.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:37.461106+0000 mon.smithi019 (mon.0) 1156 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:38.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:37.462508+0000 mon.smithi019 (mon.0) 1157 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:49:38.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:37.462744+0000 mon.smithi019 (mon.0) 1158 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:49:38.572 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:38 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:37.926720+0000 mgr.smithi019.gohzab (mgr.34104) 393 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 314 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 225 KiB/s rd, 8.5 MiB/s wr, 869 op/s 2024-02-06T17:49:38.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:37.460137+0000 mon.smithi019 (mon.0) 1155 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:38.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:37.461106+0000 mon.smithi019 (mon.0) 1156 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:38.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:37.462508+0000 mon.smithi019 (mon.0) 1157 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:49:38.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:37.462744+0000 mon.smithi019 (mon.0) 1158 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:49:38.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:37.926720+0000 mgr.smithi019.gohzab (mgr.34104) 393 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 314 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 225 KiB/s rd, 8.5 MiB/s wr, 869 op/s 2024-02-06T17:49:39.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 139650 2.34 MB/sec execute 493 sec latency 41.987 ms 2024-02-06T17:49:40.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 140158 2.36 MB/sec execute 494 sec latency 79.187 ms 2024-02-06T17:49:40.984 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:40 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:39.927189+0000 mgr.smithi019.gohzab (mgr.34104) 394 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 316 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 71 KiB/s rd, 7.3 MiB/s wr, 720 op/s 2024-02-06T17:49:41.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 140760 2.38 MB/sec execute 495 sec latency 73.922 ms 2024-02-06T17:49:41.260 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:40 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:39.927189+0000 mgr.smithi019.gohzab (mgr.34104) 394 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 316 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 71 KiB/s rd, 7.3 MiB/s wr, 720 op/s 2024-02-06T17:49:42.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 141362 2.43 MB/sec execute 496 sec latency 19.775 ms 2024-02-06T17:49:42.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:41.670463+0000 mon.smithi019 (mon.0) 1159 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:42.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:41.927775+0000 mgr.smithi019.gohzab (mgr.34104) 395 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 314 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 6.7 MiB/s wr, 693 op/s 2024-02-06T17:49:43.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:41.670463+0000 mon.smithi019 (mon.0) 1159 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:43.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:41.927775+0000 mgr.smithi019.gohzab (mgr.34104) 395 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 314 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 6.7 MiB/s wr, 693 op/s 2024-02-06T17:49:43.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 142059 2.47 MB/sec execute 497 sec latency 29.865 ms 2024-02-06T17:49:44.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 142278 2.48 MB/sec execute 498 sec latency 31.103 ms 2024-02-06T17:49:45.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:43.928211+0000 mgr.smithi019.gohzab (mgr.34104) 396 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 312 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 6.4 MiB/s wr, 693 op/s 2024-02-06T17:49:45.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.638830+0000 mon.smithi019 (mon.0) 1160 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:45.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 142614 2.48 MB/sec execute 499 sec latency 51.017 ms 2024-02-06T17:49:45.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:43.928211+0000 mgr.smithi019.gohzab (mgr.34104) 396 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 312 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 6.4 MiB/s wr, 693 op/s 2024-02-06T17:49:45.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.638830+0000 mon.smithi019 (mon.0) 1160 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:45.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.967645+0000 mon.smithi019 (mon.0) 1161 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:45.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.968344+0000 mon.smithi019 (mon.0) 1162 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:49:45.822 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:44.968945+0000 mgr.smithi019.gohzab (mgr.34104) 397 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:49:45.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.972197+0000 mon.smithi019 (mon.0) 1163 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:45.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.974544+0000 mon.smithi019 (mon.0) 1164 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:49:45.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:44.975001+0000 mgr.smithi019.gohzab (mgr.34104) 398 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:45.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:44.975075+0000 mgr.smithi019.gohzab (mgr.34104) 399 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:45.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.978781+0000 mon.smithi019 (mon.0) 1165 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:45.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.981867+0000 mon.smithi019 (mon.0) 1166 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:45.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.983933+0000 mon.smithi019 (mon.0) 1167 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:45.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.985704+0000 mon.smithi019 (mon.0) 1168 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:45.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.987454+0000 mon.smithi019 (mon.0) 1169 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:45.823 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.989186+0000 mon.smithi019 (mon.0) 1170 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:45.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.990818+0000 mon.smithi019 (mon.0) 1171 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:45.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.991660+0000 mon.smithi019 (mon.0) 1172 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:45.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.992505+0000 mon.smithi019 (mon.0) 1173 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:45.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.993331+0000 mon.smithi019 (mon.0) 1174 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:45.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.994165+0000 mon.smithi019 (mon.0) 1175 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:45.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.995181+0000 mon.smithi019 (mon.0) 1176 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:45.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:44.996326+0000 mon.smithi019 (mon.0) 1177 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:46.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 143019 2.49 MB/sec execute 500 sec latency 29.919 ms 2024-02-06T17:49:46.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.967645+0000 mon.smithi019 (mon.0) 1161 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:46.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.968344+0000 mon.smithi019 (mon.0) 1162 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:49:46.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:44.968945+0000 mgr.smithi019.gohzab (mgr.34104) 397 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:49:46.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.972197+0000 mon.smithi019 (mon.0) 1163 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:46.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.974544+0000 mon.smithi019 (mon.0) 1164 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:49:46.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:44.975001+0000 mgr.smithi019.gohzab (mgr.34104) 398 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:46.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:44.975075+0000 mgr.smithi019.gohzab (mgr.34104) 399 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:46.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.978781+0000 mon.smithi019 (mon.0) 1165 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:46.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.981867+0000 mon.smithi019 (mon.0) 1166 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:46.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.983933+0000 mon.smithi019 (mon.0) 1167 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:46.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.985704+0000 mon.smithi019 (mon.0) 1168 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:46.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.987454+0000 mon.smithi019 (mon.0) 1169 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:46.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.989186+0000 mon.smithi019 (mon.0) 1170 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:46.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.990818+0000 mon.smithi019 (mon.0) 1171 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:46.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.991660+0000 mon.smithi019 (mon.0) 1172 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:46.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.992505+0000 mon.smithi019 (mon.0) 1173 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:46.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.993331+0000 mon.smithi019 (mon.0) 1174 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:46.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.994165+0000 mon.smithi019 (mon.0) 1175 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:46.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.995181+0000 mon.smithi019 (mon.0) 1176 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:46.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:44.996326+0000 mon.smithi019 (mon.0) 1177 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:47.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:46 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:45.928714+0000 mgr.smithi019.gohzab (mgr.34104) 400 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.5 MiB/s wr, 630 op/s 2024-02-06T17:49:47.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 143559 2.52 MB/sec execute 501 sec latency 57.474 ms 2024-02-06T17:49:47.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:45.928714+0000 mgr.smithi019.gohzab (mgr.34104) 400 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.5 MiB/s wr, 630 op/s 2024-02-06T17:49:47.750 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:46.671608+0000 mgr.smithi019.gohzab (mgr.34104) 401 : cephadm [INF] Upgrade: Updating prometheus.smithi103 2024-02-06T17:49:47.751 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:46.680476+0000 mgr.smithi019.gohzab (mgr.34104) 402 : cephadm [INF] Deploying daemon prometheus.smithi103 on smithi103 2024-02-06T17:49:47.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:46.671608+0000 mgr.smithi019.gohzab (mgr.34104) 401 : cephadm [INF] Upgrade: Updating prometheus.smithi103 2024-02-06T17:49:47.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:46.680476+0000 mgr.smithi019.gohzab (mgr.34104) 402 : cephadm [INF] Deploying daemon prometheus.smithi103 on smithi103 2024-02-06T17:49:48.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 144231 2.53 MB/sec execute 502 sec latency 29.601 ms 2024-02-06T17:49:49.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:48 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:47.930509+0000 mgr.smithi019.gohzab (mgr.34104) 403 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 326 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.9 MiB/s wr, 793 op/s 2024-02-06T17:49:49.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 144631 2.56 MB/sec execute 503 sec latency 33.168 ms 2024-02-06T17:49:49.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:48 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:47.930509+0000 mgr.smithi019.gohzab (mgr.34104) 403 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 326 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.9 MiB/s wr, 793 op/s 2024-02-06T17:49:50.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 145206 2.59 MB/sec execute 504 sec latency 31.060 ms 2024-02-06T17:49:51.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 145641 2.63 MB/sec execute 505 sec latency 49.237 ms 2024-02-06T17:49:51.316 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:50 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:49.931072+0000 mgr.smithi019.gohzab (mgr.34104) 404 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 319 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.6 MiB/s wr, 664 op/s 2024-02-06T17:49:51.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:50 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:49.931072+0000 mgr.smithi019.gohzab (mgr.34104) 404 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 319 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.6 MiB/s wr, 664 op/s 2024-02-06T17:49:52.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 145948 2.63 MB/sec execute 506 sec latency 33.800 ms 2024-02-06T17:49:52.477 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:49:53.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:51.931518+0000 mgr.smithi019.gohzab (mgr.34104) 405 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 318 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 7.5 MiB/s wr, 812 op/s 2024-02-06T17:49:53.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:52.417511+0000 mon.smithi019 (mon.0) 1178 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:53.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:52.418677+0000 mon.smithi019 (mon.0) 1179 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:53.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:52 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:52.421097+0000 mon.smithi019 (mon.0) 1180 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:49:53.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 146510 2.64 MB/sec execute 507 sec latency 47.054 ms 2024-02-06T17:49:53.404 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:49:53.404 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (14m) 8s ago 16m 21.5M - 0.20.0 0881eb8f169f 1e688f9e3c3e 2024-02-06T17:49:53.405 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (5m) 8s ago 16m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:49:53.405 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (5m) 11s ago 14m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:49:53.405 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (14m) 8s ago 15m 37.1M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:49:53.405 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (78s) 8s ago 10m 42.5M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a918586d6ba8 2024-02-06T17:49:53.405 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (57s) 11s ago 10m 12.4M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 8e1bb44cd42a 2024-02-06T17:49:53.405 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (7m) 8s ago 17m 442M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:49:53.405 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (6m) 11s ago 15m 387M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:49:53.405 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (6m) 8s ago 17m 57.8M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:49:53.405 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (6m) 11s ago 15m 50.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:49:53.405 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (44s) 8s ago 8m 111M - 3.5 3dc0b58dc7ab 6bfcd3c0f165 2024-02-06T17:49:53.406 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (37s) 11s ago 7m 65.6M - 3.5 3dc0b58dc7ab c9a1d7dc6658 2024-02-06T17:49:53.406 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (26s) 8s ago 15m 10.2M - 1.3.1 1dbe0e931976 439e909a9e86 2024-02-06T17:49:53.406 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (16s) 11s ago 15m 3271k - 1.3.1 1dbe0e931976 57270b2570b7 2024-02-06T17:49:53.406 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (5m) 8s ago 15m 233M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8b717c6300ef 2024-02-06T17:49:53.406 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (4m) 8s ago 14m 248M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab c145e664fd94 2024-02-06T17:49:53.406 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (4m) 8s ago 14m 160M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 9f4d167f6c5a 2024-02-06T17:49:53.406 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (3m) 8s ago 13m 222M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 559ebbba1aa2 2024-02-06T17:49:53.406 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (3m) 11s ago 13m 268M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b709e19a3a8b 2024-02-06T17:49:53.406 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (2m) 11s ago 13m 255M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ba7e79691248 2024-02-06T17:49:53.406 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (2m) 11s ago 12m 237M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b17bfa97adb9 2024-02-06T17:49:53.406 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (102s) 11s ago 12m 291M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ea5b7b334e19 2024-02-06T17:49:53.407 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 starting - - - - 2024-02-06T17:49:53.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:51.931518+0000 mgr.smithi019.gohzab (mgr.34104) 405 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 318 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 7.5 MiB/s wr, 812 op/s 2024-02-06T17:49:53.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:52.417511+0000 mon.smithi019 (mon.0) 1178 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:53.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:52.418677+0000 mon.smithi019 (mon.0) 1179 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:53.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:52 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:52.421097+0000 mon.smithi019 (mon.0) 1180 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:49:53.960 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:49:53.961 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:49:53.961 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:49:53.961 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:49:53.961 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:49:53.961 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:49:53.961 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:49:53.961 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:49:53.961 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T17:49:53.961 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:49:53.961 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:49:53.962 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:49:53.962 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:49:53.962 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:49:53.962 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 14 2024-02-06T17:49:53.962 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:49:53.962 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:49:54.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 147328 2.68 MB/sec execute 508 sec latency 29.377 ms 2024-02-06T17:49:54.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:52.458369+0000 mgr.smithi019.gohzab (mgr.34104) 406 : audit [DBG] from='client.44371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:54.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:52.929558+0000 mgr.smithi019.gohzab (mgr.34104) 407 : audit [DBG] from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:54.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:53.386634+0000 mon.smithi019 (mon.0) 1181 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:49:54.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:53.387724+0000 mon.smithi019 (mon.0) 1182 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:53.388188+0000 mon.smithi019 (mon.0) 1183 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:53.388544+0000 mon.smithi019 (mon.0) 1184 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:53.388864+0000 mon.smithi019 (mon.0) 1185 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:53.391629+0000 mon.smithi019 (mon.0) 1186 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:49:54.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:53.392090+0000 mon.smithi019 (mon.0) 1187 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:53.392507+0000 mon.smithi019 (mon.0) 1188 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:53.392945+0000 mon.smithi019 (mon.0) 1189 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:53.393326+0000 mon.smithi019 (mon.0) 1190 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:53.960228+0000 mon.smithi103 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.19:0/97453006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:54.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:52.458369+0000 mgr.smithi019.gohzab (mgr.34104) 406 : audit [DBG] from='client.44371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:54.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:52.929558+0000 mgr.smithi019.gohzab (mgr.34104) 407 : audit [DBG] from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:54.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:53.386634+0000 mon.smithi019 (mon.0) 1181 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:49:54.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:53.387724+0000 mon.smithi019 (mon.0) 1182 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:53.388188+0000 mon.smithi019 (mon.0) 1183 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:53.388544+0000 mon.smithi019 (mon.0) 1184 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:53.388864+0000 mon.smithi019 (mon.0) 1185 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:53.391629+0000 mon.smithi019 (mon.0) 1186 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:49:54.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:53.392090+0000 mon.smithi019 (mon.0) 1187 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:53.392507+0000 mon.smithi019 (mon.0) 1188 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:53.392945+0000 mon.smithi019 (mon.0) 1189 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:53.393326+0000 mon.smithi019 (mon.0) 1190 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:49:54.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:53.960228+0000 mon.smithi103 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.19:0/97453006' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:54.439 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:49:54.439 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:49:54.439 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:49:54.439 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:49:54.439 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:49:54.439 INFO:teuthology.orchestra.run.smithi019.stdout: "mon", 2024-02-06T17:49:54.439 INFO:teuthology.orchestra.run.smithi019.stdout: "crash", 2024-02-06T17:49:54.439 INFO:teuthology.orchestra.run.smithi019.stdout: "nfs", 2024-02-06T17:49:54.439 INFO:teuthology.orchestra.run.smithi019.stdout: "mds", 2024-02-06T17:49:54.439 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr", 2024-02-06T17:49:54.439 INFO:teuthology.orchestra.run.smithi019.stdout: "osd" 2024-02-06T17:49:54.439 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:49:54.439 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "18/23 daemons upgraded", 2024-02-06T17:49:54.440 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading prometheus daemons", 2024-02-06T17:49:54.440 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:49:54.440 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:49:55.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 148125 2.71 MB/sec execute 509 sec latency 24.090 ms 2024-02-06T17:49:55.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:53.383106+0000 mgr.smithi019.gohzab (mgr.34104) 408 : audit [DBG] from='client.44379 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:55.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:53.931977+0000 mgr.smithi019.gohzab (mgr.34104) 409 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 6.9 MiB/s wr, 706 op/s 2024-02-06T17:49:55.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:53.383106+0000 mgr.smithi019.gohzab (mgr.34104) 408 : audit [DBG] from='client.44379 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:55.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:53.931977+0000 mgr.smithi019.gohzab (mgr.34104) 409 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 6.9 MiB/s wr, 706 op/s 2024-02-06T17:49:56.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 149135 2.79 MB/sec execute 510 sec latency 31.447 ms 2024-02-06T17:49:56.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:55 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:54.438770+0000 mgr.smithi019.gohzab (mgr.34104) 410 : audit [DBG] from='client.34456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:56.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:55 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:54.438770+0000 mgr.smithi019.gohzab (mgr.34104) 410 : audit [DBG] from='client.34456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:49:57.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 149769 2.80 MB/sec execute 511 sec latency 36.284 ms 2024-02-06T17:49:57.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:55.932507+0000 mgr.smithi019.gohzab (mgr.34104) 411 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.8 MiB/s wr, 610 op/s 2024-02-06T17:49:57.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.850908+0000 mon.smithi019 (mon.0) 1191 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:57.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.851903+0000 mon.smithi019 (mon.0) 1192 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:57.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.852834+0000 mon.smithi019 (mon.0) 1193 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:49:57.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.858345+0000 mon.smithi019 (mon.0) 1194 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:57.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.861576+0000 mon.smithi019 (mon.0) 1195 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:49:57.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.866641+0000 mon.smithi019 (mon.0) 1196 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:57.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.873905+0000 mon.smithi019 (mon.0) 1197 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T17:49:57.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.876380+0000 mon.smithi019 (mon.0) 1198 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:57.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:56 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.879468+0000 mon.smithi019 (mon.0) 1199 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.882333+0000 mon.smithi019 (mon.0) 1200 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.884143+0000 mon.smithi019 (mon.0) 1201 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.887064+0000 mon.smithi019 (mon.0) 1202 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.889877+0000 mon.smithi019 (mon.0) 1203 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.891226+0000 mon.smithi019 (mon.0) 1204 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.892592+0000 mon.smithi019 (mon.0) 1205 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.894292+0000 mon.smithi019 (mon.0) 1206 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.895812+0000 mon.smithi019 (mon.0) 1207 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.897617+0000 mon.smithi019 (mon.0) 1208 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.899684+0000 mon.smithi019 (mon.0) 1209 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.901443+0000 mon.smithi019 (mon.0) 1210 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:55.932507+0000 mgr.smithi019.gohzab (mgr.34104) 411 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.8 MiB/s wr, 610 op/s 2024-02-06T17:49:57.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.850908+0000 mon.smithi019 (mon.0) 1191 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:57.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.851903+0000 mon.smithi019 (mon.0) 1192 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:49:57.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.852834+0000 mon.smithi019 (mon.0) 1193 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:49:57.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.858345+0000 mon.smithi019 (mon.0) 1194 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:57.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.861576+0000 mon.smithi019 (mon.0) 1195 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:49:57.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.866641+0000 mon.smithi019 (mon.0) 1196 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:49:57.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.873905+0000 mon.smithi019 (mon.0) 1197 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T17:49:57.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.876380+0000 mon.smithi019 (mon.0) 1198 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:49:57.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.879468+0000 mon.smithi019 (mon.0) 1199 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.882333+0000 mon.smithi019 (mon.0) 1200 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.884143+0000 mon.smithi019 (mon.0) 1201 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.887064+0000 mon.smithi019 (mon.0) 1202 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.889877+0000 mon.smithi019 (mon.0) 1203 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.891226+0000 mon.smithi019 (mon.0) 1204 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.892592+0000 mon.smithi019 (mon.0) 1205 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.894292+0000 mon.smithi019 (mon.0) 1206 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.895812+0000 mon.smithi019 (mon.0) 1207 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.897617+0000 mon.smithi019 (mon.0) 1208 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:56 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.899684+0000 mon.smithi019 (mon.0) 1209 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:57.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:57 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.901443+0000 mon.smithi019 (mon.0) 1210 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:49:58.080 INFO:teuthology.orchestra.run.smithi019.stdout: 5 150547 2.84 MB/sec execute 512 sec latency 21.825 ms 2024-02-06T17:49:58.148 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:56.853706+0000 mgr.smithi019.gohzab (mgr.34104) 412 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:49:58.148 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:56.862563+0000 mgr.smithi019.gohzab (mgr.34104) 413 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:58.148 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:56.862636+0000 mgr.smithi019.gohzab (mgr.34104) 414 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:58.149 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:58 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:49:56.874342+0000 mgr.smithi019.gohzab (mgr.34104) 415 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T17:49:58.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:56.853706+0000 mgr.smithi019.gohzab (mgr.34104) 412 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:49:58.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:56.862563+0000 mgr.smithi019.gohzab (mgr.34104) 413 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:58.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:56.862636+0000 mgr.smithi019.gohzab (mgr.34104) 414 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:49:58.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:58 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:49:56.874342+0000 mgr.smithi019.gohzab (mgr.34104) 415 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T17:49:59.080 INFO:teuthology.orchestra.run.smithi019.stdout: 5 151411 2.85 MB/sec execute 513 sec latency 39.715 ms 2024-02-06T17:49:59.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:49:59 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:57.933122+0000 mgr.smithi019.gohzab (mgr.34104) 416 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.9 MiB/s wr, 858 op/s 2024-02-06T17:49:59.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:49:59 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:57.933122+0000 mgr.smithi019.gohzab (mgr.34104) 416 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.9 MiB/s wr, 858 op/s 2024-02-06T17:50:00.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 152194 2.91 MB/sec execute 514 sec latency 36.677 ms 2024-02-06T17:50:00.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:00 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:58.598015+0000 mgr.smithi019.gohzab (mgr.34104) 417 : cephadm [INF] Upgrade: Updating alertmanager.smithi019 2024-02-06T17:50:00.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:00 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:49:58.605483+0000 mgr.smithi019.gohzab (mgr.34104) 418 : cephadm [INF] Deploying daemon alertmanager.smithi019 on smithi019 2024-02-06T17:50:00.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:00 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:00.000103+0000 mon.smithi019 (mon.0) 1211 : cluster [INF] overall HEALTH_OK 2024-02-06T17:50:00.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:00 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:58.598015+0000 mgr.smithi019.gohzab (mgr.34104) 417 : cephadm [INF] Upgrade: Updating alertmanager.smithi019 2024-02-06T17:50:00.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:00 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:49:58.605483+0000 mgr.smithi019.gohzab (mgr.34104) 418 : cephadm [INF] Deploying daemon alertmanager.smithi019 on smithi019 2024-02-06T17:50:00.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:00 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:00.000103+0000 mon.smithi019 (mon.0) 1211 : cluster [INF] overall HEALTH_OK 2024-02-06T17:50:01.079 INFO:teuthology.orchestra.run.smithi019.stdout: 5 152823 2.95 MB/sec execute 515 sec latency 23.703 ms 2024-02-06T17:50:01.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:01 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:49:59.933761+0000 mgr.smithi019.gohzab (mgr.34104) 419 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 8.3 MiB/s wr, 771 op/s 2024-02-06T17:50:01.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:49:59.933761+0000 mgr.smithi019.gohzab (mgr.34104) 419 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 8.3 MiB/s wr, 771 op/s 2024-02-06T17:50:02.080 INFO:teuthology.orchestra.run.smithi019.stdout: 5 153328 2.96 MB/sec execute 516 sec latency 36.722 ms 2024-02-06T17:50:03.080 INFO:teuthology.orchestra.run.smithi019.stdout: 5 154090 3.00 MB/sec execute 517 sec latency 37.937 ms 2024-02-06T17:50:03.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:01.934308+0000 mgr.smithi019.gohzab (mgr.34104) 420 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 10 MiB/s wr, 971 op/s 2024-02-06T17:50:03.430 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:01.934308+0000 mgr.smithi019.gohzab (mgr.34104) 420 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 10 MiB/s wr, 971 op/s 2024-02-06T17:50:04.080 INFO:teuthology.orchestra.run.smithi019.stdout: 5 154904 3.01 MB/sec execute 518 sec latency 60.311 ms 2024-02-06T17:50:05.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:03.934893+0000 mgr.smithi019.gohzab (mgr.34104) 421 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 9.1 MiB/s wr, 871 op/s 2024-02-06T17:50:05.080 INFO:teuthology.orchestra.run.smithi019.stdout: 5 155316 3.03 MB/sec execute 519 sec latency 53.480 ms 2024-02-06T17:50:05.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:03.934893+0000 mgr.smithi019.gohzab (mgr.34104) 421 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 9.1 MiB/s wr, 871 op/s 2024-02-06T17:50:06.080 INFO:teuthology.orchestra.run.smithi019.stdout: 5 155855 3.07 MB/sec execute 520 sec latency 33.479 ms 2024-02-06T17:50:07.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 156366 3.10 MB/sec execute 521 sec latency 33.504 ms 2024-02-06T17:50:07.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:05.935306+0000 mgr.smithi019.gohzab (mgr.34104) 422 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.6 MiB/s wr, 893 op/s 2024-02-06T17:50:07.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:05.935306+0000 mgr.smithi019.gohzab (mgr.34104) 422 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.6 MiB/s wr, 893 op/s 2024-02-06T17:50:08.080 INFO:teuthology.orchestra.run.smithi019.stdout: 5 156901 3.11 MB/sec execute 522 sec latency 24.642 ms 2024-02-06T17:50:09.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 157434 3.13 MB/sec execute 523 sec latency 24.050 ms 2024-02-06T17:50:09.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:07.935974+0000 mgr.smithi019.gohzab (mgr.34104) 423 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-02-06T17:50:09.421 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:08 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:07.935974+0000 mgr.smithi019.gohzab (mgr.34104) 423 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-02-06T17:50:10.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 158167 3.14 MB/sec execute 524 sec latency 26.850 ms 2024-02-06T17:50:11.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 158565 3.16 MB/sec execute 525 sec latency 46.527 ms 2024-02-06T17:50:11.308 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:09.936547+0000 mgr.smithi019.gohzab (mgr.34104) 424 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 318 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.5 MiB/s wr, 936 op/s 2024-02-06T17:50:11.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:09.936547+0000 mgr.smithi019.gohzab (mgr.34104) 424 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 318 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.5 MiB/s wr, 936 op/s 2024-02-06T17:50:12.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 159235 3.20 MB/sec execute 526 sec latency 32.459 ms 2024-02-06T17:50:12.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:11.676741+0000 mon.smithi019 (mon.0) 1212 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:12.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:11.677794+0000 mon.smithi019 (mon.0) 1213 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:50:12.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:11.679702+0000 mon.smithi019 (mon.0) 1214 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:50:12.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:12 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:11.937094+0000 mgr.smithi019.gohzab (mgr.34104) 425 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 886 op/s 2024-02-06T17:50:13.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:11.676741+0000 mon.smithi019 (mon.0) 1212 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:13.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:11.677794+0000 mon.smithi019 (mon.0) 1213 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:50:13.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:11.679702+0000 mon.smithi019 (mon.0) 1214 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:50:13.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:11.937094+0000 mgr.smithi019.gohzab (mgr.34104) 425 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 886 op/s 2024-02-06T17:50:13.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 159812 3.24 MB/sec execute 527 sec latency 26.270 ms 2024-02-06T17:50:14.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 160186 3.25 MB/sec execute 528 sec latency 33.935 ms 2024-02-06T17:50:14.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:13.937622+0000 mgr.smithi019.gohzab (mgr.34104) 426 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 8.2 MiB/s wr, 838 op/s 2024-02-06T17:50:15.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:13.937622+0000 mgr.smithi019.gohzab (mgr.34104) 426 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 317 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 8.2 MiB/s wr, 838 op/s 2024-02-06T17:50:15.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 160893 3.27 MB/sec execute 529 sec latency 24.047 ms 2024-02-06T17:50:16.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 161950 3.30 MB/sec execute 530 sec latency 27.495 ms 2024-02-06T17:50:17.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 162474 3.34 MB/sec execute 531 sec latency 39.733 ms 2024-02-06T17:50:17.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:15.938098+0000 mgr.smithi019.gohzab (mgr.34104) 427 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 318 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 743 op/s 2024-02-06T17:50:17.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.767322+0000 mon.smithi019 (mon.0) 1215 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:17.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.768738+0000 mon.smithi019 (mon.0) 1216 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:50:17.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.775412+0000 mon.smithi019 (mon.0) 1217 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:50:17.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.784593+0000 mon.smithi019 (mon.0) 1218 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:17.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.788399+0000 mon.smithi019 (mon.0) 1219 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:50:17.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.794878+0000 mon.smithi019 (mon.0) 1220 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:17.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.802105+0000 mon.smithi019 (mon.0) 1221 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T17:50:17.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.806653+0000 mon.smithi019 (mon.0) 1222 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T17:50:17.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.851364+0000 mon.smithi019 (mon.0) 1223 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:17.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.854927+0000 mon.smithi019 (mon.0) 1224 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:50:17.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.868948+0000 mon.smithi019 (mon.0) 1225 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.871655+0000 mon.smithi019 (mon.0) 1226 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.874444+0000 mon.smithi019 (mon.0) 1227 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.878060+0000 mon.smithi019 (mon.0) 1228 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.882481+0000 mon.smithi019 (mon.0) 1229 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.885206+0000 mon.smithi019 (mon.0) 1230 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.887339+0000 mon.smithi019 (mon.0) 1231 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.888911+0000 mon.smithi019 (mon.0) 1232 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.890611+0000 mon.smithi019 (mon.0) 1233 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.892491+0000 mon.smithi019 (mon.0) 1234 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.895390+0000 mon.smithi019 (mon.0) 1235 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.897102+0000 mon.smithi019 (mon.0) 1236 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:16 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.899172+0000 mon.smithi019 (mon.0) 1237 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:15.938098+0000 mgr.smithi019.gohzab (mgr.34104) 427 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 318 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 743 op/s 2024-02-06T17:50:17.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.767322+0000 mon.smithi019 (mon.0) 1215 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:17.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.768738+0000 mon.smithi019 (mon.0) 1216 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:50:17.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.775412+0000 mon.smithi019 (mon.0) 1217 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:50:17.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.784593+0000 mon.smithi019 (mon.0) 1218 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:17.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.788399+0000 mon.smithi019 (mon.0) 1219 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:50:17.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.794878+0000 mon.smithi019 (mon.0) 1220 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:17.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.802105+0000 mon.smithi019 (mon.0) 1221 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T17:50:17.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.806653+0000 mon.smithi019 (mon.0) 1222 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T17:50:17.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.851364+0000 mon.smithi019 (mon.0) 1223 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:17.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.854927+0000 mon.smithi019 (mon.0) 1224 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:50:17.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.868948+0000 mon.smithi019 (mon.0) 1225 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.871655+0000 mon.smithi019 (mon.0) 1226 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.874444+0000 mon.smithi019 (mon.0) 1227 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.878060+0000 mon.smithi019 (mon.0) 1228 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.882481+0000 mon.smithi019 (mon.0) 1229 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.885206+0000 mon.smithi019 (mon.0) 1230 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.887339+0000 mon.smithi019 (mon.0) 1231 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.888911+0000 mon.smithi019 (mon.0) 1232 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.890611+0000 mon.smithi019 (mon.0) 1233 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.892491+0000 mon.smithi019 (mon.0) 1234 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.327 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.895390+0000 mon.smithi019 (mon.0) 1235 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.327 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.897102+0000 mon.smithi019 (mon.0) 1236 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:17.327 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.899172+0000 mon.smithi019 (mon.0) 1237 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:18.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 163152 3.38 MB/sec execute 532 sec latency 24.673 ms 2024-02-06T17:50:18.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:16.776364+0000 mgr.smithi019.gohzab (mgr.34104) 428 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:50:18.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:16.788927+0000 mgr.smithi019.gohzab (mgr.34104) 429 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:18.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:16.789057+0000 mgr.smithi019.gohzab (mgr.34104) 430 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:18.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.802548+0000 mgr.smithi019.gohzab (mgr.34104) 431 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T17:50:18.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:16.807157+0000 mgr.smithi019.gohzab (mgr.34104) 432 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T17:50:18.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:16.776364+0000 mgr.smithi019.gohzab (mgr.34104) 428 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:50:18.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:16.788927+0000 mgr.smithi019.gohzab (mgr.34104) 429 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:18.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:16.789057+0000 mgr.smithi019.gohzab (mgr.34104) 430 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.802548+0000 mgr.smithi019.gohzab (mgr.34104) 431 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T17:50:18.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:16.807157+0000 mgr.smithi019.gohzab (mgr.34104) 432 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T17:50:19.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 163529 3.39 MB/sec execute 533 sec latency 23.894 ms 2024-02-06T17:50:19.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:17.939594+0000 mgr.smithi019.gohzab (mgr.34104) 433 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 319 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 9.5 MiB/s wr, 928 op/s 2024-02-06T17:50:19.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:18.875265+0000 mon.smithi019 (mon.0) 1238 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:19.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:18.879126+0000 mon.smithi019 (mon.0) 1239 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:19.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:18.882718+0000 mon.smithi019 (mon.0) 1240 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-06T17:50:19.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:19 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:17.939594+0000 mgr.smithi019.gohzab (mgr.34104) 433 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 319 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 9.5 MiB/s wr, 928 op/s 2024-02-06T17:50:19.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:19 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:18.875265+0000 mon.smithi019 (mon.0) 1238 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:19.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:19 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:18.879126+0000 mon.smithi019 (mon.0) 1239 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:19.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:19 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:18.882718+0000 mon.smithi019 (mon.0) 1240 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-06T17:50:20.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 163932 3.39 MB/sec execute 534 sec latency 30.172 ms 2024-02-06T17:50:20.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:18.623595+0000 mgr.smithi019.gohzab (mgr.34104) 434 : cephadm [INF] Upgrade: Updating grafana.smithi019 2024-02-06T17:50:20.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:18.883074+0000 mgr.smithi019.gohzab (mgr.34104) 435 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-06T17:50:20.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:18.888336+0000 mgr.smithi019.gohzab (mgr.34104) 436 : cephadm [INF] Deploying daemon grafana.smithi019 on smithi019 2024-02-06T17:50:20.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:18.623595+0000 mgr.smithi019.gohzab (mgr.34104) 434 : cephadm [INF] Upgrade: Updating grafana.smithi019 2024-02-06T17:50:20.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:18.883074+0000 mgr.smithi019.gohzab (mgr.34104) 435 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-06T17:50:20.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:18.888336+0000 mgr.smithi019.gohzab (mgr.34104) 436 : cephadm [INF] Deploying daemon grafana.smithi019 on smithi019 2024-02-06T17:50:21.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 164594 3.43 MB/sec execute 535 sec latency 28.125 ms 2024-02-06T17:50:21.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:19.940167+0000 mgr.smithi019.gohzab (mgr.34104) 437 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 8.6 MiB/s wr, 865 op/s 2024-02-06T17:50:21.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:19.940167+0000 mgr.smithi019.gohzab (mgr.34104) 437 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 320 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 8.6 MiB/s wr, 865 op/s 2024-02-06T17:50:22.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 165477 3.44 MB/sec execute 536 sec latency 42.224 ms 2024-02-06T17:50:23.082 INFO:teuthology.orchestra.run.smithi019.stdout: 5 165793 3.45 MB/sec execute 537 sec latency 62.509 ms 2024-02-06T17:50:23.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:23 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:21.940730+0000 mgr.smithi019.gohzab (mgr.34104) 438 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 8.4 MiB/s wr, 782 op/s 2024-02-06T17:50:23.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:21.940730+0000 mgr.smithi019.gohzab (mgr.34104) 438 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 8.4 MiB/s wr, 782 op/s 2024-02-06T17:50:24.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 166426 3.49 MB/sec execute 538 sec latency 36.018 ms 2024-02-06T17:50:24.935 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:50:25.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:23.941304+0000 mgr.smithi019.gohzab (mgr.34104) 439 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 8.2 MiB/s wr, 827 op/s 2024-02-06T17:50:25.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 166885 3.53 MB/sec execute 539 sec latency 40.311 ms 2024-02-06T17:50:25.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:23.941304+0000 mgr.smithi019.gohzab (mgr.34104) 439 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 323 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 8.2 MiB/s wr, 827 op/s 2024-02-06T17:50:25.851 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:50:25.852 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (14s) 9s ago 16m 15.9M - 0.23.0 ba2b418f427c 3e51b38e1a40 2024-02-06T17:50:25.852 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (6m) 9s ago 16m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:50:25.852 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (6m) 28s ago 15m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:50:25.852 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (14m) 9s ago 16m 37.1M - 6.7.4 557c83e11646 e803a78fa5bd 2024-02-06T17:50:25.852 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (110s) 9s ago 11m 43.5M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a918586d6ba8 2024-02-06T17:50:25.852 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (89s) 28s ago 11m 12.5M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 8e1bb44cd42a 2024-02-06T17:50:25.852 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (7m) 9s ago 17m 443M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:50:25.852 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (7m) 28s ago 16m 387M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:50:25.852 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (7m) 9s ago 18m 63.7M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:50:25.853 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (6m) 28s ago 16m 52.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:50:25.853 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (77s) 9s ago 8m 118M - 3.5 3dc0b58dc7ab 6bfcd3c0f165 2024-02-06T17:50:25.853 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (70s) 28s ago 8m 75.4M - 3.5 3dc0b58dc7ab c9a1d7dc6658 2024-02-06T17:50:25.853 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (58s) 9s ago 15m 14.5M - 1.3.1 1dbe0e931976 439e909a9e86 2024-02-06T17:50:25.853 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (49s) 28s ago 15m 9357k - 1.3.1 1dbe0e931976 57270b2570b7 2024-02-06T17:50:25.853 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (5m) 9s ago 15m 289M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8b717c6300ef 2024-02-06T17:50:25.853 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (5m) 9s ago 15m 304M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab c145e664fd94 2024-02-06T17:50:25.853 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (4m) 9s ago 14m 216M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 9f4d167f6c5a 2024-02-06T17:50:25.853 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (4m) 9s ago 14m 280M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 559ebbba1aa2 2024-02-06T17:50:25.853 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (3m) 28s ago 14m 287M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b709e19a3a8b 2024-02-06T17:50:25.853 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (3m) 28s ago 13m 290M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ba7e79691248 2024-02-06T17:50:25.853 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (2m) 28s ago 13m 271M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b17bfa97adb9 2024-02-06T17:50:25.854 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (2m) 28s ago 13m 315M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ea5b7b334e19 2024-02-06T17:50:25.854 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (34s) 28s ago 15m 35.5M - 2.33.4 514e6a882f6e 1f682fd08108 2024-02-06T17:50:26.073 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:24.911658+0000 mgr.smithi019.gohzab (mgr.34104) 440 : audit [DBG] from='client.34460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:50:26.081 INFO:teuthology.orchestra.run.smithi019.stdout: 5 167228 3.53 MB/sec execute 540 sec latency 41.096 ms 2024-02-06T17:50:26.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:24.911658+0000 mgr.smithi019.gohzab (mgr.34104) 440 : audit [DBG] from='client.34460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:50:26.394 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:50:26.394 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:50:26.395 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:50:26.395 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:50:26.395 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:50:26.395 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:50:26.395 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:50:26.395 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:50:26.395 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T17:50:26.395 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:50:26.395 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:50:26.395 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:50:26.395 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:50:26.396 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:50:26.396 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 14 2024-02-06T17:50:26.396 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:50:26.396 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:50:26.886 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:50:26.886 INFO:teuthology.orchestra.run.smithi019.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:50:26.886 INFO:teuthology.orchestra.run.smithi019.stdout: "in_progress": true, 2024-02-06T17:50:26.886 INFO:teuthology.orchestra.run.smithi019.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:50:26.886 INFO:teuthology.orchestra.run.smithi019.stdout: "services_complete": [ 2024-02-06T17:50:26.887 INFO:teuthology.orchestra.run.smithi019.stdout: "mon", 2024-02-06T17:50:26.887 INFO:teuthology.orchestra.run.smithi019.stdout: "crash", 2024-02-06T17:50:26.887 INFO:teuthology.orchestra.run.smithi019.stdout: "nfs", 2024-02-06T17:50:26.887 INFO:teuthology.orchestra.run.smithi019.stdout: "mds", 2024-02-06T17:50:26.887 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr", 2024-02-06T17:50:26.887 INFO:teuthology.orchestra.run.smithi019.stdout: "osd" 2024-02-06T17:50:26.887 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:50:26.887 INFO:teuthology.orchestra.run.smithi019.stdout: "progress": "18/23 daemons upgraded", 2024-02-06T17:50:26.887 INFO:teuthology.orchestra.run.smithi019.stdout: "message": "Currently upgrading grafana daemons", 2024-02-06T17:50:26.887 INFO:teuthology.orchestra.run.smithi019.stdout: "is_paused": false 2024-02-06T17:50:26.887 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:50:27.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:25.391320+0000 mgr.smithi019.gohzab (mgr.34104) 441 : audit [DBG] from='client.44393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:50:27.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:25.829342+0000 mgr.smithi019.gohzab (mgr.34104) 442 : audit [DBG] from='client.34468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:50:27.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:25.832729+0000 mon.smithi019 (mon.0) 1241 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:50:27.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:25.833285+0000 mon.smithi019 (mon.0) 1242 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:25.833856+0000 mon.smithi019 (mon.0) 1243 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:25.834317+0000 mon.smithi019 (mon.0) 1244 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:25.834939+0000 mon.smithi019 (mon.0) 1245 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:25.837148+0000 mon.smithi019 (mon.0) 1246 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:50:27.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:25.837602+0000 mon.smithi019 (mon.0) 1247 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:25.838109+0000 mon.smithi019 (mon.0) 1248 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:25.838629+0000 mon.smithi019 (mon.0) 1249 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:25.839078+0000 mon.smithi019 (mon.0) 1250 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:25.941844+0000 mgr.smithi019.gohzab (mgr.34104) 443 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 8.4 MiB/s wr, 787 op/s 2024-02-06T17:50:27.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:26.390992+0000 mon.smithi103 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.19:0/3334757217' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:27.085 INFO:teuthology.orchestra.run.smithi019.stdout: 5 167697 3.53 MB/sec execute 541 sec latency 40.757 ms 2024-02-06T17:50:27.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:25.391320+0000 mgr.smithi019.gohzab (mgr.34104) 441 : audit [DBG] from='client.44393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:50:27.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:25.829342+0000 mgr.smithi019.gohzab (mgr.34104) 442 : audit [DBG] from='client.34468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:50:27.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:25.832729+0000 mon.smithi019 (mon.0) 1241 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:50:27.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:25.833285+0000 mon.smithi019 (mon.0) 1242 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:25.833856+0000 mon.smithi019 (mon.0) 1243 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:25.834317+0000 mon.smithi019 (mon.0) 1244 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:25.834939+0000 mon.smithi019 (mon.0) 1245 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:25.837148+0000 mon.smithi019 (mon.0) 1246 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:50:27.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:25.837602+0000 mon.smithi019 (mon.0) 1247 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:25.838109+0000 mon.smithi019 (mon.0) 1248 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:25.838629+0000 mon.smithi019 (mon.0) 1249 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:25.839078+0000 mon.smithi019 (mon.0) 1250 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:50:27.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:25.941844+0000 mgr.smithi019.gohzab (mgr.34104) 443 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 8.4 MiB/s wr, 787 op/s 2024-02-06T17:50:27.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:26.390992+0000 mon.smithi103 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.19:0/3334757217' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:28.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:27 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:26.880940+0000 mgr.smithi019.gohzab (mgr.34104) 444 : audit [DBG] from='client.34476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:50:28.082 INFO:teuthology.orchestra.run.smithi019.stdout: 5 168304 3.56 MB/sec execute 542 sec latency 24.865 ms 2024-02-06T17:50:28.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:27 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:26.880940+0000 mgr.smithi019.gohzab (mgr.34104) 444 : audit [DBG] from='client.34476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:50:29.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:27.942492+0000 mgr.smithi019.gohzab (mgr.34104) 445 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.7 MiB/s wr, 972 op/s 2024-02-06T17:50:29.082 INFO:teuthology.orchestra.run.smithi019.stdout: 5 169033 3.57 MB/sec execute 543 sec latency 43.556 ms 2024-02-06T17:50:29.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:28 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:27.942492+0000 mgr.smithi019.gohzab (mgr.34104) 445 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.7 MiB/s wr, 972 op/s 2024-02-06T17:50:30.082 INFO:teuthology.orchestra.run.smithi019.stdout: 5 169561 3.61 MB/sec execute 544 sec latency 32.112 ms 2024-02-06T17:50:31.082 INFO:teuthology.orchestra.run.smithi019.stdout: 5 170276 3.65 MB/sec execute 545 sec latency 25.260 ms 2024-02-06T17:50:31.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:30 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:29.942935+0000 mgr.smithi019.gohzab (mgr.34104) 446 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 8.3 MiB/s wr, 880 op/s 2024-02-06T17:50:31.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:30 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:29.942935+0000 mgr.smithi019.gohzab (mgr.34104) 446 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 8.3 MiB/s wr, 880 op/s 2024-02-06T17:50:32.082 INFO:teuthology.orchestra.run.smithi019.stdout: 5 170583 3.66 MB/sec execute 546 sec latency 36.036 ms 2024-02-06T17:50:32.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:31.885790+0000 mon.smithi019 (mon.0) 1251 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-06T17:50:32.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:31.886131+0000 mon.smithi019 (mon.0) 1252 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-06T17:50:32.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:31.886412+0000 mon.smithi019 (mon.0) 1253 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-06T17:50:32.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:31.886708+0000 mon.smithi019 (mon.0) 1254 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-06T17:50:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:31.885790+0000 mon.smithi019 (mon.0) 1251 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-02-06T17:50:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:31.886131+0000 mon.smithi019 (mon.0) 1252 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-06T17:50:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:31.886412+0000 mon.smithi019 (mon.0) 1253 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-06T17:50:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:31.886708+0000 mon.smithi019 (mon.0) 1254 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-06T17:50:33.078 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:31.943454+0000 mgr.smithi019.gohzab (mgr.34104) 447 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 8.0 MiB/s wr, 779 op/s 2024-02-06T17:50:33.082 INFO:teuthology.orchestra.run.smithi019.stdout: 5 170920 3.66 MB/sec execute 547 sec latency 46.494 ms 2024-02-06T17:50:33.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:31.943454+0000 mgr.smithi019.gohzab (mgr.34104) 447 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 8.0 MiB/s wr, 779 op/s 2024-02-06T17:50:34.082 INFO:teuthology.orchestra.run.smithi019.stdout: 5 171219 3.66 MB/sec execute 548 sec latency 44.412 ms 2024-02-06T17:50:34.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:33.943947+0000 mgr.smithi019.gohzab (mgr.34104) 448 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 8.3 MiB/s wr, 908 op/s 2024-02-06T17:50:35.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:33.943947+0000 mgr.smithi019.gohzab (mgr.34104) 448 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 8.3 MiB/s wr, 908 op/s 2024-02-06T17:50:35.082 INFO:teuthology.orchestra.run.smithi019.stdout: 5 171526 3.67 MB/sec execute 549 sec latency 44.332 ms 2024-02-06T17:50:36.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 172002 3.69 MB/sec execute 550 sec latency 52.858 ms 2024-02-06T17:50:37.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 172707 3.70 MB/sec execute 551 sec latency 19.623 ms 2024-02-06T17:50:37.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:35.944472+0000 mgr.smithi019.gohzab (mgr.34104) 449 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.8 MiB/s wr, 777 op/s 2024-02-06T17:50:37.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:36.748050+0000 mon.smithi019 (mon.0) 1255 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:37.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:36.749498+0000 mon.smithi019 (mon.0) 1256 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:50:37.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:36.751418+0000 mon.smithi019 (mon.0) 1257 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:50:37.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:35.944472+0000 mgr.smithi019.gohzab (mgr.34104) 449 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.8 MiB/s wr, 777 op/s 2024-02-06T17:50:37.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:36.748050+0000 mon.smithi019 (mon.0) 1255 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:37.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:36.749498+0000 mon.smithi019 (mon.0) 1256 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:50:37.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:36.751418+0000 mon.smithi019 (mon.0) 1257 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:50:38.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 173399 3.74 MB/sec execute 552 sec latency 32.195 ms 2024-02-06T17:50:39.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 174183 3.79 MB/sec execute 553 sec latency 18.469 ms 2024-02-06T17:50:39.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:39 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:37.945094+0000 mgr.smithi019.gohzab (mgr.34104) 450 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 316 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 7.7 MiB/s wr, 767 op/s 2024-02-06T17:50:39.379 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:37.945094+0000 mgr.smithi019.gohzab (mgr.34104) 450 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 316 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 7.7 MiB/s wr, 767 op/s 2024-02-06T17:50:40.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 174752 3.79 MB/sec execute 554 sec latency 33.459 ms 2024-02-06T17:50:41.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 175315 3.82 MB/sec execute 555 sec latency 28.584 ms 2024-02-06T17:50:41.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:39.945608+0000 mgr.smithi019.gohzab (mgr.34104) 451 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.0 MiB/s wr, 678 op/s 2024-02-06T17:50:41.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:39.945608+0000 mgr.smithi019.gohzab (mgr.34104) 451 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.0 MiB/s wr, 678 op/s 2024-02-06T17:50:42.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 175923 3.82 MB/sec execute 556 sec latency 44.836 ms 2024-02-06T17:50:43.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.821682+0000 mon.smithi019 (mon.0) 1258 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.825424+0000 mon.smithi019 (mon.0) 1259 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:50:43.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.826558+0000 mon.smithi019 (mon.0) 1260 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:50:43.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:41.827431+0000 mgr.smithi019.gohzab (mgr.34104) 452 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:50:43.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.831153+0000 mon.smithi019 (mon.0) 1261 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.833481+0000 mon.smithi019 (mon.0) 1262 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:50:43.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:41.834077+0000 mgr.smithi019.gohzab (mgr.34104) 453 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:43.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:41.834203+0000 mgr.smithi019.gohzab (mgr.34104) 454 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:43.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.838814+0000 mon.smithi019 (mon.0) 1263 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.844622+0000 mon.smithi019 (mon.0) 1264 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-06T17:50:43.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.844991+0000 mgr.smithi019.gohzab (mgr.34104) 455 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-06T17:50:43.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.845829+0000 mon.smithi019 (mon.0) 1265 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2024-02-06T17:50:43.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.846098+0000 mgr.smithi019.gohzab (mgr.34104) 456 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.850892+0000 mon.smithi019 (mon.0) 1266 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.856882+0000 mon.smithi019 (mon.0) 1267 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.861944+0000 mon.smithi019 (mon.0) 1268 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.863975+0000 mon.smithi019 (mon.0) 1269 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.865680+0000 mon.smithi019 (mon.0) 1270 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.868654+0000 mon.smithi019 (mon.0) 1271 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.871766+0000 mon.smithi019 (mon.0) 1272 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.873362+0000 mon.smithi019 (mon.0) 1273 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.877431+0000 mon.smithi019 (mon.0) 1274 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.879116+0000 mon.smithi019 (mon.0) 1275 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.880634+0000 mon.smithi019 (mon.0) 1276 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.882237+0000 mon.smithi019 (mon.0) 1277 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.884063+0000 mon.smithi019 (mon.0) 1278 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.885628+0000 mon.smithi019 (mon.0) 1279 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.887570+0000 mon.smithi019 (mon.0) 1280 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.889558+0000 mon.smithi019 (mon.0) 1281 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:41.890574+0000 mgr.smithi019.gohzab (mgr.34104) 457 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.897032+0000 mon.smithi019 (mon.0) 1282 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.898084+0000 mon.smithi019 (mon.0) 1283 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.901333+0000 mon.smithi019 (mon.0) 1284 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.902046+0000 mon.smithi019 (mon.0) 1285 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.905417+0000 mon.smithi019 (mon.0) 1286 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.906471+0000 mon.smithi019 (mon.0) 1287 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.911271+0000 mon.smithi019 (mon.0) 1288 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.912271+0000 mon.smithi019 (mon.0) 1289 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.918167+0000 mon.smithi019 (mon.0) 1290 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.918983+0000 mon.smithi019 (mon.0) 1291 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.923633+0000 mon.smithi019 (mon.0) 1292 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.924600+0000 mon.smithi019 (mon.0) 1293 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-06T17:50:43.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.928102+0000 mon.smithi019 (mon.0) 1294 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.928949+0000 mon.smithi019 (mon.0) 1295 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.934289+0000 mon.smithi019 (mon.0) 1296 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.935341+0000 mon.smithi019 (mon.0) 1297 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.936060+0000 mon.smithi019 (mon.0) 1298 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.940141+0000 mon.smithi019 (mon.0) 1299 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.940884+0000 mon.smithi019 (mon.0) 1300 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:41.946109+0000 mgr.smithi019.gohzab (mgr.34104) 458 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.9 MiB/s wr, 752 op/s 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.947946+0000 mon.smithi019 (mon.0) 1301 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.949046+0000 mon.smithi019 (mon.0) 1302 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.949659+0000 mon.smithi019 (mon.0) 1303 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.950340+0000 mon.smithi019 (mon.0) 1304 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.950953+0000 mon.smithi019 (mon.0) 1305 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.951574+0000 mon.smithi019 (mon.0) 1306 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.957948+0000 mon.smithi019 (mon.0) 1307 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-06T17:50:43.079 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:41.958708+0000 mgr.smithi019.gohzab (mgr.34104) 459 : cephadm [INF] Upgrade: Complete! 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.959345+0000 mon.smithi019 (mon.0) 1308 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.963057+0000 mon.smithi019 (mon.0) 1309 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.963548+0000 mon.smithi019 (mon.0) 1310 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.964776+0000 mon.smithi019 (mon.0) 1311 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.965397+0000 mon.smithi019 (mon.0) 1312 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:41.966050+0000 mgr.smithi019.gohzab (mgr.34104) 460 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.970390+0000 mon.smithi019 (mon.0) 1313 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.973524+0000 mon.smithi019 (mon.0) 1314 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:41.974152+0000 mgr.smithi019.gohzab (mgr.34104) 461 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:41.974494+0000 mgr.smithi019.gohzab (mgr.34104) 462 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.978109+0000 mon.smithi019 (mon.0) 1315 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.982082+0000 mon.smithi019 (mon.0) 1316 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.985061+0000 mon.smithi019 (mon.0) 1317 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:50:43.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.985942+0000 mon.smithi019 (mon.0) 1318 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:50:43.081 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:41.986701+0000 mgr.smithi019.gohzab (mgr.34104) 463 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:50:43.081 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.990269+0000 mon.smithi019 (mon.0) 1319 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.081 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.993395+0000 mon.smithi019 (mon.0) 1320 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:50:43.081 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:41.993895+0000 mgr.smithi019.gohzab (mgr.34104) 464 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:43.081 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:50:41.993964+0000 mgr.smithi019.gohzab (mgr.34104) 465 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:43.081 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:41.998218+0000 mon.smithi019 (mon.0) 1321 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.081 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:42.337387+0000 mon.smithi019 (mon.0) 1322 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 176301 3.83 MB/sec execute 557 sec latency 33.966 ms 2024-02-06T17:50:43.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.821682+0000 mon.smithi019 (mon.0) 1258 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.825424+0000 mon.smithi019 (mon.0) 1259 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.826558+0000 mon.smithi019 (mon.0) 1260 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:41.827431+0000 mgr.smithi019.gohzab (mgr.34104) 452 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.831153+0000 mon.smithi019 (mon.0) 1261 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.833481+0000 mon.smithi019 (mon.0) 1262 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:41.834077+0000 mgr.smithi019.gohzab (mgr.34104) 453 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:41.834203+0000 mgr.smithi019.gohzab (mgr.34104) 454 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.838814+0000 mon.smithi019 (mon.0) 1263 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.844622+0000 mon.smithi019 (mon.0) 1264 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.844991+0000 mgr.smithi019.gohzab (mgr.34104) 455 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.845829+0000 mon.smithi019 (mon.0) 1265 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.846098+0000 mgr.smithi019.gohzab (mgr.34104) 456 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.850892+0000 mon.smithi019 (mon.0) 1266 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.856882+0000 mon.smithi019 (mon.0) 1267 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:50:43.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.861944+0000 mon.smithi019 (mon.0) 1268 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.863975+0000 mon.smithi019 (mon.0) 1269 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.865680+0000 mon.smithi019 (mon.0) 1270 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.868654+0000 mon.smithi019 (mon.0) 1271 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.871766+0000 mon.smithi019 (mon.0) 1272 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.873362+0000 mon.smithi019 (mon.0) 1273 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.877431+0000 mon.smithi019 (mon.0) 1274 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.879116+0000 mon.smithi019 (mon.0) 1275 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.880634+0000 mon.smithi019 (mon.0) 1276 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.882237+0000 mon.smithi019 (mon.0) 1277 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.884063+0000 mon.smithi019 (mon.0) 1278 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.885628+0000 mon.smithi019 (mon.0) 1279 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.887570+0000 mon.smithi019 (mon.0) 1280 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.889558+0000 mon.smithi019 (mon.0) 1281 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:50:43.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:41.890574+0000 mgr.smithi019.gohzab (mgr.34104) 457 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-06T17:50:43.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.897032+0000 mon.smithi019 (mon.0) 1282 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.898084+0000 mon.smithi019 (mon.0) 1283 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-06T17:50:43.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.901333+0000 mon.smithi019 (mon.0) 1284 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-06T17:50:43.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.902046+0000 mon.smithi019 (mon.0) 1285 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T17:50:43.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.905417+0000 mon.smithi019 (mon.0) 1286 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-06T17:50:43.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.906471+0000 mon.smithi019 (mon.0) 1287 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-06T17:50:43.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.911271+0000 mon.smithi019 (mon.0) 1288 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-06T17:50:43.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.912271+0000 mon.smithi019 (mon.0) 1289 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-06T17:50:43.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.918167+0000 mon.smithi019 (mon.0) 1290 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-06T17:50:43.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.918983+0000 mon.smithi019 (mon.0) 1291 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-06T17:50:43.181 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.923633+0000 mon.smithi019 (mon.0) 1292 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-06T17:50:43.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.924600+0000 mon.smithi019 (mon.0) 1293 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-06T17:50:43.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.928102+0000 mon.smithi019 (mon.0) 1294 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-06T17:50:43.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.928949+0000 mon.smithi019 (mon.0) 1295 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-06T17:50:43.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.934289+0000 mon.smithi019 (mon.0) 1296 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-06T17:50:43.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.935341+0000 mon.smithi019 (mon.0) 1297 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T17:50:43.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.936060+0000 mon.smithi019 (mon.0) 1298 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-06T17:50:43.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.940141+0000 mon.smithi019 (mon.0) 1299 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-06T17:50:43.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.940884+0000 mon.smithi019 (mon.0) 1300 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-06T17:50:43.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:41.946109+0000 mgr.smithi019.gohzab (mgr.34104) 458 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 322 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.9 MiB/s wr, 752 op/s 2024-02-06T17:50:43.182 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.947946+0000 mon.smithi019 (mon.0) 1301 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-06T17:50:43.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.949046+0000 mon.smithi019 (mon.0) 1302 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T17:50:43.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.949659+0000 mon.smithi019 (mon.0) 1303 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T17:50:43.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.950340+0000 mon.smithi019 (mon.0) 1304 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T17:50:43.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.950953+0000 mon.smithi019 (mon.0) 1305 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T17:50:43.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.951574+0000 mon.smithi019 (mon.0) 1306 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-06T17:50:43.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.957948+0000 mon.smithi019 (mon.0) 1307 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-06T17:50:43.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:41.958708+0000 mgr.smithi019.gohzab (mgr.34104) 459 : cephadm [INF] Upgrade: Complete! 2024-02-06T17:50:43.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.959345+0000 mon.smithi019 (mon.0) 1308 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T17:50:43.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.963057+0000 mon.smithi019 (mon.0) 1309 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-06T17:50:43.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.963548+0000 mon.smithi019 (mon.0) 1310 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:50:43.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.964776+0000 mon.smithi019 (mon.0) 1311 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:50:43.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.965397+0000 mon.smithi019 (mon.0) 1312 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:50:43.183 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:41.966050+0000 mgr.smithi019.gohzab (mgr.34104) 460 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:50:43.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.970390+0000 mon.smithi019 (mon.0) 1313 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.973524+0000 mon.smithi019 (mon.0) 1314 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:50:43.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:41.974152+0000 mgr.smithi019.gohzab (mgr.34104) 461 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:43.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:41.974494+0000 mgr.smithi019.gohzab (mgr.34104) 462 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:43.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.978109+0000 mon.smithi019 (mon.0) 1315 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.982082+0000 mon.smithi019 (mon.0) 1316 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:50:43.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.985061+0000 mon.smithi019 (mon.0) 1317 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:50:43.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.985942+0000 mon.smithi019 (mon.0) 1318 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:50:43.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:41.986701+0000 mgr.smithi019.gohzab (mgr.34104) 463 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:50:43.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.990269+0000 mon.smithi019 (mon.0) 1319 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.993395+0000 mon.smithi019 (mon.0) 1320 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:50:43.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:41.993895+0000 mgr.smithi019.gohzab (mgr.34104) 464 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:43.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:50:41.993964+0000 mgr.smithi019.gohzab (mgr.34104) 465 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:50:43.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:41.998218+0000 mon.smithi019 (mon.0) 1321 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:43.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:42.337387+0000 mon.smithi019 (mon.0) 1322 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:50:44.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 176829 3.87 MB/sec execute 558 sec latency 40.761 ms 2024-02-06T17:50:45.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:43.946646+0000 mgr.smithi019.gohzab (mgr.34104) 466 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 325 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 7.5 MiB/s wr, 813 op/s 2024-02-06T17:50:45.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 177428 3.91 MB/sec execute 559 sec latency 30.173 ms 2024-02-06T17:50:45.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:43.946646+0000 mgr.smithi019.gohzab (mgr.34104) 466 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 325 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 7.5 MiB/s wr, 813 op/s 2024-02-06T17:50:46.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 177737 3.91 MB/sec execute 560 sec latency 34.696 ms 2024-02-06T17:50:47.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 178109 3.91 MB/sec execute 561 sec latency 41.570 ms 2024-02-06T17:50:47.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:45.947113+0000 mgr.smithi019.gohzab (mgr.34104) 467 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.7 MiB/s wr, 671 op/s 2024-02-06T17:50:47.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:45.947113+0000 mgr.smithi019.gohzab (mgr.34104) 467 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.7 MiB/s wr, 671 op/s 2024-02-06T17:50:48.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 178426 3.92 MB/sec execute 562 sec latency 34.485 ms 2024-02-06T17:50:49.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 178902 3.94 MB/sec execute 563 sec latency 38.431 ms 2024-02-06T17:50:49.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:47.947683+0000 mgr.smithi019.gohzab (mgr.34104) 468 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 334 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.7 MiB/s wr, 893 op/s 2024-02-06T17:50:49.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:47.947683+0000 mgr.smithi019.gohzab (mgr.34104) 468 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 334 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.7 MiB/s wr, 893 op/s 2024-02-06T17:50:50.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 179590 3.94 MB/sec execute 564 sec latency 57.892 ms 2024-02-06T17:50:51.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 180040 3.96 MB/sec execute 565 sec latency 29.726 ms 2024-02-06T17:50:51.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:49.948295+0000 mgr.smithi019.gohzab (mgr.34104) 469 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 7.9 MiB/s wr, 780 op/s 2024-02-06T17:50:51.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:49.948295+0000 mgr.smithi019.gohzab (mgr.34104) 469 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 7.9 MiB/s wr, 780 op/s 2024-02-06T17:50:52.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 180620 4.00 MB/sec execute 566 sec latency 32.606 ms 2024-02-06T17:50:53.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 181075 4.03 MB/sec execute 567 sec latency 38.733 ms 2024-02-06T17:50:53.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:51.948799+0000 mgr.smithi019.gohzab (mgr.34104) 470 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.2 MiB/s wr, 885 op/s 2024-02-06T17:50:53.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:51.948799+0000 mgr.smithi019.gohzab (mgr.34104) 470 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.2 MiB/s wr, 885 op/s 2024-02-06T17:50:54.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 181346 4.03 MB/sec execute 568 sec latency 38.583 ms 2024-02-06T17:50:55.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:53.949316+0000 mgr.smithi019.gohzab (mgr.34104) 471 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 6.7 MiB/s wr, 701 op/s 2024-02-06T17:50:55.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 181780 4.03 MB/sec execute 569 sec latency 32.406 ms 2024-02-06T17:50:55.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:53.949316+0000 mgr.smithi019.gohzab (mgr.34104) 471 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 6.7 MiB/s wr, 701 op/s 2024-02-06T17:50:56.083 INFO:teuthology.orchestra.run.smithi019.stdout: 5 182117 4.03 MB/sec execute 570 sec latency 44.328 ms 2024-02-06T17:50:57.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 182569 4.05 MB/sec execute 571 sec latency 46.326 ms 2024-02-06T17:50:57.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:55.949820+0000 mgr.smithi019.gohzab (mgr.34104) 472 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.7 MiB/s wr, 609 op/s 2024-02-06T17:50:57.365 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:57 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:55.949820+0000 mgr.smithi019.gohzab (mgr.34104) 472 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.7 MiB/s wr, 609 op/s 2024-02-06T17:50:58.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 183164 4.05 MB/sec execute 572 sec latency 82.576 ms 2024-02-06T17:50:59.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 183424 4.06 MB/sec execute 573 sec latency 59.067 ms 2024-02-06T17:50:59.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:59 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:50:57.328011+0000 mgr.smithi019.gohzab (mgr.34104) 473 : audit [DBG] from='client.34480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:50:59.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:50:59 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:57.950465+0000 mgr.smithi019.gohzab (mgr.34104) 474 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 338 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.1 MiB/s wr, 814 op/s 2024-02-06T17:50:59.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:59 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:50:57.328011+0000 mgr.smithi019.gohzab (mgr.34104) 473 : audit [DBG] from='client.34480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:50:59.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:50:59 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:57.950465+0000 mgr.smithi019.gohzab (mgr.34104) 474 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 338 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 8.1 MiB/s wr, 814 op/s 2024-02-06T17:50:59.917 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph orch ps' 2024-02-06T17:51:00.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 183933 4.10 MB/sec execute 574 sec latency 47.902 ms 2024-02-06T17:51:01.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 184399 4.12 MB/sec execute 575 sec latency 45.377 ms 2024-02-06T17:51:01.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:01 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:50:59.950950+0000 mgr.smithi019.gohzab (mgr.34104) 475 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 334 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 602 op/s 2024-02-06T17:51:01.373 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:50:59.950950+0000 mgr.smithi019.gohzab (mgr.34104) 475 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 334 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 602 op/s 2024-02-06T17:51:02.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 184679 4.13 MB/sec execute 576 sec latency 36.870 ms 2024-02-06T17:51:02.207 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:51:02.207 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (51s) 20s ago 17m 16.0M - 0.23.0 ba2b418f427c 3e51b38e1a40 2024-02-06T17:51:02.208 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (6m) 20s ago 17m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:51:02.208 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (6m) 65s ago 15m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:51:02.208 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (26s) 20s ago 16m 21.5M - 8.3.5 dad864ee21e9 a375934fdb33 2024-02-06T17:51:02.208 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (2m) 20s ago 12m 43.6M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a918586d6ba8 2024-02-06T17:51:02.208 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (2m) 65s ago 12m 12.5M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 8e1bb44cd42a 2024-02-06T17:51:02.208 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (8m) 20s ago 18m 446M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:51:02.208 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (7m) 65s ago 16m 387M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:51:02.208 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (7m) 20s ago 18m 69.1M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:51:02.208 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (7m) 65s ago 16m 52.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:51:02.208 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (113s) 20s ago 9m 119M - 3.5 3dc0b58dc7ab 6bfcd3c0f165 2024-02-06T17:51:02.208 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (106s) 65s ago 9m 75.4M - 3.5 3dc0b58dc7ab c9a1d7dc6658 2024-02-06T17:51:02.208 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (95s) 20s ago 16m 14.2M - 1.3.1 1dbe0e931976 439e909a9e86 2024-02-06T17:51:02.208 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (85s) 65s ago 16m 9357k - 1.3.1 1dbe0e931976 57270b2570b7 2024-02-06T17:51:02.209 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (6m) 20s ago 16m 351M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8b717c6300ef 2024-02-06T17:51:02.209 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (5m) 20s ago 15m 340M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab c145e664fd94 2024-02-06T17:51:02.209 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (5m) 20s ago 15m 251M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 9f4d167f6c5a 2024-02-06T17:51:02.209 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (4m) 20s ago 14m 306M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 559ebbba1aa2 2024-02-06T17:51:02.209 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (4m) 65s ago 14m 287M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b709e19a3a8b 2024-02-06T17:51:02.209 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (3m) 65s ago 14m 290M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ba7e79691248 2024-02-06T17:51:02.209 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (3m) 65s ago 13m 271M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b17bfa97adb9 2024-02-06T17:51:02.209 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (2m) 65s ago 13m 315M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ea5b7b334e19 2024-02-06T17:51:02.209 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (70s) 65s ago 16m 35.5M - 2.33.4 514e6a882f6e 1f682fd08108 2024-02-06T17:51:02.927 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph versions' 2024-02-06T17:51:03.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 185188 4.13 MB/sec execute 577 sec latency 30.542 ms 2024-02-06T17:51:03.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:01.951566+0000 mgr.smithi019.gohzab (mgr.34104) 476 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.1 MiB/s wr, 782 op/s 2024-02-06T17:51:03.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:02.190146+0000 mgr.smithi019.gohzab (mgr.34104) 477 : audit [DBG] from='client.44413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:51:03.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:02.192399+0000 mon.smithi019 (mon.0) 1323 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:51:03.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:02.192760+0000 mon.smithi019 (mon.0) 1324 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:02.193136+0000 mon.smithi019 (mon.0) 1325 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:02.193415+0000 mon.smithi019 (mon.0) 1326 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:02.193726+0000 mon.smithi019 (mon.0) 1327 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:02.196062+0000 mon.smithi019 (mon.0) 1328 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:51:03.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:02.196721+0000 mon.smithi019 (mon.0) 1329 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:02.197302+0000 mon.smithi019 (mon.0) 1330 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:02.197758+0000 mon.smithi019 (mon.0) 1331 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:02.198173+0000 mon.smithi019 (mon.0) 1332 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:01.951566+0000 mgr.smithi019.gohzab (mgr.34104) 476 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.1 MiB/s wr, 782 op/s 2024-02-06T17:51:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:02.190146+0000 mgr.smithi019.gohzab (mgr.34104) 477 : audit [DBG] from='client.44413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:51:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:02.192399+0000 mon.smithi019 (mon.0) 1323 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:51:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:02.192760+0000 mon.smithi019 (mon.0) 1324 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:02.193136+0000 mon.smithi019 (mon.0) 1325 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:02.193415+0000 mon.smithi019 (mon.0) 1326 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:02.193726+0000 mon.smithi019 (mon.0) 1327 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:02.196062+0000 mon.smithi019 (mon.0) 1328 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:51:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:02.196721+0000 mon.smithi019 (mon.0) 1329 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:02.197302+0000 mon.smithi019 (mon.0) 1330 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:02.197758+0000 mon.smithi019 (mon.0) 1331 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:03.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:02.198173+0000 mon.smithi019 (mon.0) 1332 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:51:04.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 185609 4.14 MB/sec execute 578 sec latency 44.592 ms 2024-02-06T17:51:04.779 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:03.951983+0000 mgr.smithi019.gohzab (mgr.34104) 478 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.9 MiB/s wr, 561 op/s 2024-02-06T17:51:05.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:03.951983+0000 mgr.smithi019.gohzab (mgr.34104) 478 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.9 MiB/s wr, 561 op/s 2024-02-06T17:51:05.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 186178 4.16 MB/sec execute 579 sec latency 36.832 ms 2024-02-06T17:51:05.411 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:51:05.411 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:51:05.411 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:51:05.411 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:51:05.411 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:51:05.411 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:51:05.411 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:51:05.412 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:51:05.412 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T17:51:05.412 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:51:05.412 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:51:05.412 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:51:05.412 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:51:05.412 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:51:05.412 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 14 2024-02-06T17:51:05.412 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:51:05.412 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:51:05.780 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:05 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:05.407543+0000 mon.smithi019 (mon.0) 1333 : audit [DBG] from='client.? 172.21.15.19:0/3234493920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:51:06.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:05.407543+0000 mon.smithi019 (mon.0) 1333 : audit [DBG] from='client.? 172.21.15.19:0/3234493920' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:51:06.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 186797 4.17 MB/sec execute 580 sec latency 37.760 ms 2024-02-06T17:51:06.186 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-06T17:51:06.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:06 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:05.952368+0000 mgr.smithi019.gohzab (mgr.34104) 479 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 333 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.2 MiB/s wr, 559 op/s 2024-02-06T17:51:07.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:06 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:05.952368+0000 mgr.smithi019.gohzab (mgr.34104) 479 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 333 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.2 MiB/s wr, 559 op/s 2024-02-06T17:51:07.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 187353 4.20 MB/sec execute 581 sec latency 42.547 ms 2024-02-06T17:51:08.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 188089 4.25 MB/sec execute 582 sec latency 37.660 ms 2024-02-06T17:51:08.417 INFO:teuthology.orchestra.run.smithi019.stdout:wait for servicemap items w/ changing names to refresh 2024-02-06T17:51:09.009 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:07.953034+0000 mgr.smithi019.gohzab (mgr.34104) 480 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 325 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.0 MiB/s wr, 693 op/s 2024-02-06T17:51:09.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 188461 4.25 MB/sec execute 583 sec latency 24.205 ms 2024-02-06T17:51:09.204 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'sleep 60' 2024-02-06T17:51:09.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:07.953034+0000 mgr.smithi019.gohzab (mgr.34104) 480 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 325 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.0 MiB/s wr, 693 op/s 2024-02-06T17:51:10.085 INFO:teuthology.orchestra.run.smithi019.stdout: 5 188915 4.25 MB/sec execute 584 sec latency 46.415 ms 2024-02-06T17:51:11.084 INFO:teuthology.orchestra.run.smithi019.stdout: 5 189342 4.27 MB/sec execute 585 sec latency 34.077 ms 2024-02-06T17:51:11.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:09.955159+0000 mgr.smithi019.gohzab (mgr.34104) 481 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2024-02-06T17:51:11.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:09.955159+0000 mgr.smithi019.gohzab (mgr.34104) 481 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.4 MiB/s wr, 602 op/s 2024-02-06T17:51:12.085 INFO:teuthology.orchestra.run.smithi019.stdout: 5 189935 4.28 MB/sec execute 586 sec latency 51.595 ms 2024-02-06T17:51:13.085 INFO:teuthology.orchestra.run.smithi019.stdout: 5 190488 4.29 MB/sec execute 587 sec latency 25.445 ms 2024-02-06T17:51:13.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:11.955701+0000 mgr.smithi019.gohzab (mgr.34104) 482 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.9 MiB/s wr, 840 op/s 2024-02-06T17:51:13.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:11.955701+0000 mgr.smithi019.gohzab (mgr.34104) 482 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.9 MiB/s wr, 840 op/s 2024-02-06T17:51:14.085 INFO:teuthology.orchestra.run.smithi019.stdout: 5 191445 4.35 MB/sec execute 588 sec latency 19.722 ms 2024-02-06T17:51:15.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:13.956220+0000 mgr.smithi019.gohzab (mgr.34104) 483 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 325 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 662 op/s 2024-02-06T17:51:15.085 INFO:teuthology.orchestra.run.smithi019.stdout: 5 192279 4.37 MB/sec execute 589 sec latency 24.657 ms 2024-02-06T17:51:15.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:13.956220+0000 mgr.smithi019.gohzab (mgr.34104) 483 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 325 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 662 op/s 2024-02-06T17:51:16.085 INFO:teuthology.orchestra.run.smithi019.stdout: 5 192688 4.38 MB/sec execute 590 sec latency 30.527 ms 2024-02-06T17:51:17.085 INFO:teuthology.orchestra.run.smithi019.stdout: 5 193267 4.40 MB/sec execute 591 sec latency 33.536 ms 2024-02-06T17:51:17.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:15.956739+0000 mgr.smithi019.gohzab (mgr.34104) 484 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.0 MiB/s wr, 686 op/s 2024-02-06T17:51:17.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:15.956739+0000 mgr.smithi019.gohzab (mgr.34104) 484 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 324 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.0 MiB/s wr, 686 op/s 2024-02-06T17:51:18.085 INFO:teuthology.orchestra.run.smithi019.stdout: 5 193848 4.40 MB/sec execute 592 sec latency 36.861 ms 2024-02-06T17:51:19.085 INFO:teuthology.orchestra.run.smithi019.stdout: 5 194575 4.45 MB/sec execute 593 sec latency 33.261 ms 2024-02-06T17:51:19.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:17.957315+0000 mgr.smithi019.gohzab (mgr.34104) 485 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.4 MiB/s wr, 998 op/s 2024-02-06T17:51:19.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:19 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:17.957315+0000 mgr.smithi019.gohzab (mgr.34104) 485 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.4 MiB/s wr, 998 op/s 2024-02-06T17:51:20.086 INFO:teuthology.orchestra.run.smithi019.stdout: 5 195318 4.49 MB/sec execute 594 sec latency 32.634 ms 2024-02-06T17:51:21.086 INFO:teuthology.orchestra.run.smithi019.stdout: 5 195602 4.49 MB/sec execute 595 sec latency 36.329 ms 2024-02-06T17:51:21.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:19.957845+0000 mgr.smithi019.gohzab (mgr.34104) 486 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 8.8 MiB/s wr, 883 op/s 2024-02-06T17:51:21.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:19.957845+0000 mgr.smithi019.gohzab (mgr.34104) 486 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 8.8 MiB/s wr, 883 op/s 2024-02-06T17:51:22.086 INFO:teuthology.orchestra.run.smithi019.stdout: 5 195930 4.49 MB/sec execute 596 sec latency 69.691 ms 2024-02-06T17:51:23.086 INFO:teuthology.orchestra.run.smithi019.stdout: 5 196636 4.52 MB/sec execute 597 sec latency 33.568 ms 2024-02-06T17:51:23.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:23 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:21.958429+0000 mgr.smithi019.gohzab (mgr.34104) 487 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.3 MiB/s wr, 907 op/s 2024-02-06T17:51:23.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:21.958429+0000 mgr.smithi019.gohzab (mgr.34104) 487 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.3 MiB/s wr, 907 op/s 2024-02-06T17:51:24.086 INFO:teuthology.orchestra.run.smithi019.stdout: 5 197545 4.53 MB/sec execute 598 sec latency 14.606 ms 2024-02-06T17:51:25.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:23.958941+0000 mgr.smithi019.gohzab (mgr.34104) 488 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 8.1 MiB/s wr, 754 op/s 2024-02-06T17:51:25.086 INFO:teuthology.orchestra.run.smithi019.stdout: 5 198329 4.57 MB/sec execute 599 sec latency 38.576 ms 2024-02-06T17:51:25.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:23.958941+0000 mgr.smithi019.gohzab (mgr.34104) 488 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 8.1 MiB/s wr, 754 op/s 2024-02-06T17:51:26.086 INFO:teuthology.orchestra.run.smithi019.stdout: 5 cleanup 600 sec 2024-02-06T17:51:26.274 INFO:teuthology.orchestra.run.smithi019.stdout: 0 cleanup 600 sec 2024-02-06T17:51:26.275 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:51:26.275 INFO:teuthology.orchestra.run.smithi019.stdout: Operation Count AvgLat MaxLat 2024-02-06T17:51:26.275 INFO:teuthology.orchestra.run.smithi019.stdout: ---------------------------------------- 2024-02-06T17:51:26.275 INFO:teuthology.orchestra.run.smithi019.stdout: NTCreateX 88014 8.038 395105.771 2024-02-06T17:51:26.275 INFO:teuthology.orchestra.run.smithi019.stdout: Close 64758 0.169 9.270 2024-02-06T17:51:26.275 INFO:teuthology.orchestra.run.smithi019.stdout: Rename 3747 112.715 395114.307 2024-02-06T17:51:26.275 INFO:teuthology.orchestra.run.smithi019.stdout: Unlink 17669 27.992 395107.438 2024-02-06T17:51:26.275 INFO:teuthology.orchestra.run.smithi019.stdout: Qpathinfo 80042 0.806 4747.439 2024-02-06T17:51:26.275 INFO:teuthology.orchestra.run.smithi019.stdout: Qfileinfo 14013 0.108 7.379 2024-02-06T17:51:26.275 INFO:teuthology.orchestra.run.smithi019.stdout: Qfsinfo 14653 0.625 355.976 2024-02-06T17:51:26.275 INFO:teuthology.orchestra.run.smithi019.stdout: Sfileinfo 7155 119.921 395112.700 2024-02-06T17:51:26.276 INFO:teuthology.orchestra.run.smithi019.stdout: Find 30942 0.412 20.792 2024-02-06T17:51:26.276 INFO:teuthology.orchestra.run.smithi019.stdout: WriteX 43662 9.509 6127.221 2024-02-06T17:51:26.276 INFO:teuthology.orchestra.run.smithi019.stdout: ReadX 139001 0.012 12.686 2024-02-06T17:51:26.276 INFO:teuthology.orchestra.run.smithi019.stdout: LockX 290 0.468 4.385 2024-02-06T17:51:26.276 INFO:teuthology.orchestra.run.smithi019.stdout: UnlockX 290 0.345 4.516 2024-02-06T17:51:26.276 INFO:teuthology.orchestra.run.smithi019.stdout: Flush 6124 0.002 0.017 2024-02-06T17:51:26.276 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:51:26.276 INFO:teuthology.orchestra.run.smithi019.stdout:Throughput 4.57293 MB/sec 5 clients 5 procs max_latency=395114.315 ms 2024-02-06T17:51:26.277 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-06T17:51:26.321 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-06T17:51:26.463 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-06T17:51:26.491 INFO:teuthology.orchestra.run.smithi019.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-06T17:51:26.491 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:51:26.491 INFO:teuthology.orchestra.run.smithi019.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-06T17:51:26.492 INFO:teuthology.orchestra.run.smithi019.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-06T17:51:26.592 INFO:teuthology.orchestra.run.smithi019.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-06T17:51:26.592 INFO:teuthology.orchestra.run.smithi019.stdout:releasing clients 2024-02-06T17:51:27.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:27 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:25.959469+0000 mgr.smithi019.gohzab (mgr.34104) 489 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 8.6 MiB/s wr, 769 op/s 2024-02-06T17:51:27.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:27 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:25.959469+0000 mgr.smithi019.gohzab (mgr.34104) 489 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 8.6 MiB/s wr, 769 op/s 2024-02-06T17:51:28.594 INFO:teuthology.orchestra.run.smithi019.stdout: 5 462 24.15 MB/sec execute 1 sec latency 58.741 ms 2024-02-06T17:51:29.021 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:27.959976+0000 mgr.smithi019.gohzab (mgr.34104) 490 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 12 MiB/s wr, 1.06k op/s 2024-02-06T17:51:29.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:29 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:27.959976+0000 mgr.smithi019.gohzab (mgr.34104) 490 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 12 MiB/s wr, 1.06k op/s 2024-02-06T17:51:29.594 INFO:teuthology.orchestra.run.smithi019.stdout: 5 735 24.95 MB/sec execute 2 sec latency 59.240 ms 2024-02-06T17:51:30.594 INFO:teuthology.orchestra.run.smithi019.stdout: 5 1153 19.45 MB/sec execute 3 sec latency 30.949 ms 2024-02-06T17:51:31.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:29.960403+0000 mgr.smithi019.gohzab (mgr.34104) 491 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 779 op/s 2024-02-06T17:51:31.429 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:29.960403+0000 mgr.smithi019.gohzab (mgr.34104) 491 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 779 op/s 2024-02-06T17:51:31.594 INFO:teuthology.orchestra.run.smithi019.stdout: 5 1649 18.57 MB/sec execute 4 sec latency 36.453 ms 2024-02-06T17:51:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:31.890506+0000 mon.smithi019 (mon.0) 1334 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-02-06T17:51:32.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:31.890727+0000 mon.smithi019 (mon.0) 1335 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-06T17:51:32.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:31.890985+0000 mon.smithi019 (mon.0) 1336 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T17:51:32.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:31.891156+0000 mon.smithi019 (mon.0) 1337 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T17:51:32.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:31.890506+0000 mon.smithi019 (mon.0) 1334 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-02-06T17:51:32.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:31.890727+0000 mon.smithi019 (mon.0) 1335 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-06T17:51:32.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:31.890985+0000 mon.smithi019 (mon.0) 1336 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T17:51:32.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:31.891156+0000 mon.smithi019 (mon.0) 1337 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T17:51:32.594 INFO:teuthology.orchestra.run.smithi019.stdout: 5 cleanup 5 sec 2024-02-06T17:51:32.812 INFO:teuthology.orchestra.run.smithi019.stdout: 0 cleanup 5 sec 2024-02-06T17:51:32.812 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:51:32.812 INFO:teuthology.orchestra.run.smithi019.stdout: Operation Count AvgLat MaxLat 2024-02-06T17:51:32.812 INFO:teuthology.orchestra.run.smithi019.stdout: ---------------------------------------- 2024-02-06T17:51:32.812 INFO:teuthology.orchestra.run.smithi019.stdout: NTCreateX 1741 3.526 59.233 2024-02-06T17:51:32.812 INFO:teuthology.orchestra.run.smithi019.stdout: Close 1521 3.813 41.084 2024-02-06T17:51:32.812 INFO:teuthology.orchestra.run.smithi019.stdout: Rename 56 8.455 26.327 2024-02-06T17:51:32.812 INFO:teuthology.orchestra.run.smithi019.stdout: Unlink 151 4.610 30.400 2024-02-06T17:51:32.812 INFO:teuthology.orchestra.run.smithi019.stdout: Qpathinfo 1508 1.538 24.504 2024-02-06T17:51:32.812 INFO:teuthology.orchestra.run.smithi019.stdout: Qfileinfo 469 11.682 47.113 2024-02-06T17:51:32.813 INFO:teuthology.orchestra.run.smithi019.stdout: Qfsinfo 178 0.450 3.017 2024-02-06T17:51:32.813 INFO:teuthology.orchestra.run.smithi019.stdout: Sfileinfo 178 11.607 35.153 2024-02-06T17:51:32.813 INFO:teuthology.orchestra.run.smithi019.stdout: Find 488 0.353 3.044 2024-02-06T17:51:32.813 INFO:teuthology.orchestra.run.smithi019.stdout: WriteX 1746 0.019 0.053 2024-02-06T17:51:32.813 INFO:teuthology.orchestra.run.smithi019.stdout: ReadX 1829 0.012 1.560 2024-02-06T17:51:32.813 INFO:teuthology.orchestra.run.smithi019.stdout: Flush 151 11.553 24.151 2024-02-06T17:51:32.813 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:51:32.813 INFO:teuthology.orchestra.run.smithi019.stdout:Throughput 18.5728 MB/sec 5 clients 5 procs max_latency=59.240 ms 2024-02-06T17:51:32.814 DEBUG:teuthology.parallel:result is None 2024-02-06T17:51:33.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:31.960931+0000 mgr.smithi019.gohzab (mgr.34104) 492 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 919 op/s 2024-02-06T17:51:33.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:31.960931+0000 mgr.smithi019.gohzab (mgr.34104) 492 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 919 op/s 2024-02-06T17:51:35.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:33.961603+0000 mgr.smithi019.gohzab (mgr.34104) 493 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 314 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 797 op/s 2024-02-06T17:51:35.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:33.961603+0000 mgr.smithi019.gohzab (mgr.34104) 493 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 314 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 797 op/s 2024-02-06T17:51:37.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:35.962078+0000 mgr.smithi019.gohzab (mgr.34104) 494 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 14 MiB/s wr, 692 op/s 2024-02-06T17:51:37.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:37 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:35.962078+0000 mgr.smithi019.gohzab (mgr.34104) 494 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 14 MiB/s wr, 692 op/s 2024-02-06T17:51:39.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:39 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:37.962729+0000 mgr.smithi019.gohzab (mgr.34104) 495 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 260 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 706 op/s 2024-02-06T17:51:39.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:39 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:37.962729+0000 mgr.smithi019.gohzab (mgr.34104) 495 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 260 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 706 op/s 2024-02-06T17:51:41.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:41 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:39.963279+0000 mgr.smithi019.gohzab (mgr.34104) 496 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 222 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 9.4 MiB/s wr, 384 op/s 2024-02-06T17:51:41.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:41 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:39.963279+0000 mgr.smithi019.gohzab (mgr.34104) 496 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 222 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 9.4 MiB/s wr, 384 op/s 2024-02-06T17:51:42.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:42 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:42.002299+0000 mon.smithi019 (mon.0) 1338 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:51:42.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:42 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:42.002299+0000 mon.smithi019 (mon.0) 1338 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:51:43.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:41.964002+0000 mgr.smithi019.gohzab (mgr.34104) 497 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 213 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 328 op/s 2024-02-06T17:51:43.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:42.315521+0000 mon.smithi019 (mon.0) 1339 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:51:43.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:42.316237+0000 mon.smithi019 (mon.0) 1340 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:51:43.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:42.320424+0000 mon.smithi019 (mon.0) 1341 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:51:43.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:42.322415+0000 mon.smithi019 (mon.0) 1342 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:51:43.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:43 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:51:42.325831+0000 mon.smithi019 (mon.0) 1343 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:51:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:41.964002+0000 mgr.smithi019.gohzab (mgr.34104) 497 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 213 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 328 op/s 2024-02-06T17:51:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:42.315521+0000 mon.smithi019 (mon.0) 1339 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:51:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:42.316237+0000 mon.smithi019 (mon.0) 1340 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T17:51:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:42.320424+0000 mon.smithi019 (mon.0) 1341 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:51:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:42.322415+0000 mon.smithi019 (mon.0) 1342 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T17:51:43.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:43 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:51:42.325831+0000 mon.smithi019 (mon.0) 1343 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' 2024-02-06T17:51:44.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:51:42.316818+0000 mgr.smithi019.gohzab (mgr.34104) 498 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:51:44.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:51:42.322834+0000 mgr.smithi019.gohzab (mgr.34104) 499 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:51:44.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:44 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cephadm 2024-02-06T17:51:42.322906+0000 mgr.smithi019.gohzab (mgr.34104) 500 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:51:44.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:51:42.316818+0000 mgr.smithi019.gohzab (mgr.34104) 498 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T17:51:44.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:51:42.322834+0000 mgr.smithi019.gohzab (mgr.34104) 499 : cephadm [INF] Filtered out host smithi019: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:51:44.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:44 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cephadm 2024-02-06T17:51:42.322906+0000 mgr.smithi019.gohzab (mgr.34104) 500 : cephadm [INF] Filtered out host smithi103: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T17:51:45.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:45 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:43.964554+0000 mgr.smithi019.gohzab (mgr.34104) 501 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.4 MiB/s wr, 139 op/s 2024-02-06T17:51:45.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:45 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:43.964554+0000 mgr.smithi019.gohzab (mgr.34104) 501 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.4 MiB/s wr, 139 op/s 2024-02-06T17:51:47.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:47 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:45.965053+0000 mgr.smithi019.gohzab (mgr.34104) 502 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 966 KiB/s wr, 86 op/s 2024-02-06T17:51:47.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:47 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:45.965053+0000 mgr.smithi019.gohzab (mgr.34104) 502 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 966 KiB/s wr, 86 op/s 2024-02-06T17:51:49.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:49 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:47.965763+0000 mgr.smithi019.gohzab (mgr.34104) 503 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 399 KiB/s wr, 69 op/s 2024-02-06T17:51:49.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:49 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:47.965763+0000 mgr.smithi019.gohzab (mgr.34104) 503 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 399 KiB/s wr, 69 op/s 2024-02-06T17:51:51.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:51 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:49.966435+0000 mgr.smithi019.gohzab (mgr.34104) 504 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 4.6 KiB/s wr, 14 op/s 2024-02-06T17:51:51.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:51 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:49.966435+0000 mgr.smithi019.gohzab (mgr.34104) 504 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 4.6 KiB/s wr, 14 op/s 2024-02-06T17:51:53.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:53 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:51.967226+0000 mgr.smithi019.gohzab (mgr.34104) 505 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 4.9 KiB/s wr, 3 op/s 2024-02-06T17:51:53.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:53 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:51.967226+0000 mgr.smithi019.gohzab (mgr.34104) 505 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 4.9 KiB/s wr, 3 op/s 2024-02-06T17:51:55.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:54 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:53.967860+0000 mgr.smithi019.gohzab (mgr.34104) 506 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T17:51:55.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:53.967860+0000 mgr.smithi019.gohzab (mgr.34104) 506 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T17:51:57.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:57 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:55.968398+0000 mgr.smithi019.gohzab (mgr.34104) 507 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T17:51:57.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:57 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:55.968398+0000 mgr.smithi019.gohzab (mgr.34104) 507 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T17:51:59.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:51:59 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:57.969202+0000 mgr.smithi019.gohzab (mgr.34104) 508 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T17:51:59.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:51:59 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:57.969202+0000 mgr.smithi019.gohzab (mgr.34104) 508 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T17:52:01.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:01 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:51:59.969768+0000 mgr.smithi019.gohzab (mgr.34104) 509 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T17:52:01.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:51:59.969768+0000 mgr.smithi019.gohzab (mgr.34104) 509 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T17:52:03.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:03 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:01.970335+0000 mgr.smithi019.gohzab (mgr.34104) 510 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T17:52:03.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:03 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:01.970335+0000 mgr.smithi019.gohzab (mgr.34104) 510 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T17:52:05.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:04 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:03.971025+0000 mgr.smithi019.gohzab (mgr.34104) 511 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T17:52:05.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:04 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:03.971025+0000 mgr.smithi019.gohzab (mgr.34104) 511 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T17:52:07.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:05.971586+0000 mgr.smithi019.gohzab (mgr.34104) 512 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:07.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:07 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:05.971586+0000 mgr.smithi019.gohzab (mgr.34104) 512 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:09.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:07.972339+0000 mgr.smithi019.gohzab (mgr.34104) 513 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:09.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:09 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:07.972339+0000 mgr.smithi019.gohzab (mgr.34104) 513 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:11.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:09.973045+0000 mgr.smithi019.gohzab (mgr.34104) 514 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:11.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:11 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:09.973045+0000 mgr.smithi019.gohzab (mgr.34104) 514 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:11.933 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph orch ps' 2024-02-06T17:52:13.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:11.973567+0000 mgr.smithi019.gohzab (mgr.34104) 515 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:13.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:13 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:11.973567+0000 mgr.smithi019.gohzab (mgr.34104) 515 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:13.882 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:52:13.883 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 running (2m) 92s ago 18m 16.0M - 0.23.0 ba2b418f427c 3e51b38e1a40 2024-02-06T17:52:13.883 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (7m) 92s ago 18m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab ac826aacac58 2024-02-06T17:52:13.883 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi103 smithi103 running (7m) 2m ago 17m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab 358ac1890a9f 2024-02-06T17:52:13.883 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 running (97s) 92s ago 18m 21.5M - 8.3.5 dad864ee21e9 a375934fdb33 2024-02-06T17:52:13.883 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi019.mpqmyy smithi019 running (3m) 92s ago 13m 43.6M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a918586d6ba8 2024-02-06T17:52:13.883 INFO:teuthology.orchestra.run.smithi019.stdout:mds.foofs.smithi103.xlxcbt smithi103 running (3m) 2m ago 13m 12.5M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 8e1bb44cd42a 2024-02-06T17:52:13.883 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.gohzab smithi019 *:8443,9283 running (9m) 92s ago 19m 446M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 6b85ec4e7e1c 2024-02-06T17:52:13.883 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi103.bisajp smithi103 *:8443,9283 running (9m) 2m ago 18m 387M - 16.2.14-512-gce0a401e 3dc0b58dc7ab fe8c9b13a34b 2024-02-06T17:52:13.883 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (8m) 92s ago 19m 69.1M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 1b03fa9aafb8 2024-02-06T17:52:13.883 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi103 smithi103 running (8m) 2m ago 18m 52.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab a2e9a661abb0 2024-02-06T17:52:13.883 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.0.0.smithi019.dexrcv smithi019 *:2049 running (3m) 92s ago 10m 119M - 3.5 3dc0b58dc7ab 6bfcd3c0f165 2024-02-06T17:52:13.883 INFO:teuthology.orchestra.run.smithi019.stdout:nfs.foo.1.0.smithi103.cclqve smithi103 *:2049 running (2m) 2m ago 10m 75.4M - 3.5 3dc0b58dc7ab c9a1d7dc6658 2024-02-06T17:52:13.884 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 running (2m) 92s ago 17m 14.2M - 1.3.1 1dbe0e931976 439e909a9e86 2024-02-06T17:52:13.884 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi103 smithi103 running (2m) 2m ago 17m 9357k - 1.3.1 1dbe0e931976 57270b2570b7 2024-02-06T17:52:13.884 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi019 running (7m) 92s ago 17m 351M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8b717c6300ef 2024-02-06T17:52:13.884 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (7m) 92s ago 17m 340M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab c145e664fd94 2024-02-06T17:52:13.884 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi019 running (6m) 92s ago 16m 251M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 9f4d167f6c5a 2024-02-06T17:52:13.884 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (6m) 92s ago 16m 306M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 559ebbba1aa2 2024-02-06T17:52:13.884 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi103 running (5m) 2m ago 15m 287M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b709e19a3a8b 2024-02-06T17:52:13.884 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi103 running (5m) 2m ago 15m 290M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ba7e79691248 2024-02-06T17:52:13.884 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi103 running (4m) 2m ago 15m 271M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b17bfa97adb9 2024-02-06T17:52:13.884 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi103 running (4m) 2m ago 14m 315M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab ea5b7b334e19 2024-02-06T17:52:13.884 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi103 smithi103 running (2m) 2m ago 17m 35.5M - 2.33.4 514e6a882f6e 1f682fd08108 2024-02-06T17:52:14.510 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph versions' 2024-02-06T17:52:15.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:13.870046+0000 mgr.smithi019.gohzab (mgr.34104) 516 : audit [DBG] from='client.34492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:52:15.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:13.872228+0000 mon.smithi019 (mon.0) 1344 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:52:15.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:13.872607+0000 mon.smithi019 (mon.0) 1345 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:13.872938+0000 mon.smithi019 (mon.0) 1346 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:13.873210+0000 mon.smithi019 (mon.0) 1347 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:13.873476+0000 mon.smithi019 (mon.0) 1348 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:13.875248+0000 mon.smithi019 (mon.0) 1349 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:52:15.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:13.875533+0000 mon.smithi019 (mon.0) 1350 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:13.875821+0000 mon.smithi019 (mon.0) 1351 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:13.876101+0000 mon.smithi019 (mon.0) 1352 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:13.876364+0000 mon.smithi019 (mon.0) 1353 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.072 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:13.974049+0000 mgr.smithi019.gohzab (mgr.34104) 517 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T17:52:15.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:13.870046+0000 mgr.smithi019.gohzab (mgr.34104) 516 : audit [DBG] from='client.34492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:52:15.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:13.872228+0000 mon.smithi019 (mon.0) 1344 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi019","key": "mon_memory_target"}]: dispatch 2024-02-06T17:52:15.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:13.872607+0000 mon.smithi019 (mon.0) 1345 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:13.872938+0000 mon.smithi019 (mon.0) 1346 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:13.873210+0000 mon.smithi019 (mon.0) 1347 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:13.873476+0000 mon.smithi019 (mon.0) 1348 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:13.875248+0000 mon.smithi019 (mon.0) 1349 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "mon.smithi103","key": "mon_memory_target"}]: dispatch 2024-02-06T17:52:15.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:13.875533+0000 mon.smithi019 (mon.0) 1350 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:13.875821+0000 mon.smithi019 (mon.0) 1351 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:13.876101+0000 mon.smithi019 (mon.0) 1352 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:13.876364+0000 mon.smithi019 (mon.0) 1353 : audit [DBG] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:52:15.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:14 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:13.974049+0000 mgr.smithi019.gohzab (mgr.34104) 517 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T17:52:16.514 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-06T17:52:16.514 INFO:teuthology.orchestra.run.smithi019.stdout: "mon": { 2024-02-06T17:52:16.514 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:52:16.514 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:52:16.515 INFO:teuthology.orchestra.run.smithi019.stdout: "mgr": { 2024-02-06T17:52:16.515 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:52:16.515 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:52:16.515 INFO:teuthology.orchestra.run.smithi019.stdout: "osd": { 2024-02-06T17:52:16.515 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T17:52:16.515 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:52:16.515 INFO:teuthology.orchestra.run.smithi019.stdout: "mds": { 2024-02-06T17:52:16.515 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:52:16.515 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:52:16.515 INFO:teuthology.orchestra.run.smithi019.stdout: "overall": { 2024-02-06T17:52:16.515 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 14 2024-02-06T17:52:16.515 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:52:16.515 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-06T17:52:17.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:15.974718+0000 mgr.smithi019.gohzab (mgr.34104) 518 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:17.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:17 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:16.514145+0000 mon.smithi019 (mon.0) 1354 : audit [DBG] from='client.? 172.21.15.19:0/1565809944' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:52:17.257 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-06T17:52:17.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:15.974718+0000 mgr.smithi019.gohzab (mgr.34104) 518 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:17.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:16.514145+0000 mon.smithi019 (mon.0) 1354 : audit [DBG] from='client.? 172.21.15.19:0/1565809944' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:52:19.213 INFO:teuthology.orchestra.run.smithi019.stdout:true 2024-02-06T17:52:19.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:17.975548+0000 mgr.smithi019.gohzab (mgr.34104) 519 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:19.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:19 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:17.975548+0000 mgr.smithi019.gohzab (mgr.34104) 519 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:19.898 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-02-06T17:52:20.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:20 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:19.201919+0000 mon.smithi019 (mon.0) 1355 : audit [DBG] from='client.? 172.21.15.19:0/295428253' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:52:20.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:19.201919+0000 mon.smithi019 (mon.0) 1355 : audit [DBG] from='client.? 172.21.15.19:0/295428253' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:52:21.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:19.976024+0000 mgr.smithi019.gohzab (mgr.34104) 520 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:21.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:21 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:19.976024+0000 mgr.smithi019.gohzab (mgr.34104) 520 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:22.038 INFO:teuthology.orchestra.run.smithi019.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)" 2024-02-06T17:52:22.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:22.026652+0000 mon.smithi019 (mon.0) 1356 : audit [DBG] from='client.? 172.21.15.19:0/3217875926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:52:22.424 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:22 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:22.026652+0000 mon.smithi019 (mon.0) 1356 : audit [DBG] from='client.? 172.21.15.19:0/3217875926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:52:22.720 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-02-06T17:52:22.720 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-06T17:52:22.721 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-06T17:52:23.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:21.976510+0000 mgr.smithi019.gohzab (mgr.34104) 521 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:23.354 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:23 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:21.976510+0000 mgr.smithi019.gohzab (mgr.34104) 521 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:24.647 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-06T17:52:24.647 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-06T17:33:08.783322Z", "last_refresh": "2024-02-06T17:50:41.815454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-06T17:32:56.685324Z", "last_refresh": "2024-02-06T17:49:56.845304Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-06T17:33:05.463254Z", "last_refresh": "2024-02-06T17:50:41.815612Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-06T17:38:54.872857Z", "last_refresh": "2024-02-06T17:49:56.845676Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-06T17:32:54.792037Z", "last_refresh": "2024-02-06T17:49:56.844983Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-06T17:32:53.104964Z", "last_refresh": "2024-02-06T17:49:56.844824Z", "running": 2, "size": 5}}, {"events": ["2024-02-06T17:43:38.508712Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-02-06T17:41:47.227269Z", "last_refresh": "2024-02-06T17:49:56.845817Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-06T17:33:07.407667Z", "last_refresh": "2024-02-06T17:49:56.845109Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "last_refresh": "2024-02-06T17:49:56.845374Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-06T17:33:03.634675Z", "last_refresh": "2024-02-06T17:49:56.845216Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-06T17:52:24.928 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:24 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:23.977099+0000 mgr.smithi019.gohzab (mgr.34104) 522 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T17:52:25.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:23.977099+0000 mgr.smithi019.gohzab (mgr.34104) 522 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T17:52:25.299 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-06T17:52:25.300 DEBUG:teuthology.parallel:result is None 2024-02-06T17:52:25.300 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-06T17:52:25.310 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-06T17:52:25.310 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-02-06T17:52:25.343 INFO:teuthology.orchestra.run.smithi019.stderr:+ umount /mnt/foo 2024-02-06T17:52:25.378 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-06T17:52:25.386 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-06T17:52:25.387 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-02-06T17:52:26.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:24.643435+0000 mgr.smithi019.gohzab (mgr.34104) 523 : audit [DBG] from='client.34508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-06T17:52:26.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:25 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:24.643435+0000 mgr.smithi019.gohzab (mgr.34104) 523 : audit [DBG] from='client.34508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-06T17:52:27.067 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:26 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:25.977538+0000 mgr.smithi019.gohzab (mgr.34104) 524 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:27.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:25.977538+0000 mgr.smithi019.gohzab (mgr.34104) 524 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:27.511 INFO:teuthology.orchestra.run.smithi019.stdout:foo 2024-02-06T17:52:28.190 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-02-06T17:52:29.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:27.496585+0000 mgr.smithi019.gohzab (mgr.34104) 525 : audit [DBG] from='client.34512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:52:29.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:27.978072+0000 mgr.smithi019.gohzab (mgr.34104) 526 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:29.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:29 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:27.496585+0000 mgr.smithi019.gohzab (mgr.34104) 525 : audit [DBG] from='client.34512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:52:29.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:29 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:27.978072+0000 mgr.smithi019.gohzab (mgr.34104) 526 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:30.156 INFO:teuthology.orchestra.run.smithi019.stdout:[ 2024-02-06T17:52:30.156 INFO:teuthology.orchestra.run.smithi019.stdout: { 2024-02-06T17:52:30.156 INFO:teuthology.orchestra.run.smithi019.stdout: "export_id": 1, 2024-02-06T17:52:30.156 INFO:teuthology.orchestra.run.smithi019.stdout: "path": "/", 2024-02-06T17:52:30.156 INFO:teuthology.orchestra.run.smithi019.stdout: "cluster_id": "foo", 2024-02-06T17:52:30.156 INFO:teuthology.orchestra.run.smithi019.stdout: "pseudo": "/fake", 2024-02-06T17:52:30.156 INFO:teuthology.orchestra.run.smithi019.stdout: "access_type": "RW", 2024-02-06T17:52:30.156 INFO:teuthology.orchestra.run.smithi019.stdout: "squash": "no_root_squash", 2024-02-06T17:52:30.156 INFO:teuthology.orchestra.run.smithi019.stdout: "security_label": true, 2024-02-06T17:52:30.156 INFO:teuthology.orchestra.run.smithi019.stdout: "protocols": [ 2024-02-06T17:52:30.157 INFO:teuthology.orchestra.run.smithi019.stdout: 4 2024-02-06T17:52:30.157 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:52:30.157 INFO:teuthology.orchestra.run.smithi019.stdout: "transports": [ 2024-02-06T17:52:30.157 INFO:teuthology.orchestra.run.smithi019.stdout: "TCP" 2024-02-06T17:52:30.157 INFO:teuthology.orchestra.run.smithi019.stdout: ], 2024-02-06T17:52:30.157 INFO:teuthology.orchestra.run.smithi019.stdout: "fsal": { 2024-02-06T17:52:30.157 INFO:teuthology.orchestra.run.smithi019.stdout: "name": "CEPH", 2024-02-06T17:52:30.157 INFO:teuthology.orchestra.run.smithi019.stdout: "user_id": "nfs.foo.1", 2024-02-06T17:52:30.157 INFO:teuthology.orchestra.run.smithi019.stdout: "fs_name": "foofs" 2024-02-06T17:52:30.157 INFO:teuthology.orchestra.run.smithi019.stdout: }, 2024-02-06T17:52:30.157 INFO:teuthology.orchestra.run.smithi019.stdout: "clients": [] 2024-02-06T17:52:30.157 INFO:teuthology.orchestra.run.smithi019.stdout: } 2024-02-06T17:52:30.157 INFO:teuthology.orchestra.run.smithi019.stdout:] 2024-02-06T17:52:30.788 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-02-06T17:52:31.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:29.978536+0000 mgr.smithi019.gohzab (mgr.34104) 527 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:31.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:30.128620+0000 mgr.smithi019.gohzab (mgr.34104) 528 : audit [DBG] from='client.34516 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:52:31.368 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:29.978536+0000 mgr.smithi019.gohzab (mgr.34104) 527 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:31.368 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:31 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:30.128620+0000 mgr.smithi019.gohzab (mgr.34104) 528 : audit [DBG] from='client.34516 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:52:32.236 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:31.041014+0000 mon.smithi019 (mon.0) 1357 : cluster [DBG] mgrmap e45: smithi019.gohzab(active, since 9m), standbys: smithi103.bisajp 2024-02-06T17:52:32.236 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:31.894051+0000 mon.smithi019 (mon.0) 1358 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-02-06T17:52:32.236 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:31.894262+0000 mon.smithi019 (mon.0) 1359 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-06T17:52:32.237 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:31.894459+0000 mon.smithi019 (mon.0) 1360 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-06T17:52:32.237 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:32 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:31.894652+0000 mon.smithi019 (mon.0) 1361 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-06T17:52:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:31.041014+0000 mon.smithi019 (mon.0) 1357 : cluster [DBG] mgrmap e45: smithi019.gohzab(active, since 9m), standbys: smithi103.bisajp 2024-02-06T17:52:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:31.894051+0000 mon.smithi019 (mon.0) 1358 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-02-06T17:52:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:31.894262+0000 mon.smithi019 (mon.0) 1359 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-06T17:52:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:31.894459+0000 mon.smithi019 (mon.0) 1360 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-02-06T17:52:32.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:31.894652+0000 mon.smithi019 (mon.0) 1361 : audit [INF] from='mgr.34104 172.21.15.19:0/3830633521' entity='mgr.smithi019.gohzab' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-06T17:52:32.485 INFO:teuthology.orchestra.run.smithi019.stdout:foo rec-0000000000000003:nfs.foo.1 2024-02-06T17:52:32.485 INFO:teuthology.orchestra.run.smithi019.stdout:foo grace 2024-02-06T17:52:32.485 INFO:teuthology.orchestra.run.smithi019.stdout:foo rec-0000000000000003:nfs.foo.0 2024-02-06T17:52:32.485 INFO:teuthology.orchestra.run.smithi019.stdout:foo conf-nfs.foo 2024-02-06T17:52:32.485 INFO:teuthology.orchestra.run.smithi019.stdout:foo export-1 2024-02-06T17:52:33.086 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9c31a602-c515-11ee-95b6-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 5' 2024-02-06T17:52:33.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:31.979018+0000 mgr.smithi019.gohzab (mgr.34104) 529 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:33.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:33 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:31.979018+0000 mgr.smithi019.gohzab (mgr.34104) 529 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T17:52:34.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:34 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: cluster 2024-02-06T17:52:33.979429+0000 mgr.smithi019.gohzab (mgr.34104) 530 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T17:52:35.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: cluster 2024-02-06T17:52:33.979429+0000 mgr.smithi019.gohzab (mgr.34104) 530 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T17:52:35.104 INFO:teuthology.orchestra.run.smithi019.stdout:5 2024-02-06T17:52:35.734 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-06T17:52:35.745 INFO:tasks.cephadm:Teardown begin 2024-02-06T17:52:35.746 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:52:35.782 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:52:35.822 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-06T17:52:35.822 DEBUG:teuthology.orchestra.run.smithi019:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-06T17:52:35.843 DEBUG:teuthology.orchestra.run.smithi103:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-06T17:52:35.883 INFO:tasks.cephadm:Stopping all daemons... 2024-02-06T17:52:35.883 INFO:tasks.cephadm.mon.smithi019:Stopping mon.smithi019... 2024-02-06T17:52:35.883 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi019 2024-02-06T17:52:36.071 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: audit 2024-02-06T17:52:35.092602+0000 mon.smithi019 (mon.0) 1362 : audit [DBG] from='client.? 172.21.15.19:0/1105992636' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-06T17:52:36.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:35 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: audit 2024-02-06T17:52:35.092602+0000 mon.smithi019 (mon.0) 1362 : audit [DBG] from='client.? 172.21.15.19:0/1105992636' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-06T17:52:36.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:35 smithi019 systemd[1]: Stopping Ceph mon.smithi019 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:52:36.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:35 smithi019 bash[89430]: Error: no container with name or ID "ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon.smithi019" found: no such container 2024-02-06T17:52:36.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:52:36.212+0000 7f237e5b9700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:52:36.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:36 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019[69474]: debug 2024-02-06T17:52:36.212+0000 7f237e5b9700 -1 mon.smithi019@0(leader) e3 *** Got Signal Terminated *** 2024-02-06T17:52:37.178 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 06 17:52:36 smithi019 bash[89469]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi019 2024-02-06T17:52:37.247 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi019.service' 2024-02-06T17:52:37.296 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:52:37.296 INFO:tasks.cephadm.mon.smithi019:Stopped mon.smithi019 2024-02-06T17:52:37.296 INFO:tasks.cephadm.mon.smithi103:Stopping mon.smithi103... 2024-02-06T17:52:37.296 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi103 2024-02-06T17:52:37.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:37 smithi103 systemd[1]: Stopping Ceph mon.smithi103 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:52:37.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:37 smithi103 bash[69122]: Error: no container with name or ID "ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon.smithi103" found: no such container 2024-02-06T17:52:37.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:52:37.565+0000 7fa99db9d700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:52:37.821 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103[55739]: debug 2024-02-06T17:52:37.565+0000 7fa99db9d700 -1 mon.smithi103@1(peon) e3 *** Got Signal Terminated *** 2024-02-06T17:52:38.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Feb 06 17:52:38 smithi103 bash[69162]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-mon-smithi103 2024-02-06T17:52:38.527 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@mon.smithi103.service' 2024-02-06T17:52:38.590 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:52:38.590 INFO:tasks.cephadm.mon.smithi103:Stopped mon.smithi103 2024-02-06T17:52:38.590 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-06T17:52:38.590 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.0 2024-02-06T17:52:38.905 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:52:38 smithi019 systemd[1]: Stopping Ceph osd.0 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:52:38.905 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:52:38 smithi019 bash[89599]: Error: no container with name or ID "ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.0" found: no such container 2024-02-06T17:52:39.178 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:52:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-0[73800]: debug 2024-02-06T17:52:38.904+0000 7f5fd8e73700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:52:39.178 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:52:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-0[73800]: debug 2024-02-06T17:52:38.904+0000 7f5fd8e73700 -1 osd.0 112 *** Got signal Terminated *** 2024-02-06T17:52:39.178 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:52:38 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-0[73800]: debug 2024-02-06T17:52:38.904+0000 7f5fd8e73700 -1 osd.0 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:52:44.678 INFO:journalctl@ceph.osd.0.smithi019.stdout:Feb 06 17:52:44 smithi019 bash[89641]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-0 2024-02-06T17:52:46.403 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.0.service' 2024-02-06T17:52:46.445 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:52:46.445 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-06T17:52:46.445 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-06T17:52:46.445 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.1 2024-02-06T17:52:46.678 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:52:46 smithi019 systemd[1]: Stopping Ceph osd.1 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:52:46.678 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:52:46 smithi019 bash[89880]: Error: no container with name or ID "ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.1" found: no such container 2024-02-06T17:52:47.178 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:52:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-1[75758]: debug 2024-02-06T17:52:46.764+0000 7f251b31e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:52:47.178 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:52:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-1[75758]: debug 2024-02-06T17:52:46.764+0000 7f251b31e700 -1 osd.1 112 *** Got signal Terminated *** 2024-02-06T17:52:47.179 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:52:46 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-1[75758]: debug 2024-02-06T17:52:46.764+0000 7f251b31e700 -1 osd.1 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:52:52.429 INFO:journalctl@ceph.osd.1.smithi019.stdout:Feb 06 17:52:52 smithi019 bash[89922]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-1 2024-02-06T17:52:53.948 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.1.service' 2024-02-06T17:52:53.991 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:52:53.992 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-06T17:52:53.992 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-06T17:52:53.992 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.2 2024-02-06T17:52:54.347 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:52:54 smithi019 systemd[1]: Stopping Ceph osd.2 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:52:54.347 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:52:54 smithi019 bash[90157]: Error: no container with name or ID "ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.2" found: no such container 2024-02-06T17:52:54.678 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:52:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-2[77673]: debug 2024-02-06T17:52:54.344+0000 7f3188188700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:52:54.678 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:52:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-2[77673]: debug 2024-02-06T17:52:54.344+0000 7f3188188700 -1 osd.2 112 *** Got signal Terminated *** 2024-02-06T17:52:54.679 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:52:54 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-2[77673]: debug 2024-02-06T17:52:54.344+0000 7f3188188700 -1 osd.2 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:53:00.178 INFO:journalctl@ceph.osd.2.smithi019.stdout:Feb 06 17:52:59 smithi019 bash[90198]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-2 2024-02-06T17:53:01.551 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.2.service' 2024-02-06T17:53:01.591 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:53:01.592 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-06T17:53:01.592 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-06T17:53:01.592 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.3 2024-02-06T17:53:01.928 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:53:01 smithi019 systemd[1]: Stopping Ceph osd.3 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:53:01.928 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:53:01 smithi019 bash[90431]: Error: no container with name or ID "ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.3" found: no such container 2024-02-06T17:53:02.428 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:53:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-3[79566]: debug 2024-02-06T17:53:01.959+0000 7fe6e12a8700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:53:02.428 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:53:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-3[79566]: debug 2024-02-06T17:53:01.959+0000 7fe6e12a8700 -1 osd.3 112 *** Got signal Terminated *** 2024-02-06T17:53:02.428 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:53:01 smithi019 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-3[79566]: debug 2024-02-06T17:53:01.959+0000 7fe6e12a8700 -1 osd.3 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:53:06.321 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:05 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:05.987+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:07.322 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:07.018+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:07.322 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:07.104+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:07.821 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:07.611+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:07.822 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:07 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:53:07.438+0000 7f377c3cb700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.998971+0000 front 2024-02-06T17:52:41.998851+0000 (oldest deadline 2024-02-06T17:53:06.698860+0000) 2024-02-06T17:53:07.928 INFO:journalctl@ceph.osd.3.smithi019.stdout:Feb 06 17:53:07 smithi019 bash[90471]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-3 2024-02-06T17:53:08.322 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:08.017+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:08.322 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:08.089+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:08.821 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:08.654+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:08.822 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:08 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:53:08.482+0000 7f377c3cb700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.998971+0000 front 2024-02-06T17:52:41.998851+0000 (oldest deadline 2024-02-06T17:53:06.698860+0000) 2024-02-06T17:53:09.237 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.3.service' 2024-02-06T17:53:09.283 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:53:09.284 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-06T17:53:09.284 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-06T17:53:09.284 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.4 2024-02-06T17:53:09.315 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:09.022+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:09.315 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:09.120+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:09.571 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:09 smithi103 systemd[1]: Stopping Ceph osd.4 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:53:09.571 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:09 smithi103 bash[69287]: Error: no container with name or ID "ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.4" found: no such container 2024-02-06T17:53:09.571 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:53:09.495+0000 7f377c3cb700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.998971+0000 front 2024-02-06T17:52:41.998851+0000 (oldest deadline 2024-02-06T17:53:06.698860+0000) 2024-02-06T17:53:10.017 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:53:09.634+0000 7f377f44e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:53:10.018 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:53:09.634+0000 7f377f44e700 -1 osd.4 112 *** Got signal Terminated *** 2024-02-06T17:53:10.018 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:53:09.634+0000 7f377f44e700 -1 osd.4 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:53:10.018 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:09 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:09.690+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:10.321 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:10.014+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:10.321 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:10.162+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:10.720 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:53:10.460+0000 7f377c3cb700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.998971+0000 front 2024-02-06T17:52:41.998851+0000 (oldest deadline 2024-02-06T17:53:06.698860+0000) 2024-02-06T17:53:11.063 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:10 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:10.719+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:11.321 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:11.062+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:11.321 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:11.133+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:11.762 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:53:11.425+0000 7f377c3cb700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.998971+0000 front 2024-02-06T17:52:41.998851+0000 (oldest deadline 2024-02-06T17:53:06.698860+0000) 2024-02-06T17:53:12.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:11 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:11.761+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:12.343 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:12.079+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:12.344 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:12.163+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:12.765 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:53:12.457+0000 7f377c3cb700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.998971+0000 front 2024-02-06T17:52:41.998851+0000 (oldest deadline 2024-02-06T17:53:06.698860+0000) 2024-02-06T17:53:13.072 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:12 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:12.763+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:13.420 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:13.111+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:13.420 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:13.207+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:13.420 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:13.207+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:13.803 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:53:13.418+0000 7f377c3cb700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.998971+0000 front 2024-02-06T17:52:41.998851+0000 (oldest deadline 2024-02-06T17:53:06.698860+0000) 2024-02-06T17:53:14.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:13.802+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:14.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:13 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:13.802+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:14.383 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:14.079+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:14.383 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:14.224+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:14.384 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:14.224+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:14.822 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4[59302]: debug 2024-02-06T17:53:14.382+0000 7f377c3cb700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.998971+0000 front 2024-02-06T17:52:41.998851+0000 (oldest deadline 2024-02-06T17:53:06.698860+0000) 2024-02-06T17:53:15.246 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:15.046+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:15.246 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:15.046+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.908822+0000 front 2024-02-06T17:52:48.908864+0000 (oldest deadline 2024-02-06T17:53:14.208544+0000) 2024-02-06T17:53:15.246 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:14.828+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:15.247 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:14 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:14.828+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:15.571 INFO:journalctl@ceph.osd.4.smithi103.stdout:Feb 06 17:53:15 smithi103 bash[69328]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-4 2024-02-06T17:53:15.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:15.245+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:15.572 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:15.245+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:16.242 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:15.998+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:16.242 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:15.998+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.908822+0000 front 2024-02-06T17:52:48.908864+0000 (oldest deadline 2024-02-06T17:53:14.208544+0000) 2024-02-06T17:53:16.242 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:15.868+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:16.242 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:15 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:15.868+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:16.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:16.240+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:16.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:16.240+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:16.982 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:16.845+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:16.982 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:16.845+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:16.990 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.4.service' 2024-02-06T17:53:17.070 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:53:17.071 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-06T17:53:17.071 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-06T17:53:17.071 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.5 2024-02-06T17:53:17.254 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:16.990+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:17.254 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:16 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:16.990+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.908822+0000 front 2024-02-06T17:52:48.908864+0000 (oldest deadline 2024-02-06T17:53:14.208544+0000) 2024-02-06T17:53:17.255 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:17 smithi103 systemd[1]: Stopping Ceph osd.5 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:53:17.255 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:17 smithi103 bash[69569]: Error: no container with name or ID "ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.5" found: no such container 2024-02-06T17:53:17.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:17.253+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:17.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:17.253+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:17.571 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:17.379+0000 7fe5520a4700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:53:17.571 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:17.379+0000 7fe5520a4700 -1 osd.5 112 *** Got signal Terminated *** 2024-02-06T17:53:17.571 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:17.379+0000 7fe5520a4700 -1 osd.5 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:53:18.282 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:17.835+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:18.282 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:17.835+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:18.282 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:17.946+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:18.282 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:17 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:17.946+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.908822+0000 front 2024-02-06T17:52:48.908864+0000 (oldest deadline 2024-02-06T17:53:14.208544+0000) 2024-02-06T17:53:18.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:18.281+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:18.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:18.281+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:18.943 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:18.800+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:18.943 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:18.800+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:19.316 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:18.943+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:19.316 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:18 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:18.943+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.908822+0000 front 2024-02-06T17:52:48.908864+0000 (oldest deadline 2024-02-06T17:53:14.208544+0000) 2024-02-06T17:53:19.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:19.315+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:19.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:19.315+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:20.287 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:19.822+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:20.288 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:19.822+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:20.288 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:19.977+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:20.288 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:19 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:19.977+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.908822+0000 front 2024-02-06T17:52:48.908864+0000 (oldest deadline 2024-02-06T17:53:14.208544+0000) 2024-02-06T17:53:20.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:20.287+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:20.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:20.287+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:21.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:20.787+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:21.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:20.787+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:21.071 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:20.961+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:21.071 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:20.961+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.908822+0000 front 2024-02-06T17:52:48.908864+0000 (oldest deadline 2024-02-06T17:53:14.208544+0000) 2024-02-06T17:53:21.071 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:20 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:20.961+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:57.709567+0000 front 2024-02-06T17:52:57.709517+0000 (oldest deadline 2024-02-06T17:53:20.609399+0000) 2024-02-06T17:53:21.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:21.264+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:21.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:21.264+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:22.071 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:21.926+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:43.707899+0000 front 2024-02-06T17:52:43.707821+0000 (oldest deadline 2024-02-06T17:53:05.407677+0000) 2024-02-06T17:53:22.071 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:21.926+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.908822+0000 front 2024-02-06T17:52:48.908864+0000 (oldest deadline 2024-02-06T17:53:14.208544+0000) 2024-02-06T17:53:22.071 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5[61003]: debug 2024-02-06T17:53:21.926+0000 7fe54c81c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:57.709567+0000 front 2024-02-06T17:52:57.709517+0000 (oldest deadline 2024-02-06T17:53:20.609399+0000) 2024-02-06T17:53:22.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:21.790+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:22.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:21.790+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:22.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:21 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:21.790+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:58.255316+0000 front 2024-02-06T17:52:58.255231+0000 (oldest deadline 2024-02-06T17:53:21.155182+0000) 2024-02-06T17:53:22.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:22.255+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:22.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:22.255+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:23.071 INFO:journalctl@ceph.osd.5.smithi103.stdout:Feb 06 17:53:22 smithi103 bash[69609]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-5 2024-02-06T17:53:23.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:22.835+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:23.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:22.835+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:23.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:22 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:22.835+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:58.255316+0000 front 2024-02-06T17:52:58.255231+0000 (oldest deadline 2024-02-06T17:53:21.155182+0000) 2024-02-06T17:53:23.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:23.286+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:23.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:23.286+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:23.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:23.286+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:24.044 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:23.834+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:24.044 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:23.834+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:24.044 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:23 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:23.834+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:58.255316+0000 front 2024-02-06T17:52:58.255231+0000 (oldest deadline 2024-02-06T17:53:21.155182+0000) 2024-02-06T17:53:24.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:24.316+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:24.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:24.316+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:24.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:24.316+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:24.686 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.5.service' 2024-02-06T17:53:24.727 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:53:24.727 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-06T17:53:24.728 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-06T17:53:24.728 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.6 2024-02-06T17:53:25.047 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:24 smithi103 systemd[1]: Stopping Ceph osd.6 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:53:25.047 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:24 smithi103 bash[69849]: Error: no container with name or ID "ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.6" found: no such container 2024-02-06T17:53:25.047 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:24.847+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:25.047 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:24.847+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:25.047 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:24 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:24.847+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:58.255316+0000 front 2024-02-06T17:52:58.255231+0000 (oldest deadline 2024-02-06T17:53:21.155182+0000) 2024-02-06T17:53:25.321 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:25.046+0000 7f2e0ae8d700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:53:25.321 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:25.046+0000 7f2e0ae8d700 -1 osd.6 112 *** Got signal Terminated *** 2024-02-06T17:53:25.322 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:25.046+0000 7f2e0ae8d700 -1 osd.6 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:53:25.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:25.320+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:25.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:25.320+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:25.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:25.320+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:26.321 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:25.838+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:26.322 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:25.838+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:26.322 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:25 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:25.838+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:58.255316+0000 front 2024-02-06T17:52:58.255231+0000 (oldest deadline 2024-02-06T17:53:21.155182+0000) 2024-02-06T17:53:26.821 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:26.325+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:26.821 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:26.325+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:26.822 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:26.325+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:27.295 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:26.844+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:27.295 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:26.844+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:27.295 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:26 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:26.844+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:58.255316+0000 front 2024-02-06T17:52:58.255231+0000 (oldest deadline 2024-02-06T17:53:21.155182+0000) 2024-02-06T17:53:27.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:27 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:27.293+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:27.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:27 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:27.293+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:27.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:27 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:27.293+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:28.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:27 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:27.818+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:28.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:27 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:27.818+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:28.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:27 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:27.818+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:58.255316+0000 front 2024-02-06T17:52:58.255231+0000 (oldest deadline 2024-02-06T17:53:21.155182+0000) 2024-02-06T17:53:28.072 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:27 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:27.818+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2024-02-06T17:53:01.155857+0000 front 2024-02-06T17:53:01.155839+0000 (oldest deadline 2024-02-06T17:53:27.055777+0000) 2024-02-06T17:53:28.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:28.251+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:28.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:28.251+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:28.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:28.251+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:29.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:28.792+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:29.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:28.792+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:29.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:28.792+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:58.255316+0000 front 2024-02-06T17:52:58.255231+0000 (oldest deadline 2024-02-06T17:53:21.155182+0000) 2024-02-06T17:53:29.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:28 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:28.792+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2024-02-06T17:53:01.155857+0000 front 2024-02-06T17:53:01.155839+0000 (oldest deadline 2024-02-06T17:53:27.055777+0000) 2024-02-06T17:53:29.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:29.235+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:29.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:29.235+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:29.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:29.235+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:30.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:29.760+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:41.952915+0000 front 2024-02-06T17:52:41.952954+0000 (oldest deadline 2024-02-06T17:53:06.652787+0000) 2024-02-06T17:53:30.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:29.760+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.953686+0000 front 2024-02-06T17:52:48.953712+0000 (oldest deadline 2024-02-06T17:53:13.653863+0000) 2024-02-06T17:53:30.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:29.760+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:58.255316+0000 front 2024-02-06T17:52:58.255231+0000 (oldest deadline 2024-02-06T17:53:21.155182+0000) 2024-02-06T17:53:30.071 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:29 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6[62681]: debug 2024-02-06T17:53:29.760+0000 7f2e0860b700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2024-02-06T17:53:01.155857+0000 front 2024-02-06T17:53:01.155839+0000 (oldest deadline 2024-02-06T17:53:27.055777+0000) 2024-02-06T17:53:30.544 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:30 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:30.237+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:30.544 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:30 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:30.237+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:30.544 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:30 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:30.237+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:30.544 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:30 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:30.237+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2024-02-06T17:53:05.280542+0000 front 2024-02-06T17:53:05.280520+0000 (oldest deadline 2024-02-06T17:53:29.280809+0000) 2024-02-06T17:53:30.821 INFO:journalctl@ceph.osd.6.smithi103.stdout:Feb 06 17:53:30 smithi103 bash[69889]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-6 2024-02-06T17:53:31.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:31.232+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:31.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:31.232+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:31.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:31.232+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:31.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:31 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:31.232+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2024-02-06T17:53:05.280542+0000 front 2024-02-06T17:53:05.280520+0000 (oldest deadline 2024-02-06T17:53:29.280809+0000) 2024-02-06T17:53:32.304 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.6.service' 2024-02-06T17:53:32.346 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:53:32.347 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-06T17:53:32.347 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-06T17:53:32.347 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.7 2024-02-06T17:53:32.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:32.230+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:32.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:32.230+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:32.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:32.230+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:32.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:32.230+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2024-02-06T17:53:05.280542+0000 front 2024-02-06T17:53:05.280520+0000 (oldest deadline 2024-02-06T17:53:29.280809+0000) 2024-02-06T17:53:32.572 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:32 smithi103 systemd[1]: Stopping Ceph osd.7 for 9c31a602-c515-11ee-95b6-87774f69a715... 2024-02-06T17:53:32.572 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:32 smithi103 bash[70125]: Error: no container with name or ID "ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd.7" found: no such container 2024-02-06T17:53:33.072 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:32.648+0000 7f44f6d5c700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:53:33.072 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:32.648+0000 7f44f6d5c700 -1 osd.7 112 *** Got signal Terminated *** 2024-02-06T17:53:33.072 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:32 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:32.648+0000 7f44f6d5c700 -1 osd.7 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:53:33.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:33.274+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:33.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:33.274+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:33.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:33.274+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:33.572 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:33 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:33.274+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2024-02-06T17:53:05.280542+0000 front 2024-02-06T17:53:05.280520+0000 (oldest deadline 2024-02-06T17:53:29.280809+0000) 2024-02-06T17:53:34.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:34.311+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:34.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:34.311+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:34.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:34.311+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:34.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:34 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:34.311+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2024-02-06T17:53:05.280542+0000 front 2024-02-06T17:53:05.280520+0000 (oldest deadline 2024-02-06T17:53:29.280809+0000) 2024-02-06T17:53:35.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:35.276+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:35.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:35.276+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:35.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:35.276+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:35.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:35 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:35.276+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2024-02-06T17:53:05.280542+0000 front 2024-02-06T17:53:05.280520+0000 (oldest deadline 2024-02-06T17:53:29.280809+0000) 2024-02-06T17:53:36.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:36.252+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:36.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:36.252+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:36.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:36.252+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:36.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:36 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:36.252+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2024-02-06T17:53:05.280542+0000 front 2024-02-06T17:53:05.280520+0000 (oldest deadline 2024-02-06T17:53:29.280809+0000) 2024-02-06T17:53:37.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:37.206+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6806 osd.0 since back 2024-02-06T17:52:40.677473+0000 front 2024-02-06T17:52:40.677484+0000 (oldest deadline 2024-02-06T17:53:06.577403+0000) 2024-02-06T17:53:37.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:37.206+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6814 osd.1 since back 2024-02-06T17:52:48.278606+0000 front 2024-02-06T17:52:48.278616+0000 (oldest deadline 2024-02-06T17:53:12.978624+0000) 2024-02-06T17:53:37.571 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:37.206+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6822 osd.2 since back 2024-02-06T17:52:56.479794+0000 front 2024-02-06T17:52:56.479713+0000 (oldest deadline 2024-02-06T17:53:22.379690+0000) 2024-02-06T17:53:37.572 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:37.206+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.19:6830 osd.3 since back 2024-02-06T17:53:05.280542+0000 front 2024-02-06T17:53:05.280520+0000 (oldest deadline 2024-02-06T17:53:29.280809+0000) 2024-02-06T17:53:37.572 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:37 smithi103 ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7[64349]: debug 2024-02-06T17:53:37.206+0000 7f44f44da700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.103:6804 osd.4 since back 2024-02-06T17:53:13.981594+0000 front 2024-02-06T17:53:13.981624+0000 (oldest deadline 2024-02-06T17:53:36.881568+0000) 2024-02-06T17:53:38.321 INFO:journalctl@ceph.osd.7.smithi103.stdout:Feb 06 17:53:38 smithi103 bash[70165]: ceph-9c31a602-c515-11ee-95b6-87774f69a715-osd-7 2024-02-06T17:53:39.897 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9c31a602-c515-11ee-95b6-87774f69a715@osd.7.service' 2024-02-06T17:53:39.939 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:53:39.939 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-06T17:53:39.940 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9c31a602-c515-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-06T17:53:40.097 INFO:teuthology.orchestra.run.smithi019.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-06T17:53:40.098 INFO:teuthology.orchestra.run.smithi019.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-06T17:53:40.098 INFO:teuthology.orchestra.run.smithi019.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-06T17:53:40.098 INFO:teuthology.orchestra.run.smithi019.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-02-06T17:53:40.098 INFO:teuthology.orchestra.run.smithi019.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2024-02-06T17:53:40.098 INFO:teuthology.orchestra.run.smithi019.stderr: ... 2024-02-06T17:53:40.098 INFO:teuthology.orchestra.run.smithi019.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-06T17:53:40.108 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-06T17:53:40.109 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9c31a602-c515-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-06T17:53:40.246 INFO:teuthology.orchestra.run.smithi103.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-06T17:53:40.246 INFO:teuthology.orchestra.run.smithi103.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-06T17:53:40.246 INFO:teuthology.orchestra.run.smithi103.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-06T17:53:40.247 INFO:teuthology.orchestra.run.smithi103.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-02-06T17:53:40.247 INFO:teuthology.orchestra.run.smithi103.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2024-02-06T17:53:40.247 INFO:teuthology.orchestra.run.smithi103.stderr: ... 2024-02-06T17:53:40.247 INFO:teuthology.orchestra.run.smithi103.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-06T17:53:40.256 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-06T17:53:40.257 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:53:40.286 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:53:40.313 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-06T17:53:40.315 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548079/remote/ubuntu@smithi019.front.sepia.ceph.com/crash 2024-02-06T17:53:40.315 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/crash -- . 2024-02-06T17:53:40.362 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548079/remote/ubuntu@smithi103.front.sepia.ceph.com/crash 2024-02-06T17:53:40.363 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/lib/ceph/9c31a602-c515-11ee-95b6-87774f69a715/crash -- . 2024-02-06T17:53:40.400 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-06T17:53:40.400 DEBUG:teuthology.orchestra.run.smithi019:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-06T17:53:40.432 INFO:teuthology.orchestra.run.smithi019.stdout:2024-02-06T17:32:58.676645+0000 mon.smithi019 (mon.0) 68 : cluster [WRN] Health check failed: 2 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-06T17:53:40.433 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-06T17:53:40.434 DEBUG:teuthology.orchestra.run.smithi019:> sudo egrep '\[SEC\]' /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-06T17:53:40.503 DEBUG:teuthology.orchestra.run.smithi019:> sudo egrep '\[ERR\]' /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-06T17:53:40.573 DEBUG:teuthology.orchestra.run.smithi019:> sudo egrep '\[WRN\]' /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-06T17:53:40.641 INFO:teuthology.orchestra.run.smithi019.stdout:2024-02-06T17:32:58.676645+0000 mon.smithi019 (mon.0) 68 : cluster [WRN] Health check failed: 2 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-06T17:53:40.642 INFO:tasks.cephadm:Compressing logs... 2024-02-06T17:53:40.642 DEBUG:teuthology.orchestra.run.smithi019:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-06T17:53:40.684 DEBUG:teuthology.orchestra.run.smithi103:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-06T17:53:40.709 INFO:teuthology.orchestra.run.smithi019.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-06T17:53:40.710 INFO:teuthology.orchestra.run.smithi019.stderr:: No such file or directory 2024-02-06T17:53:40.710 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-06T17:53:40.711 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.2.log 2024-02-06T17:53:40.711 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mon.smithi019.log 2024-02-06T17:53:40.711 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-volume.log: /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.audit.log 2024-02-06T17:53:40.711 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mon.smithi019.log: gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.cephadm.log 2024-02-06T17:53:40.713 INFO:teuthology.orchestra.run.smithi103.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-06T17:53:40.713 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-06T17:53:40.713 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mon.smithi103.log 2024-02-06T17:53:40.713 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.6.log 2024-02-06T17:53:40.714 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-06T17:53:40.714 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mon.smithi103.log: gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.audit.log 2024-02-06T17:53:40.714 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.6.log: /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.cephadm.log 2024-02-06T17:53:40.714 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.7.log 2024-02-06T17:53:40.714 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.cephadm.log: /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.7.log: 88.0% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.cephadm.log.gz 2024-02-06T17:53:40.715 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.audit.log: /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.cephadm.log: 87.9% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.cephadm.log.gz 2024-02-06T17:53:40.715 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.3.log 2024-02-06T17:53:40.715 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.0.log 2024-02-06T17:53:40.715 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.3.log: /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.0.log: 91.0% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-06T17:53:40.717 INFO:teuthology.orchestra.run.smithi019.stderr: 92.0% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.audit.log.gz 2024-02-06T17:53:40.717 INFO:teuthology.orchestra.run.smithi103.stderr: 90.6% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-06T17:53:40.717 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.log 2024-02-06T17:53:40.718 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.4.log 2024-02-06T17:53:40.718 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mds.foofs.smithi103.xlxcbt.log 2024-02-06T17:53:40.721 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.4.log: 92.1% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.audit.log.gz 2024-02-06T17:53:40.721 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mds.foofs.smithi103.xlxcbt.log: gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.5.log 2024-02-06T17:53:40.721 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.5.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-06T17:53:40.721 INFO:teuthology.orchestra.run.smithi103.stderr: 87.4% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.log.gz 2024-02-06T17:53:40.721 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mgr.smithi103.bisajp.log 2024-02-06T17:53:40.722 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mgr.smithi019.gohzab.log 2024-02-06T17:53:40.722 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.log 2024-02-06T17:53:40.723 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mgr.smithi019.gohzab.log: /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mds.foofs.smithi019.mpqmyy.log 2024-02-06T17:53:40.728 INFO:teuthology.orchestra.run.smithi019.stderr: 91.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-06T17:53:40.728 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mds.foofs.smithi019.mpqmyy.log: gzip -5 --verbose -- /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.1.log 2024-02-06T17:53:40.728 INFO:teuthology.orchestra.run.smithi019.stderr: 87.4% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph.log.gz 2024-02-06T17:53:40.741 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mgr.smithi103.bisajp.log: 91.6% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mds.foofs.smithi103.xlxcbt.log.gz 2024-02-06T17:53:40.748 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.1.log: 91.5% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mds.foofs.smithi019.mpqmyy.log.gz 2024-02-06T17:53:40.770 INFO:teuthology.orchestra.run.smithi103.stderr: 89.8% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mgr.smithi103.bisajp.log.gz 2024-02-06T17:53:40.973 INFO:teuthology.orchestra.run.smithi019.stderr:gzip: /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mgr.smithi019.gohzab.log: file size changed while zipping 2024-02-06T17:53:40.973 INFO:teuthology.orchestra.run.smithi019.stderr: 91.4% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mgr.smithi019.gohzab.log.gz 2024-02-06T17:53:41.092 INFO:teuthology.orchestra.run.smithi103.stderr: 92.7% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mon.smithi103.log.gz 2024-02-06T17:53:41.863 INFO:teuthology.orchestra.run.smithi019.stderr: 92.1% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-mon.smithi019.log.gz 2024-02-06T17:53:48.709 INFO:teuthology.orchestra.run.smithi019.stderr: 94.5% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.2.log.gz 2024-02-06T17:53:50.652 INFO:teuthology.orchestra.run.smithi103.stderr: 94.0% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.4.log.gz 2024-02-06T17:53:52.035 INFO:teuthology.orchestra.run.smithi103.stderr: 94.3% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.6.log.gz 2024-02-06T17:53:52.462 INFO:teuthology.orchestra.run.smithi019.stderr: 94.1% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.0.log.gz 2024-02-06T17:53:53.825 INFO:teuthology.orchestra.run.smithi019.stderr: 94.0% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.3.log.gz 2024-02-06T17:53:54.574 INFO:teuthology.orchestra.run.smithi019.stderr: 94.2% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.1.log.gz 2024-02-06T17:53:54.576 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-06T17:53:54.576 INFO:teuthology.orchestra.run.smithi019.stderr:real 0m13.876s 2024-02-06T17:53:54.576 INFO:teuthology.orchestra.run.smithi019.stderr:user 0m46.365s 2024-02-06T17:53:54.576 INFO:teuthology.orchestra.run.smithi019.stderr:sys 0m1.727s 2024-02-06T17:53:55.063 INFO:teuthology.orchestra.run.smithi103.stderr: 94.2% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.5.log.gz 2024-02-06T17:53:58.402 INFO:teuthology.orchestra.run.smithi103.stderr: 94.1% -- replaced with /var/log/ceph/9c31a602-c515-11ee-95b6-87774f69a715/ceph-osd.7.log.gz 2024-02-06T17:53:58.404 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-02-06T17:53:58.404 INFO:teuthology.orchestra.run.smithi103.stderr:real 0m17.702s 2024-02-06T17:53:58.404 INFO:teuthology.orchestra.run.smithi103.stderr:user 0m51.583s 2024-02-06T17:53:58.404 INFO:teuthology.orchestra.run.smithi103.stderr:sys 0m2.102s 2024-02-06T17:53:58.404 INFO:tasks.cephadm:Archiving logs... 2024-02-06T17:53:58.406 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548079/remote/ubuntu@smithi019.front.sepia.ceph.com/log 2024-02-06T17:53:58.408 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-06T17:54:04.680 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548079/remote/ubuntu@smithi103.front.sepia.ceph.com/log 2024-02-06T17:54:04.681 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-06T17:54:12.110 INFO:tasks.cephadm:Removing cluster... 2024-02-06T17:54:12.111 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9c31a602-c515-11ee-95b6-87774f69a715 --force 2024-02-06T17:56:56.502 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9c31a602-c515-11ee-95b6-87774f69a715 --force 2024-02-06T17:57:26.036 INFO:tasks.cephadm:Removing cephadm ... 2024-02-06T17:57:26.036 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-06T17:57:26.061 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-06T17:57:26.078 INFO:tasks.cephadm:Teardown complete 2024-02-06T17:57:26.079 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-06T17:57:26.089 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-06T17:57:26.089 DEBUG:teuthology.orchestra.run.smithi019:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-06T17:57:26.104 DEBUG:teuthology.orchestra.run.smithi103:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-06T17:57:26.122 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2024-02-06T17:57:26.127 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-06T17:57:26.127 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2024-02-06T17:57:26.127 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 59 -141us[ -126us] +/- 78ms 2024-02-06T17:57:26.127 INFO:teuthology.orchestra.run.smithi019.stdout:^* hv02.front.sepia.ceph.com 3 6 377 59 -81us[ -66us] +/- 72ms 2024-02-06T17:57:26.127 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 58 +271us[ +271us] +/- 71ms 2024-02-06T17:57:26.127 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:57:26.135 INFO:teuthology.orchestra.run.smithi103.stderr:bash: ntpq: command not found 2024-02-06T17:57:26.138 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-06T17:57:26.138 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2024-02-06T17:57:26.139 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 57 -148us[ -148us] +/- 78ms 2024-02-06T17:57:26.139 INFO:teuthology.orchestra.run.smithi103.stdout:^* hv02.front.sepia.ceph.com 3 6 377 58 -90us[ -111us] +/- 72ms 2024-02-06T17:57:26.139 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 57 +270us[ +270us] +/- 71ms 2024-02-06T17:57:26.139 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:57:26.140 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-06T17:57:26.149 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-06T17:57:26.150 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-06T17:57:26.165 DEBUG:teuthology.orchestra.run.smithi019:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-06T17:57:26.243 DEBUG:teuthology.orchestra.run.smithi103:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-06T17:57:26.306 DEBUG:teuthology.orchestra.run.smithi019:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-06T17:57:26.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:57:26.340 DEBUG:teuthology.orchestra.run.smithi103:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-06T17:57:26.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:57:26.369 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-06T17:57:26.379 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-06T17:57:26.387 INFO:teuthology.task.internal:Duration was 1905.297574 seconds 2024-02-06T17:57:26.388 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-06T17:57:26.400 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-06T17:57:26.400 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-06T17:57:26.403 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-06T17:57:26.452 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-06T17:57:26.455 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-06T17:57:26.584 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-06T17:57:26.584 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi019.front.sepia.ceph.com 2024-02-06T17:57:26.584 DEBUG:teuthology.orchestra.run.smithi019:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-06T17:57:26.608 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi103.front.sepia.ceph.com 2024-02-06T17:57:26.608 DEBUG:teuthology.orchestra.run.smithi103:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-06T17:57:26.631 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-06T17:57:26.631 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-06T17:57:26.651 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-06T17:57:26.726 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-06T17:57:26.727 DEBUG:teuthology.orchestra.run.smithi019:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-06T17:57:26.729 DEBUG:teuthology.orchestra.run.smithi103:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-06T17:57:26.873 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-06T17:57:26.884 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-06T17:57:26.884 DEBUG:teuthology.orchestra.run.smithi019:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-06T17:57:26.912 DEBUG:teuthology.orchestra.run.smithi103:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-06T17:57:26.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-06T17:57:26.950 DEBUG:teuthology.orchestra.run.smithi019:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-06T17:57:26.954 DEBUG:teuthology.orchestra.run.smithi103:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-06T17:57:26.979 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = core 2024-02-06T17:57:27.006 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = core 2024-02-06T17:57:27.029 DEBUG:teuthology.orchestra.run.smithi019:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-06T17:57:27.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:57:27.064 DEBUG:teuthology.orchestra.run.smithi103:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-06T17:57:27.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:57:27.086 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-06T17:57:27.098 INFO:teuthology.task.internal:Transferring archived files... 2024-02-06T17:57:27.099 DEBUG:teuthology.misc:Transferring archived files from smithi019:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548079/remote/smithi019 2024-02-06T17:57:27.100 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-06T17:57:27.148 DEBUG:teuthology.misc:Transferring archived files from smithi103:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548079/remote/smithi103 2024-02-06T17:57:27.149 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-06T17:57:27.194 INFO:teuthology.task.internal:Removing archive directory... 2024-02-06T17:57:27.194 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-06T17:57:27.196 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-06T17:57:27.245 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-06T17:57:27.258 INFO:teuthology.task.internal:Not uploading archives. 2024-02-06T17:57:27.258 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-06T17:57:27.275 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-06T17:57:27.275 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-06T17:57:27.277 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-06T17:57:27.293 INFO:teuthology.orchestra.run.smithi019.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 6 17:57 /home/ubuntu/cephtest 2024-02-06T17:57:27.303 INFO:teuthology.orchestra.run.smithi103.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 6 17:57 /home/ubuntu/cephtest 2024-02-06T17:57:27.304 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-06T17:57:27.316 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-06T17:57:27.338 INFO:teuthology.nuke:Checking targets against current locks 2024-02-06T17:57:27.367 DEBUG:teuthology.nuke:shortname: smithi019 2024-02-06T17:57:27.367 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-06T17:57:27.391 DEBUG:teuthology.nuke:shortname: smithi103 2024-02-06T17:57:27.391 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-06T17:57:27.394 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548079', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-06 17:16:11.575917', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPHaT+4tNEjlK2ETUdyoWxrKdQX958RcU8L+jFLmvKKV81EmKZfsA0XOG+fpDzQRnytKSpZds0IOhE07HaQsA3s='} 2024-02-06T17:57:27.416 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548079', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-06 17:16:11.577923', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPsLRm1YhLeGxgG5xq0t0PArJAWUA8nYSo9ZhjLo+If2VTtMChln8jFLlR11MgpgUQdRLxyB5kG3acj6G2kreSE='} 2024-02-06T17:57:27.440 INFO:teuthology.orchestra.console.smithi019:Power off 2024-02-06T17:57:27.441 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-06T17:57:27.464 DEBUG:teuthology.orchestra.console.smithi019:power off output: Chassis Power Control: Down/Off 2024-02-06T17:57:27.464 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T17:57:27.479 INFO:teuthology.orchestra.console.smithi103:Power off 2024-02-06T17:57:27.479 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-06T17:57:27.489 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2024-02-06T17:57:27.502 DEBUG:teuthology.orchestra.console.smithi103:power off output: Chassis Power Control: Down/Off 2024-02-06T17:57:27.502 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T17:57:27.523 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2024-02-06T17:57:31.490 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T17:57:31.525 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T17:57:31.600 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2024-02-06T17:57:31.635 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2024-02-06T17:57:35.605 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T17:57:35.636 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T17:57:35.716 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is off 2024-02-06T17:57:35.746 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is off 2024-02-06T17:57:35.818 INFO:teuthology.orchestra.console.smithi019:Power off completed 2024-02-06T17:57:35.847 INFO:teuthology.orchestra.console.smithi103:Power off completed 2024-02-06T17:57:35.952 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: 1905.2975738048553 failure_reason: '"2024-02-06T17:32:58.676645+0000 mon.smithi019 (mon.0) 68 : cluster [WRN] Health check failed: 2 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' owner: scheduled_yuriw@teuthology success: false 2024-02-06T17:57:35.952 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-06T17:57:36.034 INFO:teuthology.run:FAIL